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 6.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 06.25:27
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Data Model Generator + Utils Home
1 +Data Model Generator + Utils
Content
... ... @@ -1,37 +1,37 @@
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 += {{id name="DataModelGenerator+UtilsHome-Introduction"/}}Introduction =
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 +Dmutils consists of
9 9  
10 -(% class="columnLayout twoColumns" %)
11 -(((
12 -(% class="cell large" %)
13 -(((
14 -(% class="innerCell" %)
15 -(((
16 -{{recently-updated/}}
17 -)))
18 -)))
5 +* a data model generator which can generate various pieces of (currently Java-) code based on a xml specification of a datamodel, in detail:\\
6 +** dto classes
7 +** database access classes (DAOs), including support for specifying generated joins based on the datamodel
8 +** a table definition class, to create a complete database schema based on the datamodel specification
9 +* 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.
19 19  
20 -(% class="cell aside" %)
21 -(((
22 -(% class="innerCell" %)
23 -(((
24 -====== {{id name="DataModelGenerator+UtilsHome-Navigatespace"/}}Navigate space ======
11 +===== {{id name="DataModelGenerator+UtilsHome-pom.xmlsnippets:"/}}pom.xml snippets: =====
25 25  
26 -{{locationSearch reference="WebHome"/}}
13 +(% style="font-size: 10.0pt;line-height: 13.0pt;" %)To use the project add the following to your (% style="font-size: 10.0pt;line-height: 13.0pt;" %){{code language="none"}}pom.xml{{/code}} file:
27 27  
28 -{{documentTree root="document:DMGEN.WebHome"/}}
29 -)))
30 -)))
31 -)))
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.3-SNAPSHOT</version>
25 +</dependency>
26 +<dependency>
27 + <groupId>org.clazzes.dmgen</groupId>
28 + <artifactId>dmutils.impl</artifactId>
29 + <version>0.1.3-SNAPSHOT</version>
30 +</dependency>
31 +{{/code}}
32 32  
33 -(% class="footer" %)
34 -(((
35 -
36 -)))
37 -)))
33 += {{id name="DataModelGenerator+UtilsHome-Sourcecodeandissuetracker"/}}Source code and issue tracker =
34 +
35 +Subversion: [[https:~~/~~/svn.clazzes.org/svn/dmgen>>url:https://svn.clazzes.org/svn/dmgen||shape="rect"]]
36 +
37 +Jira: [[DMGEN>>url:https://jira.clazzes.org/browse/DMGEN||shape="rect"]]
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -656249
1 +656184
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