Monday, November 26, 2012

Reusing TaskFlows in another Application


  • Create a Deployment Profile for Model and UI projects as ADFLibrary jars
  • Deploy both the projects
Now in the Application where we have to reuse 
  • Create a jspx page
  • On the UI project properties->Libraries and Classpath->Add Library->Give a Name(e.g ADF Library) and add the adfjars previously defined to it .
  • This should make the previous application as a dependent on the current application.
  • From the component palette of the jspx file we can get to the task flows of the previous application and use it the current application 

No comments: