OpenConnector Development in Java

To create a custom connector based on this framework, complete these steps:

  1. Create the Java project, package, and class.

  2. Write the methods for the required features.

  3. Compile and deploy.

Create the Project, Package and Class

  1. Start a new Java project, adding all the OpenConnector SDK libraries to the build path for the build process.

  2. Create a new package called openconnector.

  3. Create a new class in the openconnector package with the desired class name for the new connector. This image illustrate how to do this in Eclipse, but any IDE can be used.