Skip to main content

Application

The application model starts with a description of the Application.

The applications directory can contain one or more directories, each for a different application. It is possible to have more than one application per directory, but usually one project per application works best.

The application directory contains a model directory, with an Application XML file and one or more ApplicationInstance XML files.

project
├── conf
├── applications
. └── spaceApp
├── model
. ├── spaceApp-1.0.0.xml
└── instances
└── spaceapp_development.xml

<application name="SpaceApp">
<!-- shortName is used during expansion and should be camelCase -->
<shortName>spaceApp</shortName>
<version>1.0.0</version>
</application>