Cimande:GettingStarted

From BlueOxygen Wiki

Jump to: navigation, search

[edit] Getting Started with Cimande

Cimande is a container to develop application. This means anyone can develop any application on top of Cimande.

To develop application on cimande, please use the SDK-Bundle version, because this bundle has been cleaned.


[edit] Creating Cimande SDK Bundle

If you have a Cimande Source, you can develop your own SDK Bundle. These are the steps to creating your own SDK Bundle

  1. Get the latest Cimande Source
  2. Extract Source
  3. Install Apache Ant (we use 1.7), setup the ANT_HOME, put ANT_HOME/bin in the PATH.
  4. Go to /build and execute the Ant.
  5. There is .project filename in the root of the Cimande Source, change the project description's name to your own project name.
  6. Create the SDK Bundle by typing "ant create-sdk-bundle" from the console, and you path must be inside "/build"
  7. There will be a new folder "generated", and inside that folder, you will find the cimande-x-x-x-sdk.zip. This is the SDK Bundle.
  8. Extract the SDK Bundle and Import to Eclipse WTP.
  9. Create a table "cimande", modify the root password at db.properties (in /build) and cimande.properties (in /src/config)
  10. Go to build folder, run "ant create-schema dbimport", this step will create the database structure and will fill the table with the data.
  11. Get Tomcat from htt://tomcat.apache.org, extract it.
  12. Run Project, please map the Tomcat Server to the location of your Tomcat.
  13. The Cimande Workspace will run, and login as admin/admin. If there is no problem, you can start develop application on Cimande.
Personal tools