Databases Reference
In-Depth Information
The view layer is developed using the ADF Faces technology. The controller layer is
developed using ADF PageFlow ; this is the logical name in JDeveloper for all libraries
required by a project that intend to use the ADF controller and task flow features.
Applicaion iles will have a .jws extension whereas project
files will have a .jpr extension.
The Applicaion Overview page will be displayed in the center, and it will guide us with the
steps required to create an applicaion. The overview screen will have the following opions:
Checklist : This opion helps to track the progress of our applicaion development.
Java Files : This opion is used to add any Java iles to the project. It can be any
helper class or uility class that you want to add to your project.
Page Flows : Iniially you will have the following two coniguraion iles available:
faces-config.xml : Any configurations related to JSF go in this file.
Some of the ADF-related configurations are also added in this file.
adfc-config.xml : This file will hold the ADF configurations.
Managed Beans : The Bean class that is added to the ViewController project is
displayed here. These are JavaBeans that are managed by the ADF controller.
Web Tier : This will list all the files, such as . javascript , . css , . jsp , . html , and
. jsf that are used in the view layer.
Business Components : This opion lists all the components, such as Enity , View ,
Associaions , View Link , Applicaion Module .
Binding Files : The data controls available for the projects are displayed in this
secion.
Offline Database : If you have any offline database objects created for the project,
those iles will be listed in this secion.
The Model project is empty and the ViewController project will have the WEB-INF folder
populated with the following XML files:
adfc-config.xml
faces-config.xml
trinidad-config.xml
web.xml
 
Search WWH ::




Custom Search