Previous Topic: Scripted Logic Update ConsiderationsNext Topic: Set Up the Bundle Builder Tool


Packaging and Deploying a Connector

This section contains the following topics:

How to Package a Connector

How to Deploy a Connector

How to Migrate a Connector to OSGi

Configure the Provisioning Server

Building and Debugging

SDK Packages

How to Package a Connector

Use this process to create a connector:

  1. Ensure that the Bundle Builder tool is set up.
  2. Create the Java classes required by the connector.
  3. Create connector.xml, which contains the configuration details for the connector.
  4. Create manifest.mf, which is the bundle manifest for the connector.
  5. Create a folder structure and move the following files into the correct folders:
  6. Run Bundle Builder to create the bundle.

    You can run the tool using the command line or an ANT task.

The connector is now ready to be deployed.