» readme
Requirements
- Tomcat 6.x
- Java 1.5
- Mysql 5.x
Quick Setup
You can simply download the web application archive "dmms-web.war" file and install it in your application server web app directory. At the moment it is only tested with Apache's Tomcat 6.x.
Database configuration
- Localhost database name:
- dmms
- User:
- root
- Password:
- root
[ Download dmms-web.war file (15MB) ]
Building from source
For building from source you still need some libraries, which aren't yet checked in the Subversion. Here a list with the most important 3rd party libraries:
- spring-2.5.2.jar
- hibernate3.jar
- myfaces-api-1.2.2.jar
- myfaces-impl-1.2.2.jar
- el-impl-1.0.jar
- jsf-facelets-1.1.14.jar
- tomahawk-1.1.6.jar
- tomahawk-facelets-taglib-1.1.6.2.jar
- jstl-1.1.2.jar
- c3p0-0.9.1.2.jar
- mysql-connector-java-5.1.5-bin.jar
The sourcecode can be viewed online here: Browse code in svn repository
For building the source Ant 1.6.x is used.
Building:
- Compile and build project DMMS-core, you will get the "dmms-core.jar" file in the dist folder
- Compile and build war file of DMMS-web and deploy it to your application server