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

From version 3.1
edited by 5fbc055b7cc103006957e1ae
on 2012-08-10 05.26:53
Change comment: There is no comment for this version
To version 5.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 06.25:26
Change comment: svn and jira links

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.5fbc055b7cc103006957e1ae
1 +XWiki.christoph_lechleitner@iteg_at
Content
... ... @@ -1,17 +1,17 @@
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.
1 += {{id name="DataModelGenerator+UtilsHome-Introduction"/}}Introduction =
2 2  
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.
3 +Dmutils consists of
4 4  
5 -===== {{id name="DataModelGenerator+UtilsHome-Repositories:"/}}Repositories: =====
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.
6 6  
7 -The subversion repository can be found here:
11 +===== {{id name="DataModelGenerator+UtilsHome-pom.xmlsnippets:"/}}pom.xml snippets: =====
8 8  
9 -{{code language="none"}}
10 -https://svn.clazzes.org/svn/dmgen.
11 -{{/code}}
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:
12 12  
13 -To use the Project with maven add the following to your {{code language="none"}}pom.xml{{/code}} file:
14 -
15 15  {{code language="none"}}
16 16  <repository>
17 17   <id>clazzes.org</id>
... ... @@ -21,11 +21,17 @@
21 21  <dependency>
22 22   <groupId>org.clazzes.dmgen</groupId>
23 23   <artifactId>dmutils.api</artifactId>
24 - <version>0.1.0-SNAPSHOT</version>
24 + <version>0.1.3-SNAPSHOT</version>
25 25  </dependency>
26 26  <dependency>
27 27   <groupId>org.clazzes.dmgen</groupId>
28 28   <artifactId>dmutils.impl</artifactId>
29 - <version>0.1.0-SNAPSHOT</version>
29 + <version>0.1.3-SNAPSHOT</version>
30 30  </dependency>
31 31  {{/code}}
32 +
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 -656242
1 +656279
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/DMGEN/pages/656242/Data Model Generator + Utils Home
1 +https://clazzes.atlassian.net/wiki/spaces/DMGEN/pages/656279/Data Model Generator + Utils Home