Changes for page Data Model Generator + Utils
Last modified by christoph_lechleitner@iteg_at on 2013-02-02 06.25:27
From version 4.1
edited by wolfgang_pausch@iteg_at
on 2012-09-07 11.35:38
on 2012-09-07 11.35:38
Change comment:
There is no comment for this version
To version 3.1
edited by 5fbc055b7cc103006957e1ae
on 2012-08-10 05.26:53
on 2012-08-10 05.26:53
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. wolfgang_pausch@iteg_at1 +XWiki.5fbc055b7cc103006957e1ae - Content
-
... ... @@ -1,10 +1,6 @@ 1 -D mutils consists of1 +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. 2 2 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. 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. 8 8 9 9 ===== {{id name="DataModelGenerator+UtilsHome-Repositories:"/}}Repositories: ===== 10 10 ... ... @@ -14,7 +14,7 @@ 14 14 https://svn.clazzes.org/svn/dmgen. 15 15 {{/code}} 16 16 17 -To use the project add the following to your {{code language="none"}}pom.xml{{/code}} file:13 +To use the Project with maven add the following to your {{code language="none"}}pom.xml{{/code}} file: 18 18 19 19 {{code language="none"}} 20 20 <repository> ... ... @@ -25,11 +25,11 @@ 25 25 <dependency> 26 26 <groupId>org.clazzes.dmgen</groupId> 27 27 <artifactId>dmutils.api</artifactId> 28 - <version>0.1. 3-SNAPSHOT</version>24 + <version>0.1.0-SNAPSHOT</version> 29 29 </dependency> 30 30 <dependency> 31 31 <groupId>org.clazzes.dmgen</groupId> 32 32 <artifactId>dmutils.impl</artifactId> 33 - <version>0.1. 3-SNAPSHOT</version>29 + <version>0.1.0-SNAPSHOT</version> 34 34 </dependency> 35 35 {{/code}}
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -6562 021 +656242 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/DMGEN/pages/6562 02/Data Model Generator + Utils Home1 +https://clazzes.atlassian.net/wiki/spaces/DMGEN/pages/656242/Data Model Generator + Utils Home