SourceForge > Dimensions
 

Installing Dimensions

Installing the framework

These are the steps that you need to follow to install Dimensions correctly

Download the distribution

First of all you have to download the Dimensions distribution. You can find the direction in the Download section.

Building from source

If you don't want to build Dimensions from source, skip this section.

To build Dimensions you need Ant: http://ant.apache.org/

Go to the distribution directory and type:

ant jar

Installing Dimensions in your web application

To install Dimensions in your web application you have simply to copy the dist/dimensions.jar file in the WEB-INF/lib directory.

Installing the simple example

This sections explains how to install the simple example

Download the distribution

First of all you have to download the Dimensions simple example distribution. You can find the direction in the Download section.

Building from source

To build the example you need Ant: http://ant.apache.org/

Go to the distribution directory and type:

ant dist

Installing the example in your servlet container

To install the example in your servlet container you have simply to deploy the dist/dimensions-simple-example.war file. For example with Tomcat you have to copy this file in the webapps directory.