Developer Tools
JDeveloper
When you complete the steps for creating a JSF page using a quick start layout, the visual editor should look similar to this:
The tabs at the bottom of the editor window are editor tabs. Selecting an editor tab opens the file in that editor or viewer. For example, to switch from the default visual editor to the XML editor, click the Source tab.
In the Application Navigator, the Projects panel should look something like this:
The
.jspx 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).
In the Structure window of
myPage.jspx, you should see the default ADF Faces components JDeveloper added for you when you create a new JSF page using a quick start layout.
Copyright © 1997, 2009, Oracle. All rights reserved.