what does a typical JSF application consist of?
Answer / Pankaj Kumari
A typical JSF application consists of a faces-config.xml file, one or more XHTML pages (facelets), managed beans, and a web application configuration (web.xml). The application also relies on the core JSF library and any additional libraries needed for specific features.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the available scopes for the managed bean?
What is a view object?
What is javaserver faces technology?
What are facelet jsf tags?
What are the phases of the life cycle in jsf?
What are the standard converters in jsf (javaserver faces)?
What are the differences between a Backing Bean and Managed Bean?
What is the significance of name and eager attributes in managed bean?
What are JSF life cycle phases?
Explain @CustomScoped annotations?
How to access web.xml init parameters from JSP page?
What are the different types of validation used in jsf?