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 4.1
edited by wolfgang_pausch@iteg_at
on 2012-09-07 11.35:38
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.wolfgang_pausch@iteg_at
Content
... ... @@ -1,37 +1,35 @@
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 +Dmutils consists of
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 +* a data model generator which can generate various pieces of (currently Java-) code based on a xml specification of a datamodel, in detail:\\
4 +** dto classes
5 +** database access classes (DAOs), including support for specifying generated joins based on the datamodel
6 +** a table definition class, to create a complete database schema based on the datamodel specification
7 +* a flexible importer, which can based on the datamodel specification import any pieces of data (given as csv file) into the database, including resolving and generating foreign key references between both the imported tuples and the tuples already present on the database.
9 9  
10 -(% class="columnLayout twoColumns" %)
11 -(((
12 -(% class="cell large" %)
13 -(((
14 -(% class="innerCell" %)
15 -(((
16 -{{recently-updated/}}
17 -)))
18 -)))
9 +===== {{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 ======
11 +The subversion repository can be found here:
25 25  
26 -{{locationSearch reference="WebHome"/}}
13 +{{code language="none"}}
14 +https://svn.clazzes.org/svn/dmgen.
15 +{{/code}}
27 27  
28 -{{documentTree root="document:DMGEN.WebHome"/}}
29 -)))
30 -)))
31 -)))
17 +To use the project add the following to your {{code language="none"}}pom.xml{{/code}} file:
32 32  
33 -(% class="footer" %)
34 -(((
35 -
36 -)))
37 -)))
19 +{{code language="none"}}
20 +<repository>
21 + <id>clazzes.org</id>
22 + <url>http://mvn.clazzes.org/</url>
23 +</repository>
24 +...
25 +<dependency>
26 + <groupId>org.clazzes.dmgen</groupId>
27 + <artifactId>dmutils.api</artifactId>
28 + <version>0.1.3-SNAPSHOT</version>
29 +</dependency>
30 +<dependency>
31 + <groupId>org.clazzes.dmgen</groupId>
32 + <artifactId>dmutils.impl</artifactId>
33 + <version>0.1.3-SNAPSHOT</version>
34 +</dependency>
35 +{{/code}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656249
1 +656202
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/656202/Data Model Generator + Utils Home