Create ADF App based another

This tutorial explains how to modified app Name, packages names and deploys to reuse this ADF App example: https://github.com/jtiagomp/ADF_POCs/tree/master/SimpleHelloADF

This App has this features: 
  • Login page and java class
  • ALTA UI skin and index page example
  • Class Utils:
    • ADFUtils - contains most used method in ADFs Apps to get binding object, rows selected, show ADF messages, etc..
    • JSFUtils - contains some method to auxiliary ADF utils and another JSF important methods.
    • LOGUtils- to write controlled logs in your application
  • NavigationBean - helps you to navigate between task-flows in your application


First of all - download the SimpleHelloADF application in your directory.

Rename application in your directory: 



Now, open app in Jdeveloper and rename it too:

  1. Navigate to Rename Application...


  1. Rename it:


Configure Application and project package prefix:

  • Application - navigate to Application Content and edit package prefix: 


  • Projects - navigate to each project (Model and UI) and edit default package :



Finally, remove and create new Projects and Application deployment

Projects:
  • Model: remove and create new as jar file:

  • UI: remove and create new as War file:




Application:
  • in application properties, navigate to Deployment and remove this deployment profile:


  • now create another as a EAR file and name it:


  • in application Assembly check webApp UI.jpr:



  • Finally change JAVA EE Application Name:


That's it!

Cheers.



Related Posts:

No responses yet for "Create ADF App based another"

Post a Comment