JavaServer Faces: The Complete Reference (Complete Reference Series) Reviews



Amazon.com Customer Reviews

The most comprehensive JSF coverage so far! - Review written on January 23, 2007
* * * * *
Rating: 5 out of 5
10 customers found this review helpful, 1 did not.

I really enjoyed reading this book. I have several JSF books, and I feel that most of them were rushed to the market. This one is an exception. The coverage is very comprehensive (the book is written by the spec lead), JSF 1.2 is extensively discussed. The book covers multiple open-source "sub-frameworks" for JSF such as Shale and Facelets as well as various component libraries.

JSF is a relatively complex framework, and one does need a good reference to be able to master it. I think this book is it.
JavaServer Faces is the FUTURE - Review written on January 17, 2007
* * * * *
Rating: 5 out of 5
3 customers found this review helpful, 2 did not.

This book is great! It starts out simple but moves at a brisk pace that helps keep you interested. I'd definately recommend this to anybody interested in JSF or for someone who is looking for a good MVC framework for Java. If you're a Struts developer and want to make the shift to Java's standard MVC framework than BUY THIS BOOK!
very good book - Review written on January 09, 2007
* * * * *
Rating: 5 out of 5
1 customer found this review helpful, 1 did not.

It is a very good book, it beggins with simples examples and go forwards in depth in a very good didactic manner.
Practically useless as a quick reference - Review written on December 27, 2006
* * *
Rating: 3 out of 5
10 customers found this review helpful, 5 did not.

This book has the worst index of any technical book I have ever used. Six pages for an 834 page book. It has a lot in it, but you will have to skim through topics to find what you are looking for.

Added later, because of a comment:

I gave it three stars because, when I could find what I was looking for, the book gave me what I needed to continue my work. It's just that I had a lot of trouble finding anything! I have since turned to a less "complete" book on the subject that covers the core information that I need and use this book only if I can't find that bit of knowledge in the core reference.
So far so Good - Review written on November 30, 2006
* * * * *
Rating: 5 out of 5
1 customer found this review not to be helpful.
This is, so far, the best Complete reference book that I have(I have quite a few). Although I have only read the first 4 chapters, it is well worth the price just for the information that I have learned so far. This is one of the best java related books that I have read in years. Thank you for your clear insight into jsf.
Excellent Book (from review on TheServerSide.com) - Review written on October 12, 2006
* * * * *
Rating: 5 out of 5
24 customers found this review helpful, 2 did not.

JavaServer Faces: The Complete Reference, by Chris Schalk and Ed Burns, is a once-and-for-all reference to JSF 1.1 and 1.2, covering almost anything and everything JSF-related.

Differences between JSF 1.1 and 1.2 are noted whenever they might occur. The book also has some very helpful and interesting design notes from the specification group to enlighten readers of why some choices were made or not made, so that the reasoning behind decisions is exposed.

The book has five sections: an introduction to the framework, extending JavaServer Faces, applying JSF (which addresses security, i18n, and testing/debugging), JSF tools and libraries (with coverage of the standard component library, the MyFaces JSF implementation, and configuration files), and a set of appendices covering the Faces Console (a third-party tool to help configure JSF), Shale, migration from Struts, and a set of third-party component libraries.

The first section starts off with a history of JSF, and quickly launches into an application - a simple registration application, complete with error checking, data validation, navigation, and a working UI. Along the way, the authors explain the concepts used so that readers don't get confused. The details are explained in enough depth that readers can see why something is being done without drowning them in excess detail about what's actually happening.

Each chapter builds on the previous one, and in this reviewer's opinion, most readers would be able to actually start applying JSF almost from the very beginning. An idea is hardly ever presented without a clear explanation of why readers would want to understand it, although the request lifecycle is explained in the third chapter. That said, the request lifecycle is very clearly explained and justified, so while it's not clear why it's presented so early at first glance, a quick scan reveals how important it is to JSF, and why understanding it is a core concept JSF developers should be aware of.

The section on extending JSF covers custom UI components, custom components without a user interface, AJAX components, and the use of alternative display technologies like Facelets. Having this information clearly expressed in print is very useful, and it's also fairly complete, with hardly any core functionality left unexplained or without examples.

The section on security is also useful, especially since it does a good job of explaining the servlet security model by design and then cleanly integrates it with JSF, through both container-managed security and application-managed security.

The only complaint I had about the book was that it was too short: the examples of the components in the various reference sections were not complete enough. In particular, the Tomahawk references (the MyFaces AJAX extensions) were slightly out of date (hardly the fault of the book authors) but also incomplete, which made using some of the Tomahawk extensions less pleasant. It doesn't help that the MyFaces documentation itself is not as complete as one would like.

It's a credit to the authors that, at the book's weakest, it's as useful as the official documentation, and at its strongest, is easily becoming the first reference reached for.

[...]