Explain JSF architecture?
Answer / Shalabh Kumar Singh
"JSF (JavaServer Faces) architecture consists of the following components:
1. Client-side components: These are HTML tags with special attributes used to create the user interface.
2. Component tree: A hierarchical representation of the user interface, where each component has properties and events.
3. Application: It manages the application's life cycle, events, and state management.
4. Navigation handler: Responsible for handling navigation between JSF pages based on user actions.
5. Managed beans: Java classes used to store and manage data during a user's request-response cycle.
6. Converter and validator: Convert input from client to Java data types and validate the entered data, respectively."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various jsf api implementations you know?
What is javaserver faces expression language?
Give the system requirements for the jsf use.
What are JSF life cycle phases?
What are standard JSF tag libraries?
What are the differences between a Backing Bean and Managed Bean?
List out the available implementations of JavaServer faces?
What is the difference between backing bean and managed bean?
Explain some of the attributes of <h:form> tag?
What are the different types of events in jsf?
What are the mvc design modules?
Explain the jsf architecture.