top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are required configurations for JSF framework?

0 votes
296 views
What are required configurations for JSF framework?
posted Nov 26, 2017 by Ammy Jack

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There are two configuration files namely;

1. 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.
2. faces-config.xml: Allows to configure the application, managed beans, converters, validators, and navigation.

answer Nov 27, 2017 by Frank Lee
...