Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connectors themselves are self-contained bundles that ride on top of the Connectors Framework. Applications are completely separated from the bundles, so that different implementations can be swapped in and out without affecting the app or its dependencies.

...

To use Connectors in your application, start by downloading  the downloading the ConnId base framework and framework and placing the following jars on your classpath:

...

where XX is the desired version.

 

Then, download the Connector the Connector Bundle(s) you'd like to use and add them to the classpath as well. Now you are ready to set up the ConnectorFacade and start programming to the API. See the API Info section for more details on this.

...