Facelets Essentials: Guide to JavaServer Faces View Definition Framework

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

Facelets is a templating language developed from the ground up with JavaServer Faces in mind. Created in response to the many concerns involving JSP when building JavaServer Faces views, Facelets steps outside of the JSP specification and provides a highly performant, JSFCcentric view technology. Facelets top properties, templating, reuse, and ease of development, allows it to help making JSF a technology suitable for largeCscale projects. One of the first things a developer using Facelets finds is that it immediately leads to a reduction in UI code.

Facelets Essentials, the first book on Facelets, introduces you to its importance, architecture, and relationship to JSF and the Apache MyFaces web framework. Learn to create your first application using the power and flexibility Facelets offers. Then, master and apply its basic and advanced features including Unified Expression Language, templating and reuse, custom tag development, and more.

What youll learn
*See why you should use Facelets and the Facelets architecture.
*Ccreate your first application with Facelets.
*Use the Facelets Unified Expression Language.
*Explore Facelets templating and reuse, as well as the tag reference and custom tag development.
*Create composition components.
*Extend the ViewHandler.

http://rapidshare.com/files/122509336/1430210494.rar

你可能感兴趣的:(Java)