Data Model Generator + Utils Home
Version 3.1 by 5fbc055b7cc103006957e1ae on 2012-08-10 05.26:53
DMGen started as Data Model Generator, Java code and a Maven plugin to generate POJO clazzes and the like for a data model specified as XML file.
With additional functions to allow an application to i.e. perform schema update operations it has grown into what's now rather called DMUtils.
Repositories:
The subversion repository can be found here:
https://svn.clazzes.org/svn/dmgen.
To use the Project with maven add the following to your pom.xml file:
<repository>
<id>clazzes.org</id>
<url>http://mvn.clazzes.org/</url>
</repository>
...
<dependency>
<groupId>org.clazzes.dmgen</groupId>
<artifactId>dmutils.api</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clazzes.dmgen</groupId>
<artifactId>dmutils.impl</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<id>clazzes.org</id>
<url>http://mvn.clazzes.org/</url>
</repository>
...
<dependency>
<groupId>org.clazzes.dmgen</groupId>
<artifactId>dmutils.api</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clazzes.dmgen</groupId>
<artifactId>dmutils.impl</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>