New Web Application Wizard: Visual Web JSF Framework
See Also
In the fourth panel of the New Web Application wizard, if you select Visual Web JavaServer Faces as your framework, you can modify the JavaServer Faces configuration. The panel displays the following configuration options:
- Default Java Package. Specify the default Java package for you application.
- 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