New Web Application Wizard: JSF Framework
See Also
In the fourth panel of the New Web Application wizard, if you select JavaServer Faces your framework, you can modify the JavaServer Faces configuration. The Configuration tab 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.
In
the Libraries tab, you can
specfy the following:
- Registered Libraries. When this is selected, you can specify which registered library to use from the drop down list.
- Create New Library.
When this is selected, you create a new library.
- JSF Directory. Type or browse for the JSF Directory.
- Library Name. Type the name of the JSF library.
- Do not append any libraries. When this is selected, libraries will not be appended.
- See Also
- About Standard Projects
- New Project Wizard
Legal Notices