Creating the JViews “Hello World” JSF application project

To create your first JViews JSF application project
  1. Select File>New>Dynamic Web Project.
    Eclipse
New Project window displaying Dynamic Web Project selected.
  2. Enter jsf-hello-world as the Project name and select JavaServer Faces v1.1 Project as the Configuration.
    Eclipse
New Dynamic Web Project window showing example project name and configuration
fields completed.
  3. Click Next three times consecutively to obtain the following window:
    Eclipse
New Dynamic Web Project window showing JSF implementation library
selected.
  4. Select the JViews Framework check box (or the user library name of your choice) and click Finish.
    You have now created an empty JViews JSF application project.
  5. If necessary, switch to a Java perspective (you can ignore any Eclipse prompts requesting you to switch to the Java EE perspective) by selecting Windows>Open Perspective>Other…>Java and then click OK.