Wednesday, August 29, 2007

JDev/ADF sample - ADF Task Flow in JDeveloper 11g

  • ADF Task Flow in JDeveloper 11g. In JDeveloper 10g there is only one possibility to design application page flow structure - using JSF navigation flows. But sometimes, use cases require to implement complex page flow, that is not supported by JSF navigation flows. In developed sample application, task flow is implemented for Department data editing. Application contains one JSPX page and this page is divided into two parts - in first part Locations are shown, in second part Departments are managed. Departments management requires to have two views - one for viewing and selecting, second for editing and saving. Additional requirement - to have Locations table displayed always.
    Download - ADFTaskFlow.zip

No comments: