Cimande:GettingStarted
From BlueOxygen Wiki
[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
- Get the latest Cimande Source
- Extract Source
- Install Apache Ant (we use 1.7), setup the ANT_HOME, put ANT_HOME/bin in the PATH.
- Go to /build and execute the Ant.
- There is .project filename in the root of the Cimande Source, change the project description's name to your own project name.
- Create the SDK Bundle by typing "ant create-sdk-bundle" from the console, and you path must be inside "/build"
- 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.
- Extract the SDK Bundle and Import to Eclipse WTP.
- Create a table "cimande", modify the root password at db.properties (in /build) and cimande.properties (in /src/config)
- Go to build folder, run "ant create-schema dbimport", this step will create the database structure and will fill the table with the data.
- Get Tomcat from htt://tomcat.apache.org, extract it.
- Run Project, please map the Tomcat Server to the location of your Tomcat.
- The Cimande Workspace will run, and login as admin/admin. If there is no problem, you can start develop application on Cimande.
