Last modified by christoph_lechleitner@iteg_at on 2013-02-02 06.25:27

From version 1.1
edited by christoph_lechleitner@iteg_at
on 2012-08-10 04.24:36
Change comment: There is no comment for this version
To version 2.1
edited by christoph_lechleitner@iteg_at
on 2012-08-10 04.32:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,10 +2,39 @@
2 2  (((
3 3  (% class="header" %)
4 4  (((
5 -This is the home of the Data Model Generator + Utils space.
5 +(% class="innerCell" %)
6 +(((
7 +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.
6 6  
7 -To help you on your way, we've inserted some of our favourite macros on this home page. As you start creating pages, blogging and commenting you'll see the macros below fill up with all the activity in your space.
9 +With additional functions to allow an application to i.e. perform schema update operations it has grown into what's now rather called DMUtils.
10 +
11 +===== {{id name="DataModelGenerator+UtilsHome-Repositories:"/}}Repositories: =====
12 +
13 +Subversion: [[https:~~/~~/svn.clazzes.org/svn/dmgen>>url:https://svn.clazzes.org/svn/dmgen||shape="rect"]].
14 +
15 +Maven:
16 +
17 +{{code language="none"}}
18 +<repository>
19 + <id>clazzes.org</id>
20 + <url>http://mvn.clazzes.org/</url>
21 +</repository>
22 +...
23 +<dependency>
24 + <groupId>org.clazzes.dmgen</groupId>
25 + <artifactId>dmutils.api</artifactId>
26 + <version>0.1.0-SNAPSHOT</version>
27 +</dependency>
28 +<dependency>
29 + <groupId>org.clazzes.dmgen</groupId>
30 + <artifactId>dmutils.impl</artifactId>
31 + <version>0.1.0-SNAPSHOT</version>
32 +</dependency>
33 +{{/code}}
34 +
35 +
8 8  )))
37 +)))
9 9  
10 10  (% class="columnLayout twoColumns" %)
11 11  (((
... ... @@ -32,6 +32,9 @@
32 32  
33 33  (% class="footer" %)
34 34  (((
64 +(% class="innerCell" %)
65 +(((
35 35  
36 36  )))
37 37  )))
69 +)))
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656249
1 +656244
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/DMGEN/pages/656249/Data Model Generator + Utils Home
1 +https://clazzes.atlassian.net/wiki/spaces/DMGEN/pages/656244/Data Model Generator + Utils Home