96 Implementing Web Applications with CM Information Integrator for Content and ODWEK
6.1 Introduction
As mentioned in 5.5.2, “Dynamic data object (DDO) and extended data object
(XDO)” on page 90, Information Integrator for Content creates DDOs dynamically
after it connects to a content server. The association between a DDO and a
content server is established with the DDO’s PID. In general, an application using
the II for Content APIs goes through the following five steps to manage data in a
content server:
1. Create a content server.
2. Establish a connection to the content server.
3. Create the DDOs to represents the data while the application runs.
4. Add, retrieve, update, and delete the DDOs using appropriate methods.
5. Retrieve the corres ...