New Web Application Wizard: JSF Framework
See Also
In the third panel of the New Web Application wizard, if you select JavaServer Faces your framework, you can modify the JavaServer Faces configuration. The panel displays the following configuration options:
- JSF Servlet Name. This field displays the name of the JavaServer Faces servlet.
- Servlet URL Mapping. Specify the servel URL mapping. The default setting is
/faces/*
.
You can also choose the following options:
- Validate XML. If selected, JSF XML files are validated by the server when the application is deployed.
Deselecting this option can reduce deployment time.
This option is selected by default.
- Verify Objects. If selected, JSF objects are created and verified by the server when the application is deployed.
Selecting this option can increase deployment time.
This option is deselected by default.
- See Also
- About Standard Projects
- New Project Wizard
Legal Notices