Objective :
In this article we will see how to deploy a UI page in ADF to display employee information . In the previous article Introduction To Application Framework Development we have seen how to create Business components in ADF and use JDeveloper .
Creating UI page on ADF to display employee information .
1)Select the UI project and Right click on it and click on New
2) Select JSF from Web Tier and JSF Page from Items and click on Ok. JSF Page is nothing but a JSP page with ADF component
3) Keep the default name “untitled1.jspx” of the page as it is and click on OK.