Google News
logo
JSF - Interview Questions
What are required configurations for JSF framework?
There are two configuration files namely;
 
* web.xml : This is the general web application configuration file containing the details of deployment. This contains the faces config file responsible for handling the application.

* faces-config.xml : allows to configure the application, managed beans, converters, validators, and navigation.
Advertisement