Java Reference
In-Depth Information
A configuration defines what technologies/functions are included in a project. These various options are called
Project Facets. Figure 12-2 shows that the JavaServer Faces v2.0 Project configuration consists of several Project Facets.
You can modify the configuration by simply clicking the checkboxes. For this project, we will include JSTL.
Figure 12-2.
3.
Click the JSTL checkbox to select it and then the OK button.
RAD requires that each Dynamic Web Project be part of an EAR. An EAR is another type of archive file (like JAR
and WAR). An EAR, however, can contain both client and server components. RAD will force you to add the project
to an EAR even if only server-side components are being created. In this example, we will create a new EAR to hold
the project.
4.
Click the New Project button and on the New EAR Application Project window, specify
TutorialsJSFEAR as the Project name then click the Finish button.
 
Search WWH ::




Custom Search