Setting up the Datastore collaboration object

This section includes information on port bindings and required steps for setting up collaboration objects based on the Datastore collaboration template.

For general information on creating collaboration objects, refer to the Collaboration Development Guide.
  1. Create a table in a database. See Creating a database table.
  2. Create the wrapper object to be passed into the IBM® WebSphere® Business Integration Data Handler for XML.
  3. Create the ASBO that will contain the serialized data string to be sent to the JDBCConnector.
  4. Configure the JDBCConnector. See Configuring the JDBCConnector.
  5. Configure the IBM WebSphere Business Integration Data Handler for XML. See Configuring the IBM WebSphere Business Integration Data Handler for XML.
  6. Copy the DataStore collaboration template and modify the new template to specify the supported business objects for each port.
  7. Create a collaboration object from the copied and modified collaboration template.
  8. Bind the ports. See Port bindings.
  9. Set the configuration properties. See Configuration properties.

Parent topic: DataStore collaboration template