Tuesday, 15 April 2014

2, Oracle ADF - Setting up new project


SETTING UP FUSION WEB APPLICATION (ADF)

Step 1: Selecting your type of application
Step 2: Selecting Model controller.
Step 3: Selecting Model java source folder.
Step 4: Selecting View controller.
Step 5: Selecting View java source folder.

Goto 'Application' menu -> New

Step 1: In 'Name you Application' dialog, Please fill in 'Application Name', 'Directory', 'Application Package Prefix', Under 'Application Template' select 'Fusion Web Application (ADF)' -> Next

Step 2: In 'Name your project' dialog, Please fill in 'Project Name', 'Directory'. Default settings are fine for 'Project Technologies', 'Generated Components' and 'Associated Libraries'.

This project contains model and acts as a data handler for view. So for now we can work with default components.



Step 3: In 'Configure Java settings' dialog, Please fill in 'Default Package', 'Java Source Path' and 'Output Directory'. By default it configures inside the application directory.


Step 4:  In 'Name your project' dialog, Please fill in 'Project Name', 'Directory'. Default settings are fine for 'Project Technologies', 'Generated Components' and 'Associated Libraries'.

This project contains view controller and interacts directly with JSF pages.


Step 5: In 'Configure Java settings' dialog, Please fill in 'Default Package', 'Java Source Path' and 'Output Directory'. By default it configures inside the application directory.


Click on 'Finish' to create default folder structure and files.


No comments:

Post a Comment