Developer Tools
JDeveloper
When you complete the steps for creating a JSF page, by default the Application Navigator should look something like this:
The
.jsp file for the page you created is added to your project in the
Web Content folder. In addition to the page you created, other folders and files are added to conform to the Java EE Web module directory structure.
.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).
JDeveloper displays the
.jsp file in the JSP/HTML visual editor, where you can edit the page using
Core and
HTML 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.