Creating an Empty UIX XML Page

You can create a single UIX XML page with only the basic UIX XML framework included for data providers and event handlers. The empty page does not have the pageLayout element. After creating this file, you can add UIX components to build your user interface.

To create an empty UIX XML page:

  1. In the Application Navigator, select the project in which you want to create the new UIX XML page.
  2. Choose File | New to open the New Gallery.
  3. In the Categories tree, expand Web Tier and select ADF UIX.

    If Web Tier is not visible in the Categories tree, select All Technologies in the Filter by dropdown list.

  4. In the Items list, double-click Empty UIX XML Page to open the New UIX File dialog.
  5. Leave the Directory Name field unchanged to save your work in the directory where JDeveloper expects to find web application files.
  6. In the File Name field, enter the name of the file you want to generate.

    The file extension of UIX XML files is .uix.

  7. Click OK.

Your project now contains an empty UIX XML file. You can customize the file by adding UIX user interface components using the UIX Visual Editor or the schema-driven XML Editor. For example in the UIX Visual Editor, you can drag and drop components from the Component Palette, or right-click for a choice of components to insert.


About UIX XML Page Structure

Editing a UIX XML or UIT File Using Code Insight
Creating a Struts-based Web Application with Oracle ADF
Creating UIX XML Pages
Working with Web Application Design Tools

 

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