Chapter 3 Project Creation

To create a new XMA Project, use the project creation wizard.

  1. The Wizard starts with this dialog, to create "yourProjectName"

    Select a name (testapplication in our example) and a file location for your project.


  2. Java Settings - Source

    The next wizard page prepares the Java specific settings to the project. It is highly recommended to keep the names of the source and output folder as src/ and and classes/ because the generated build script trust on this structure.


  3. Java Settings - Libraries

    The pre-selected build path list use the variable definitions mentioned in the install topic. The list contains the minimal set of necessary jar files to run/debug a XMA project, whereas the 99er versions of the libraries are used. You may find more about 99er version also in the Install topic.


  4. Custom XMA Project Settings

    The next wizard page specifies custom input for the XMA project. Here you could define the name of the webapplication which is part of your application URL. Moreover the plugins.war can be selected which inter alia controls what authentification/authorisation plugin is used. Most often the dummy plugin is used during development, and will be replaced later with a real one. You may found more about XMA plugins in Accessing Plugins.


  5. a new XMA project

    The created project includes: