Google News
logo
JSF - Interview Questions
What the important elements of the JSF architecture?
The JSF architecture contains different elements such as UI components which are presented as stateful objects on the server-side, builder or helper classes and its validators, navigation handlers and event handlers.

The application configuration and resource files for configuring the application resources to manage the JavaBeans components as models and its containing application-specific behavior or functionalities. The custom tags library is available for representing the event handlers & validators.

A custom tag library is also available for rendering the UI components. A Faces Servlet will exist to manage the Client requests and Server responses and also to manage the JSF view pages and managed beans and also a persistence framework in the behind to integrate with the database to the web application.
Advertisement