Monday, June 15, 2009

Core JavaServer Faces

Core JavaServer Faces
"Core JavaServer Faces" by David Geary, Cay S. Horstmann
Publisher: Prentice Hall PTR | June 25, 2004 | ISBN: 0131463055 | CHM | 7.05 Mb | 552 Pages

JavaServer Faces is a Web application framework -- similar to Jakarta Struts -- that gives application developers access to custom components that facilitate the creation of rich user interfaces. JSF also provides Integrated Development Environment (IDE) vendors with a standard upon which to base their IDEs. In the Core tradition, this new book aims to be THE tutorial and reference for experienced programmers who need to learn this exciting new technology. Although J2EE is still the most popular platform for developing Web applications, Microsoft's .NET has gained market share over the past two years. J2EE is arguably more powerful, but .NET, is generally regarded as easier to use. J2EE currently lacks: a rich component model that makes it easy to develop custom components and an IDE (like Visual Studio) that facilitates Web application development. That's where JSF enters the equation, and this book aims to be the most authoritative treatment of the topic -- a must-have for any serious J2EE programmer.

From the Back Cover
JavaServer Faces promises to bring rapid user-interface development to server-side Java. It allows developers to painlessly write server-side applications without worrying about the complexities of dealing with browsers and Web servers. It also automates low-level, boring details like control flow and moving code between web forms and business logic.

JavaServer Faces was designed to support drag and drop development of server-side applications," but you can also think of it as a conceptual layer on top of servlets and JavaServer Pages (JSP). Experienced JSP developers will find that JavaServer Faces provides much of the plumbing that they currently have to implement by hand. If you already use a server-side framework such as Struts, you will find that JavaServers Faces uses a similar architecture, but is more flexible and extensible. JavaServer Faces also comes with server-side components and an event model, which are fundamentally similar to the same concepts in Swing.

JavaServer Faces is quickly becoming the standard Web-application framework. Core JavaServer Faces is the one book you need to master this powerful and time-saving technology.

Without assuming knowledge of JSP and servlets, Core JavaServer Faces:
* shows how to build more robust applications and avoid tedious handcoding
* answers questions most developers don't even know to ask
* demonstrates how to use JSF with Tiles to build consistent user interfaces automatically
* provides hints, tips, and explicit "how-to" information that allows you to quickly become more productive
* explains how to integrate JSF with databases, use directory services, wireless apps, and Web services
* teaches best practices and good habits like using style sheets and message bundles
* covers all of the JSF tags and how to create new tag libraries

Download links (Book: 7.05 Mb, Source code: 28.61 Mb)
Prenctice_Core_JavaServer_Faces_downarchive.info.rar
Prenctice_Core_JavaServer_Faces_Code_downarchive.info.rar

No comments:

Post a Comment