The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.persistence | persistence-api | 1.0 | - | jar | |
org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
org.codehaus.groovy | groovy-all | 1.1-beta-2 | - | jar | |
org.hibernate | hibernate-validator | 3.0.0.ga | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.testng | testng | 5.1 | jdk15 | jar |
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 compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
bsf | bsf | 2.4.0 | - | jar | |
com.thoughtworks.xstream | xstream | 1.2.2 | - | jar | |
commons-cli | commons-cli | 1.0 | - | jar | |
commons-lang | commons-lang | 1.0 | - | jar | |
commons-logging | commons-logging | 1.0 | - | jar | |
javax.servlet | jsp-api | 2.0 | - | jar | |
javax.servlet | servlet-api | 2.4 | - | jar | |
junit | junit | 3.8.2 | - | jar | |
mockobjects | mockobjects-core | 0.09 | - | jar | |
mx4j | mx4j | 3.0.2 | - | jar | |
org.apache.ant | ant | 1.7.0 | - | jar | |
org.apache.ant | ant-launcher | 1.7.0 | - | jar | |
xpp3 | xpp3_min | 1.1.3.4.O | - | jar |
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 |
---|---|---|---|---|---|
castor | castor | 0.9.9 | - | jar | |
log4j | log4j | 1.2.8 | - | jar | |
openejb | openejb-loader | 1.0 | - | jar | |
org.apache.ant | ant-junit | 1.7.0 | - | jar |
Stitch is a maven plugin that simplifies development with JBoss Seam. Stitch can process Java classes to generate Seam compliant CRUD interfaces.
http://stitch.sourceforge.net/
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-api
Enterprise JavaBeans (EJB) 3.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
http://validator.hibernate.org
Groovy: A powerful, dynamic language for the JVM
Commons CLI provides a simple API for working with the command line arguments and options.
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.
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
master POM
http://ant.apache.org/ant-launcher
Unnamed - org.apache.ant:ant-junit:jar:1.7.0
contains the junit and junirreport tasks
http://ant.apache.org/ant-junit
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Unnamed - commons-logging:commons-logging:jar:1.0
MX4J JMX API and implementation
Unnamed - mockobjects:mockobjects-core:jar:0.09
Unnamed - castor:castor:jar:0.9.9
OpenEJB Loader
Unnamed - log4j:log4j:jar:1.2.8
Unnamed - javax.servlet:servlet-api:jar:2.4
Unnamed - javax.servlet:jsp-api:jar:2.0
Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
TestNG is a unit testing framework.
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.