The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-beanutils | commons-beanutils | 1.7.0 | - | jar | (optional) |
| commons-collections | commons-collections | 3.2 | - | jar | (optional) |
| commons-lang | commons-lang | 2.3 | - | jar | (optional) |
| net.sf.ezmorph | ezmorph | 1.0.2 | - | jar | (optional) |
| net.sf.json-lib | json-lib | 2.0 | jdk15 | jar | (optional) |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| log4j | log4j | 1.2.12 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | (optional) |
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.
http://generator.collazos.info
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
Simple java library for transforming an Object to another Object.
http://ezmorph.sourceforge.net
Java library for transforming beans, maps, collections, java arrays and XML to JSON.
http://json-lib.sourceforge.net
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/