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 3.1
edited by 5fbc055b7cc103006957e1ae
on 2012-08-10 05.26:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.christoph_lechleitner@iteg_at
1 +XWiki.5fbc055b7cc103006957e1ae
Content
... ... @@ -1,37 +1,31 @@
1 -(% class="contentLayout" data-atlassian-layout="{~"name~":~"pagelayout-two-right~",~"columns~":[~"large~",~"aside~"],~"header~":true,~"footer~":true}" %)
2 -(((
3 -(% class="header" %)
4 -(((
5 -This is the home of the Data Model Generator + Utils space.
1 +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.
8 -)))
3 +With additional functions to allow an application to i.e. perform schema update operations it has grown into what's now rather called DMUtils.
9 9  
10 -(% class="columnLayout twoColumns" %)
11 -(((
12 -(% class="cell large" %)
13 -(((
14 -(% class="innerCell" %)
15 -(((
16 -{{recently-updated/}}
17 -)))
18 -)))
5 +===== {{id name="DataModelGenerator+UtilsHome-Repositories:"/}}Repositories: =====
19 19  
20 -(% class="cell aside" %)
21 -(((
22 -(% class="innerCell" %)
23 -(((
24 -====== {{id name="DataModelGenerator+UtilsHome-Navigatespace"/}}Navigate space ======
7 +The subversion repository can be found here:
25 25  
26 -{{locationSearch reference="WebHome"/}}
9 +{{code language="none"}}
10 +https://svn.clazzes.org/svn/dmgen.
11 +{{/code}}
27 27  
28 -{{documentTree root="document:DMGEN.WebHome"/}}
29 -)))
30 -)))
31 -)))
13 +To use the Project with maven add the following to your {{code language="none"}}pom.xml{{/code}} file:
32 32  
33 -(% class="footer" %)
34 -(((
35 -
36 -)))
37 -)))
15 +{{code language="none"}}
16 +<repository>
17 + <id>clazzes.org</id>
18 + <url>http://mvn.clazzes.org/</url>
19 +</repository>
20 +...
21 +<dependency>
22 + <groupId>org.clazzes.dmgen</groupId>
23 + <artifactId>dmutils.api</artifactId>
24 + <version>0.1.0-SNAPSHOT</version>
25 +</dependency>
26 +<dependency>
27 + <groupId>org.clazzes.dmgen</groupId>
28 + <artifactId>dmutils.impl</artifactId>
29 + <version>0.1.0-SNAPSHOT</version>
30 +</dependency>
31 +{{/code}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656249
1 +656242
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/656242/Data Model Generator + Utils Home