Register your product to gain access to bonus material or receive a coupon.
JavaServer Faces (JSF) is quickly emerging as the leading solution for rapid user interface development in Java-based server-side applications. Now, Core JavaServer™ Faces–the #1 guide to JSF–has been thoroughly updated in this second edition, covering the latest feature enhancements, the powerful Ajax development techniques, and open source innovations that make JSF even more valuable.
Authors David Geary and Cay Horstmann delve into all facets of JSF 1.2 development, offering systematic best practices for building robust applications, minimizing handcoding, and maximizing productivity. Drawing on unsurpassed insider knowledge of the Java platform, they present solutions, hints, tips, and “how-tos” for writing superior JSF 1.2 production code, even if you’re new to JSF, JavaServer Pages™, or servlets.
The second edition’s extensive new coverage includes: JSF 1.2’s improved alignment with the broader Java EE 5 platform; enhancements to the JSF APIs; controlling Web flow with Shale; and using Facelets to replace JSP with XHTML markup. The authors also introduce Ajax development with JSF–from real-time validation and Direct Web Remoting to wrapping Ajax in JSF components and using the popular Ajax4jsf framework.
This book will help you
Why JavaServer Faces? 3
Software Installation 4
A Simple Example 6
Sample Application Analysis 12
Development Environments for JSF 21
JSF Framework Services 28
Behind the Scenes 30
Definition of a Bean 37
Message Bundles 42
A Sample Application 46
Backing Beans 53
Bean Scopes 54
Configuring Beans 57
The Syntax of Value Expressions 64
Static Navigation 71
Dynamic Navigation 73
Advanced Navigation Issues 84
An Overview of the JSF Core Tags 92
An Overview of the JSF HTML Tags 94
Forms 103
Text Fields and Text Areas 108
Buttons and Links 119
Selection Tags 130
Messages 157
Panels 163
The Data Table Tag—h:dataTable 171
A Simple Table 173
Headers, Footers, and Captions 178
JSF Components 182
Editing Table Cells 186
Styles 189
Database Tables 191
Table Models 197
Scrolling Techniques 214
Overview of the Conversion and Validation Process 219
Using Standard Converters 221
Using Standard Validators 233
Programming with Custom Converters and Validators 240
Life Cycle Events 268
Value Change Events 269
Action Events 275
Event Listener Tags 285
Immediate Components 287
Passing Data from the UI to the Server 291
Phase Events 295
Putting It All Together 303
Common Layouts 315
A Book Viewer and a Library 316
The Book Viewer 318
Content Inclusion in the Book Viewer 328
The Library 339
Classes for Implementing Custom Components 356
Encoding: Generating Markup 362
Decoding: Processing Request Values 366
Implementing Custom Component Tags 372
Revisiting the Spinner 387
Encoding JavaScript to Avoid Server Roundtrips 404
Using Child Components and Facets 408
Implementing Custom Converters and Validators 432
Database Access with JDBC 451
Configuring a Data Source 457
An Introduction to LDAP 473
Managing Configuration Information 483
Container-Managed Authentication and Authorization 505
Using Web Services 516
Ajax Fundamentals 530
JavaScript Libraries 533
Form Completion 534
Realtime Validation 537
Propagating Client-Side View State 542
Direct Web Remoting 543
Ajax Components 546
Ajax4jsf 554
Web Flow—Shale 572
Alternate View Technologies—Facelets 585
EJB Integration—Seam 596
Web User Interface Design 611
Validation 658
Programming 669
Debugging and Logging 684