Databases Reference
In-Depth Information
6. Run the applicaion : Deploy and verify the applicaion.
Time for action - creating the application workspace
We have come to the point where we will start creaing the ADF applicaion. We will now get
into the step-by-step pracice directly, by following these steps:
1. With JDeveloper open, click on the New Applicaion opion available in the
Applicaion Navigator panel. This will open a New Gallery window in which
you can create a new applicaion.
2. Select the Fusion web Applicaion (ADF) opion from General | Applicaions
Category . This will open a Create New Fusion Web Applicaion (ADF) wizard.
3. Type in the values for the Applicaion Name , Directory (locaion for the applicaion),
and Applicaion Package Preix ields. You can browse for the applicaion locaion.
The package prefix is the root package that will be applied for the applicaion.
For example, type the package name as com.empdirectory.model . The package
structure for the project is visible in the Applicaion Navigator panel; this holds all
the project arifacts, such as Java classes or ADF metadata iles.
4. In the next screen, you will have to provide the model project name and the
directory locaion for the project. ADF Business Components and Java are the
technology highlights of this project; these are usually defaulted to by JDeveloper.
5. The default Java seings for the Model project are conigured in the next screen.
The Default Package , Java Source Path , and Output Directory opions are
configured in this screen.
6. The next screen will help you to configure the UI project. This project includes
ADF Faces , ADF Page Flow , JSF , and other UI technologies as highlights.
7. Click Finish ater coniguring the Java seings for the UI project.
What just happened?
You will have the applicaion added to the applicaion navigator with the help of following
two projects:
One is the Model project that involves the ADF Business Components as the
primary technology. This creates the business service for our applicaion.
Another one is the ViewController project that involves both the view and
the controller layer.
 
Search WWH ::




Custom Search