Background
Within JDeveloper, web application developers can design web pages based on a variety o fdifferent view technologies. While JSP pages are the standard way to render web pages, JDeveloper also provides Oracle ADF UIX for creating highly structured XML pages that render web pages using component technology:
Additionally, Java GUI client developers can create Swing applications that work with the Oracle ADF framework.
When you want to work with the Oracle Application Development Framework (Oracle ADF), you can choose among these view technologies:
If you want to.... | Then choose... |
---|---|
Create Struts-based web pages using JavaServer Pages or ADF UIX pages, Oracle ADF, and Struts |
Work with the Page Flow Diagram, Visual Editor, and Data Control Palette. |
Create Model 1-style web pages using JavaServer Pages or UIX pages and Oracle ADF (without Struts) |
Work with the Visual Editor, Data Control Palette, and Component Palette. |
Create Java GUI clients using Oracle ADF JClient |
Tasks
These procedures provide an overview of the tasks in the above table.
Note: When creating client applications for your Oracle ADF Business Components model project, you must use separate project folders for each type of client, including JClient forms, JSP, or ADF UIX. When you want to create a workspace with multiple clients that access the same ADF BC data model (for example, ADF UIX pages and JClient forms), be sure to generate your thin client web pages and rich client forms inside separate project folders.
To create an ADF-enabled web page for JSP or UIX with Struts:
.jsp
or .uix
) determines the type of page to be
created.
To create ADF-enabled web pages for JSP and UIX without Struts support:
To create ADF-enabled Swing panels for Java clients:
For other guidelines that may help you to start your application in JDeveloper:
For further information on these view technology issues:
These procedures help you to begin an Oracle ADF application:
Copyright © 1997, 2004, Oracle. All rights reserved.