Developer Tools
JDeveloper
When you complete the steps for creating a JSF page, 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:
.html and
.jsp, along with other files that must be visible to the client browser (such as stylesheet files and images) for your application.
web.xml) and the JSF configuration file (
faces-config.xml).
By default JDeveloper displays the
.jsp file in the JSP/HTML visual editor, where you can then edit the page using JSF HTML and JSF Core components from the
JSF page in the Component Palette.
The tabs at the top of the editor window are the document tabs. Selecting a document tab gives that file focus, bringing it to the foreground of the window in the current editor. The tabs at the bottom of the editor window for a given file are the editor tabs. Selecting an editor tab opens the file in that editor or viewer. For example, to switch from the visual editor to the source editor for a JSP file, select the Source tab.
Copyright © 1997, 2009, Oracle. All rights reserved.