Skip to content

JavaServer Faces in Action

Best in textbook rentals since 2012!

ISBN-10: 1932394125

ISBN-13: 9781932394122

Edition: 2004

Authors: Kito D. Mann

List price: $49.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

JavaServer Faces is the new big thing in Java web development. It improves your power and reduces your workload through the use of UI components and events instead of HTTP requests and responses. JSF components ? buttons, text boxes, checkboxes, data grids, etc. ? live between user requests, which eliminates the hassle of maintaining state. JSF also synchronizes user input with application objects, automating another tedious aspect of web development.JavaServer Faces in Action is an introduction, a tutorial, and a handy reference. With the help of many examples, the book explains what JSF is, how it works, and how it relates to other frameworks and technologies like Struts, Servlets,…    
Customers also bought

Book details

List price: $49.95
Copyright year: 2004
Publisher: Manning Publications Co. LLC
Publication date: 11/1/2004
Binding: Paperback
Pages: 702
Size: 7.42" wide x 9.38" long x 1.39" tall
Weight: 2.684
Language: English

Kito Mann is an enterprise architect who has developed applications with a wide variety of technologies on several different platforms. He has consulted with Fortune 500 clients, including Prudential Financial and J. P. Morgan Chase & Company, and was recently the chief architect of an educational application service provider. He is also the founder of JSFCentral.com, a site devoted to the JavaServer Faces community. He lives in Stamford, Connecticut.

Exploring JavaServer Faces
Introducing JavaServer Faces
JSF fundamentals
Warming up: getting around JSF
Getting started with the standard components
Using the input and data table components
Internationalization, validators, and converters
Building user interfaces
Introducing ProjectTrack
Developing a user interface without Java code: the Login page
Developing a user interface without Java code: the other pages
Integrating application functionality
Developing application logic
The JSF environment
Building an application: design issues and foundation classes
Building an application: backing beans, security, and internationalization
Integrating JSF with Struts and existing applications
Writing custom components, renderers, validators, and converters
The JSF environment: a component developer's perspective
Writing custom components, renderers, validators, and converters: examples
UIInputDate: a simple input component
RolloverButton renderer: a renderer with JavaScript support
UIHeadlineViewer: a composite, data-aware component
UINavigator: a model-driven toolbar component
Validator and converter examples