Saturday, March 1, 2014

How to Create ADF (Fusion) Web Application

Creating ADF web application is easy. Just follow the below steps to start with.

1. Open Jdeveloper -> Select 'Default Role' in 'Select Role' dialog -> It'll open the Jdeveloper in default perspective/layout

2. The default Jdeveloper layout will contain 'Application Navigator', 'Structure' and Editor work area and 'Tip of the Day'.

3. Now select 'New Application' from Application Navigator

4. In the 'Create Fusion Web Application' window, give Application Name, Directory in which you want to create the application and then default package prefix which the Jdeveloper takes as the default package for all ADF objects in the application.

5. For any ADF application, you generally have minimum two projects namely 'Model' and 'ViewController'. Give the Name and default package prefix for these projects in the next stops in the same window. And, Jdeveloper will select the required technologies for Model and ViewController projects by default and if you want to add more technologies to your project, you can shuffle them in the settings.

6. Now, after giving all details, click on 'Finish' and it'll create the new application and you'll see it in application navigator.

No comments:

Post a Comment