Developer Tools
JDeveloper
When you complete the steps for creating the JSF pages, the Application Navigator should look something like this:
In the project, the folders and files that conform to the Java EE Web module directory structure are:
.jsp files for the pages you created. Other files may include
.html files and files that must be visible to the client browser (such as stylesheet files and images).
web.xml) and the JSF configuration file (
faces-config.xml).
The JSF navigation diagram in
faces-config.xml should look like similar to this, with the name of each page, and the navigation rules displayed:
Notice that the warning icons have disappeared and the page icons have changed, to indicate that the physical page files exist.
You can begin editing the pages in the JSP/HTML visual editor.
Copyright © 1997, 2009, Oracle. All rights reserved.