Back to top
 
 
 

Development Using SDK

This section is for the developers/partners who would implement XAAS (Anything as a service) Connector from CPBM. This document is divided in the following major categories.
  1. System Requirements
  2. Downloading and Installing the Cloud Service SDK
  3. Downloading and Installing the CPBM Development Server
  4. Creating the CS SDK Maven STS Project
  5. Various package structures and their responsibilities
  6. Default classes generated as part of the CPBM script and its function
  7. Spring OSGI Service Registration Listeners
  8. Location of serviceDefinition.xml
  9. Writing Cloud Service Connector
System Requirements
The document assumes that the developer machine is installed with the following system requirements and the developer is also aware of the same.
  1. Windows XP (32-Bit), Windows Vista or Windows 7 (32- or 64-Bit), or MacOSX, or Linux
  2. JDK Version 1.6
    1. Set JAVA_HOME environment variable to the root of the JDK install path.
    2. Add %JAVA_HOME%bin to the PATH environment variable.
  3. Spring Tool Suite (STS) Version 3.1.0 or higher.
  4. Apache Maven Version 3.
    1. Add <Maven Install Path>bin to the PATH environment variable.
  5. CPBM Server
Downloading and Installing the CS-SDK
  1. Unzip the content to a local directory in your system.
  2. Double-click cssdk-standard.jar or run the command java -jar cssdk-standard.jar to launch CPBM Cloud Service SDK installer.
 

Comments