14 Implementing Web Applications with CM Information Integrator for Content and ODWEK
1.4 JavaServer Faces technology (JSF)
JavaServer Faces technology is a user interface framework for building Web
applications. It is a model for rendering components in different kinds of HTML,
or different markup languages and technologies. JSF architecture is designed to
be independent of specific protocols and markup.
The JSF technology includes the following:
A set of APIs that represents user interface (UI) components and provides
mechanisms to manage their state, handle events and input validation, define
page navigation, and support internationalization and accessibility.
A JavaServer Pages (JSP) custom tag library to express a JavaServer Faces ...