| Field |
Value |
| Name |
Generator |
| Description |
Generator is an command line application written in java that have the goal to make easy
the construction of little applications that needs some database objects stuff.
It isn't a replacement of complex object persistence solutions, like hibernate or TopLink
but it covers a different target. The little java web applications that dont' use sofisticated
persistence options.
Generator invocation is simple, just type
java -jar generator.jar -xml [config-file.xml]
where config-file is a xml config file with the definitions to connect to the database and generate
the bean classes. |
| Homepage |
http://generator.collazos.info
|