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 |
How to refer bean method in jsf (javaserver faces)?
What is javaserver faces expression language?
How does the execution phase work in jsf (javaserver faces) life cycle?
What is jsf framework?
What is h:commandbutton tag in jsf (javaserver faces)?
What does navigation rule mean in jsf?
What is h:outputtext tag in jsf (javaserver faces)?
Explain @RequestScoped annotations?
What is javaserver faces navigation model?
What is the significance of facelets tag?
What is javaserver faces ui component?
What is the use of jsf life cycle?