Hello All,
In this i will try to highlight how the page execution happens and the framework differences between OAF and ADF.
Consider the below scenario :
Display Department Data in the output.
-----------------------------------------------------------------------------------------
From OAF Perspective
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
* Following files would be required to display the data.
Model
SampleAM.xml
SampleAMImpl.java
DeptVO.xml
DeptVOImpl.java
View
DeptDetailsPG.xml
CO
DeptpDetailsCO.java
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
From ADF Perspective
Model
SampleAM.xml
SampleAMImpl.java
DeptVO.xml
DeptVOImpl.java
View
DeptDetailsPG.jspx
DeptDetailsPGPageDef.xml
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
No comments:
Post a Comment