Tuesday, May 4, 2010

CM API Usage Guide

CM API Usage Guide
CM API is introduced in Rational 7.1. It has implement java interface between JAVA and CC/CQ applications. Using CM API, java client can do task like,
1. populate users in cq database
2. submit, update, delete records in cq database
3. check out/in a element version
4. others like perl, vbs do in privious version.
 
Here is brief introducton of CM API.