Tuesday, August 9, 2016

View Files Informations

In the project, the folders and files that conform to the Java EE Web module directory structure are:
  • Web Content folder: Contains the pages you create, along with other files that must be visible to the client browser (such as stylesheet files and images) for your application.
  • /WEB-INF/ folder: Contains the required Web Application Deployment Descriptor (web.xml) and the JSF configuration file (faces-config.xml).
  • web.xml file: The web application deployment descriptor for your application. This is an XML file describing the components that make up your application, along with any initialization parameters and container-managed security constraints that you want the server to enforce for you.
  • faces-config.xml file: Where you register the JSF application's configuration resources, such as validators, converters, managed beans, and navigation rules.
  • trinidad-config.xml file: Where you configure ADF Faces features such as skin family and level of page accessibility support.

No comments:

Post a Comment