Project Dependencies

compile

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

test

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

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

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

test

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

system

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

Project Dependency Graph

Dependency Listings

Beanjector Library

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

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.

http://junit.org

Unnamed - net.sourceforge.stripes:stripes:pom:1.5rc1

Struts 2 Core

Apache Struts 2

http://struts.apache.org/struts2/struts2-core

XWork

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.

http://freemarker.org/

OGNL - Object Graph Navigation Library

http://ognl.org

com.sun:tools:jar

/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

jMock 2 Core

Hamcrest Library

Hamcrest Core

Hibernate Entity Manager

Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.

http://entitymanager.hibernate.org

Hibernate Annotations

EJB3-style annotations for Hibernate

http://annotations.hibernate.org

Hibernate

Relational Persistence for Java

http://www.hibernate.org

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

Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/logging/

Hibernate Validator

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

Javassist (Java programming assistant) is a load-time reflective system for Java.

http://www.jboss.org/products/javassist

JBoss Common Classes

JBoss Common Core Utility classes

http://www.jboss.org

HSQLDB

Lightweight 100% Java SQL Database Engine

http://hsqldb.org/