JDE ADF Helpers

To expedite the development of ADF applications for EnterpriseOne, Oracle provides additional tools referred to as JDE ADF Helpers. JDE ADF Helpers include:

  • AIS_Client.jar

    The AIS_Client.jar contains the AIS Client Java API, which provides classes and methods that enable EnterpriseOne ADF applications to manage (create, read, update, delete) data in EnterpriseOne through REST services.

  • AIS Client Class Generator

    The AIS Client Class Generator is a JDeveloper extension that enables you to generate foundational classes that are required to consume EnterpriseOne data returned by AIS.

  • E1UserSession.jar

    The E1UserSession.jar exposes classes that EnterpriseOne ADF applications use to access both the LoginEnvironment object for the AIS server and additional features provided by the EnterpriseOne ADF Container web application. The LoginEnvironment object is especially important, because it is required for all AIS service requests within the EnterpriseOne ADF application.

To see an example of how to develop an EnterpriseOne ADF application using these utilities, refer to Creating a Sample EnterpriseOne ADF Application in this guide.