Creating a New EnterpriseOne ADF Application

This section describes how to create a new EnterpriseOne ADF application.

  1. In JDeveloper, create a new ADF Application.

  2. On the New Gallery form, select Applications from the Categories section, and then click ADF Fusion Web Application from the Items: list.

  3. Click OK.

  4. On the Name Application form, enter the following information:

    • Application Name: E01012

    • Directory: C:\jdeveloper\mywork\E01012

    • Application Package Prefix: com.oracle.e1.E01012

      Ensure that the Application Package Prefix is populated correctly with the following sample name: com.oracle.e1.E01012

      Note: Oracle's standards are to name EnterpriseOne ADF applications beginning with the letter E, for example, E01012.
  5. Accept the default settings and click Finish.

  6. Add the jar files to your Model project by completing the following steps:

    • Right-click Model project

    • Select Project Properties

    • Select Libraries and Classpath (towards the bottom of the left pane)

    • Click the Add Jar/Directory… button located on the right side of the screen and add the following jars:

      • AIS_Client.jar

      • jackson-annotations-2.x.x.jar

      • jackson-core-2.x.x.jar

      • jackson-databind-2.x.x.jar

      • E1UserSession.jar

    • The following graphic displays the results you should now see:

    This image is described in surrounding text.
  7. Click the Add Library button located on the right side of the screen.

  8. Click the ADF Model Generic Runtime Classpath entry, and then click OK.

  9. Click OK to save the changes.

  10. In the Projects panel on the left, delete the WEB-INF folder that has been added to the Model project.

  11. Save changes made to the Model project.