《JavaServer Faces》(pdf 英文版)下载
(pdf 英文版, 附源码)
by Hans Bergsten
Publisher: O'Reilly
Pub Date: April 2004
ISBN: 0-596-00539-3
Pages: 606
In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you'll need: how to construct the HTML on the front end; how to create the user interface components that connect the front end to your business objects; how to write a back-end that's JSF-friendly; and how to create the deployment descriptors that tie everything together. This book is a complete guide to the crucial new JSF technology.
The JSF environment
Creating and rendering components
Validating input
Handling user-generated events
Controlling page navigation
Working with tabular data
Internationalization
Integration between JSF and Struts
Developing custom renderers and custom componen
详细介绍,源码在此:http://oreilly.com/catalog/9780596005399/index.html
(附件包含源码)