Monday, December 10, 2007

JDev/ADF sample - JDeveloper 11g and ADF Task Flow Parameters

  • JDeveloper 11g and ADF Task Flow Parameters. ADF Task Flow is cool thing, but what it give us in daily life. How it can be applied in our projects? In this post, I will try to answer this question. First thing - in JDeveloper 10.1.3 there is problem if application contains some 100 or more pages, page flow becomes complicated and diagram is not functional. ADF Task Flow provides unbounded and bounded task flows. This means you can split page flow into separate parts and reuse those parts. Second thing - ADF Task Flow is not limited with only page flow splitting, it allows to pass parameters between separate parts of task flow. So, ADF Task Flow gives much more than just splitting into groups.
    Download - TaskFlowParameters.zip

1 comment:

Anonymous said...

After converting a spreadsheet by to a xml file, csv or xls, I can see the files in my navigator but is there a way to make this a datasource so I can use data in jsf page? Want to be able to create search page. JDevelper tells me thatI can just right click on csv file and select create data control but it's not an option. Can't drag to control pallete either. Any idea?