Thursday, July 4, 2019

Steps to create a new project/module

How to create a new project/Module
-------------------------------------
1. create a new ADF Application

  1.1> New-->Applications>Fusion adf applications
2. create AM
3. copy source Amimpl file
4. create MyPagePhaseListener in ViewController(com.view.listeners)
5. adfs-settings.xml --> META-INF register the MyPagePhaseListener
6. DemoPhaseListener(com.view.listeners)
7. WEB-INF --> faces-config.xml --> register DemoPhaseListener

8. create --> viewcontroller--> create new ADF skin --> skin1.css -- copy this source from inv
9. copy all pageflow,commoncode,reusablecode under viewcontroller

10. then copy viewCOntroller-->public_html copy all these images and javascript

11. need to register pageflowscope class at adfc-config.xml

12.select create ADF PageTemplate instead of page--> pagetemplate_new.jspx and copy template source code
13. Create backing bean class for the page template and copy source code

14. copy buttontemplate.jar,commoncomponent.jar and change.csv file

15. Need to add jar at viewcontroller--> projectproperties--> libraries and classpath

16. Class path need to change at Project Properties and Appliaction Properties.
selevt ViewController projectproperties -->
D:\Naren\gitsrc\GST_root\GST\src
remove GST
D:\Naren\gitsrc\GST_root\src
/
appliation properties
D:\Naren\gitsrc\GST_root\GST\src

--depoyment--> weblogic --> 
select only
Use the existing settings in Weblogic-application.xml

un select remaining things because of server deployment
/

for Model project properties
D:\Naren\gitsrc\GST_root\GST\Model\classes
D:\Naren\gitsrc\GST_root\Model\classes