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.annotation | annotation-api | 1.0 | - | jar | |
javax.ejb | ejb-api | 3.0 | - | jar | |
net.sourceforge.stripes | stripes | 1.5rc1 | - | jar | |
org.apache.struts | struts2-core | 2.0.11.1 | - | 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 |
---|---|---|---|---|---|
hsqldb | hsqldb | 1.8.0.7 | - | jar | |
junit | junit | 4.4 | - | jar | |
org.hibernate | hibernate-entitymanager | 3.3.1.ga | - | jar | |
org.jmock | jmock | 2.5.0 | - | 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 |
---|---|---|---|---|---|
com.opensymphony | xwork | 2.0.4 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
freemarker | freemarker | 2.3.8 | - | jar | |
javax.persistence | persistence-api | 1.0 | - | jar | |
opensymphony | ognl | 2.6.11 | - | 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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.6 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
jboss | javassist | 3.3.ga | - | jar | |
jboss | jboss-common-core | 2.0.4.GA | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
org.hamcrest | hamcrest-core | 1.1 | - | jar | |
org.hamcrest | hamcrest-library | 1.1 | - | jar | |
org.hibernate | hibernate | 3.2.4.ga | - | jar | |
org.hibernate | hibernate-annotations | 3.3.0.ga | - | jar | |
org.hibernate | hibernate-commons-annotations | 3.0.0.ga | - | jar | |
org.hibernate | hibernate-validator | 3.0.0.ga | - | jar |
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
com.sun | tools | 1.5.0 | - | jar |
Beanjector is a very small dependency injection library aimed at providing Java EE resources to unmanaged beans. It can inject local or remote Session beans (@EJB), anything bound to JNDI registry like JDBC Data sources or JMS Destinations (@Resource), JPA Entity Managers (@PersistenceContexte) into Stripes actions, Struts 2 actions, JUnit 4 tests...
http://beanjector.sourceforge.net
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.
Unnamed - net.sourceforge.stripes:stripes:pom:1.5rc1
Apache Struts 2
http://struts.apache.org/struts2/struts2-core
XWork is an command-pattern framework that is used to power WebWork as well as other applications. XWork provides an Inversion of Control container, a powerful expression language, data type conversion, validation, and pluggable configuration.
http://www.opensymphony.com/xwork/
Unnamed - freemarker:freemarker:jar:2.3.8
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
OGNL - Object Graph Navigation Library
/opt/java/jdk-1.5.0_14/jre/../lib/tools.jar
Unnamed - javax.ejb:ejb-api:pom:3.0
Unnamed - javax.annotation:annotation-api:pom:1.0
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Relational Persistence for Java
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
Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
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
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
JBoss Common Core Utility classes
Lightweight 100% Java SQL Database Engine