Choosing an Application Editing Style in JDeveloper

Background

In a complex web application, developers may contribute specific pieces of the finished application according to their area of expertise. One person might design the web page look and feel, while another person specifies how the pages will interact to create the flow of the application. Still, in other projects, individual developers may wish to work entirely with application source code to create all aspects of the application.

To support such diverse roles and responsibilities, JDeveloper provides a wide-range of integrated tools:

If you want to.... Then choose...

You can work with the visual tools when you want to create and modify the application in a WYSIWYG environment.

Working with the Visual Editor, Struts Page Flow Diagram, Component Palette, Property Inspector, Structure window, and optionally, the Data Control Palette.

You can work with various editors and dialogs when you want to create, edit, or just inspect the components of the application and its underlying source code. Working with the Structure window, Code Editor, Struts Configuration Editor, and the dialogs of the Property Inspector.

Tasks

The style of creating and editing applications in JDeveloper varies depending upon the needs of the developer.

To design and modify the application using all visual tools:

  1. Create the application workspace using the appropriate web application template.
  2. Open the web page in the Visual Editor.
  3. Use the Data Control Palette to insert already databound UI components into the web page.
  4. Use the Structure window to view the elements of the web page and access the binding editors.
  5. Use the Property Inspector to modify any attribute of the page's elements.

To create and edit the source code of the application:

  1. Create the application workspace using the appropriate web application template.
  2. Open the web page in the Code Editor .
  3. Use the Structure window to create Oracle ADF data bindings.
  4. Use the ADF binding editor to customize the data bindings.
  5. Use the Code Editor to hand-code web page elements and access the ADF data bindings.


For an overview of tools for web applications based on the Oracle ADF framework in JDeveloper:

About the Design Time for Oracle ADF
Designing the User Interface with Oracle ADF Databound Components

For information about design tools in JDeveloper:

Working with Web Application Design Tools

 

Copyright © 1997, 2004, Oracle. All rights reserved.