Developer Tools
JDeveloper
When you complete the steps for creating a JSF page and adding the Panel Stretch Layout and Decorative Box components, the page in the visual editor should look similar to this:
The outer top and bottom facets belong to the root Panel Stretch Layout; the inner top and center facets belong to Decorative Box.
In the Application Navigator, the project 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, you should see the default ADF Faces components JDeveloper added for you when you created the JSF page, as well as the panel stretch layout and decorative box components you added manually.
Copyright © 1997, 2009, Oracle. All rights reserved.