3 Getting Started

This chapter refers to certifications (MTRs) and prerequisites for developing and running EnterpriseOne mobile enterprise applications.

This chapter contains the following topics:

3.1 Certifications (Formerly Known as Minimum Technical Requirements)

Customers must conform to the supported platforms for the release, which can be found in the Certifications tab on My Oracle Support: https://support.oracle.com.

For more information about JD Edwards EnterpriseOne Minimum Technical Requirements, see the following document on My Oracle Support: JD Edwards EnterpriseOne Minimum Technical Requirements Reference (Doc ID 745831.1), which is available here:

https://support.oracle.com/epmos/faces/DocumentDisplay?id=745831.1

3.2 Prerequisites

To develop custom mobile applications, you must complete the following prerequisites:

  • You must be running a minimum of EnterpriseOne Tools release 9.1.4.6 with an EnterpriseOne AIS Server configuration. The AIS Server enables communication between mobile enterprise applications and EnterpriseOne.

    See the JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide.

  • Download the JDE_Mobile_Framework_2.1.0 package from the JD Edwards Update Center on My Oracle Support (https://support.oracle.com/). In the Update Center, enter "EnterpriseOne Mobile Enterprise Applications" in the Type field to locate the package.

    This package contains the JDE_MobileFramework_2.1.zip file, which contains the following files:

    • JDEMobileFramework.jar (JD Edwards EnterpriseOne Mobile Framework APIs)

    • jdemfResourceBundle.xlf (resource bundle)

    • Login.jar (Login Module)

    • Javascript and CSS files.

    • about.properties

    • AISCGE 12c_v1.6.1.zip (AIS Client Class Generator extension for JDeveloper)

    The package also contains the following files:

    • maf-2.1100.20150325-1239-RELEASE.zip

      This contains the Oracle MAF extension for JDeveloper, which is required to develop and customize mobile enterprise applications. In JDeveloper, you can install this file by selecting the "Install from Local File" option in the Check for Updates Wizard.

    • JDEMobileSampleApplication.zip

      This is an optional file that contains the components for running a sample mobile application. Appendix A, "Creating a Sample Mobile Application" in this guide describes how to create this sample mobile application. You can use this sample mobile application download for comparison purposes.

Important:

The Update Center also contains the previous version of this package, JDE_Mobile_Framework_2.0.1. If you previously installed this version and plan on using the sample mobile application or mobile application archives, see the "Before You Begin" in the following appendixes for important component compatibility information:

3.3 Installing the AIS Client Class Generator Extension for JDeveloper

The AIS Client Class Generator extension for JDeveloper contains the AIS Client Class Generator, a tool that supports the creation of Application Controller foundational classes that are required by EnterpriseOne mobile applications.

For more information about the AIS Client Class Generator, see Chapter 5, "Building the Data Model" in this guide.

To install the extension:

  1. In JDeveloper, select the Help menu, Check for Updates.

  2. Click Next.

  3. Select Install From Local File, and then enter the location of the maf-2.1100.20150325-1239-RELEASE.zip file. This file is part of the JDE_Mobile_Framework download package.

  4. Click Next, and then click Finish.

    JDeveloper closes automatically.