Importing Existing Adapters

Adapters developed using versions prior to Local Edition 5.x SDK can be imported in the new version of the SDK.

To import existing adapters:

Procedure

  1. Create a new adapter project using the create-adapter.sh/bat script.
    Note: The project name and other package name must be same as the existing adapter project that you want to import.
  2. Copy the existing source package into the newly created sub-project.
  3. Copy the third-party libraries into the lib folder of the sub-project.
    Note: For an existing adapter being developed as a maven-based project, provide the gradle form of dependencies in the sub-project's build.gradle file. For more information, see the Referring to Third-Party Libraries topic.