Time for action – creating an application module
Now we will see how to create an application module using the following steps:
With JDeveloper open, locate the Model project and look for the
com.empdirectory.model.am
folder. Right-click on this directory and select the New Application Module option.The package name and the name of the application module can be kept as it is.
In the Data Model section, you can select the view object and shuttle to the other side. We are not doing this also. Click on the Next button.
In the next screen, we will move any available application module to the current one as a child application module. In this case, the root application module will be maintaining the transaction for the child application module—skip this section also.
The next screen can be used to create a Java class for the application module, which we do not need right now.
At the end is the summary page, and clicking on the Finish button will create the application module for you.