0% found this document useful (0 votes)
26 views

Step 1: Create A Page Flow: Part 3: Enhancing The User Interface

This document provides instructions for enhancing the user interface of a web application by adding a new search page, defining navigation rules between pages using the ADF Task Flow Diagrammer, adding extra functionality using ADF Faces features, and creating a reusable page fragment. Specifically, it describes creating a page flow in the adfc-config file by dragging pages and adding a control flow case, then generating a new JSF page called "query" to represent the search page.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Step 1: Create A Page Flow: Part 3: Enhancing The User Interface

This document provides instructions for enhancing the user interface of a web application by adding a new search page, defining navigation rules between pages using the ADF Task Flow Diagrammer, adding extra functionality using ADF Faces features, and creating a reusable page fragment. Specifically, it describes creating a page flow in the adfc-config file by dragging pages and adding a control flow case, then generating a new JSF page called "query" to represent the search page.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Oracle JDeveloper 11g Release 2 Tutorials - Developing Rich Web Applications With...

Page 1 of 1

Part 3: Enhancing the User Interface

Web applications usually have more than one page in them. In this part of the tutorial you add another page - a Search page - to your
application and use the ADF Task Flow Diagrammer to define the navigation rules between the two pages. You then use features of the
ADF Faces Framework to add extra functionality to the pages. Finally you create a reusable page fragment and add it to the
DeptEmpPage page.

Step 1: Create a Page Flow


1. In the Application Navigator locate the adfc-config file under the Page Flows node in the ViewController project. Double-click it

to open it in the editor. This is where you are going to define the application's navigation.

2. Drag the DeptEmpPage.jsf file from the Application Navigator into the empty adfc-config diagram.

3. From the Component Palette drag and drop a View component into the adf-config diagram, and rename it query. This represents

the new JSF page that you are about to create.

4. From the Component Palette select Control Flow Case and then click on the DeptEmpPage and drag a line to the query page.

http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_3.html

27/03/2012

You might also like