Time for action – creating the application workspace
We have come to the point where we will start creating the ADF application. We will now get into the step-by-step practice directly, by following these steps:
With JDeveloper open, click on the New Application option available in the Application Navigator panel. This will open a New Gallery window in which you can create a new application.
Select the Fusion web Application (ADF) option from General | Applications Category. This will open a Create New Fusion Web Application (ADF) wizard.
Type in the values for the Application Name, Directory (location for the application), and Application Package Prefix fields. You can browse for the application location. The package prefix is the root package that will be applied for the application.
For example, type the package name as
com.empdirectory.model
. The package structure for the project is visible in the Application Navigator panel; this holds all the project artifacts, such as Java classes or...