Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
c3p0c3p00.9.1.2-jar
concurrentconcurrent1.3.4-jar
mysqlmysql-connector-java5.0.5-jar
nl.gridshore.samples.raffleraffle-domain1.0.0-SNAPSHOT-jar
org.hibernatehibernate3.2.5.ga-jar
org.hibernatehibernate-entitymanager3.3.1.ga-jar
org.springframeworkspring-aop2.5-jar
org.springframeworkspring-jdbc2.5-jar
org.springframeworkspring-orm2.5-jar
org.springframeworkspring-test2.5-jar
org.springframeworkspring-tx2.5-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:

GroupIdArtifactIdVersionClassifierTypeOptional
hsqldbhsqldb1.8.0.7-jar
org.dbunitdbunit2.2-jar
org.easymockeasymockclassextension2.2.2-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:

GroupIdArtifactIdVersionClassifierTypeOptional
antlrantlr2.7.6-jar
aopallianceaopalliance1.0-jar
asmasm1.5.3-jar
asmasm-attrs1.5.3-jar
cglibcglib2.1_3-jar
commons-collectionscommons-collections2.1.1-jar
commons-loggingcommons-logging1.1-jar
dom4jdom4j1.6.1-jar
javax.persistencepersistence-api1.0-jar
javax.transactionjta1.0.1B-jar
jbossjavassist3.3.ga-jar
jbossjboss-common-core2.0.4.GA-jar
net.sf.ehcacheehcache1.2.3-jar
org.hibernatehibernate-annotations3.3.0.ga-jar
org.hibernatehibernate-commons-annotations3.0.0.ga-jar
org.hibernatehibernate-validator3.0.0.ga-jar
org.springframeworkspring-beans2.5-jar
org.springframeworkspring-context2.5-jar
org.springframeworkspring-core2.5-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:

GroupIdArtifactIdVersionClassifierTypeOptional
cglibcglib-nodep2.1_3-jar
commons-langcommons-lang2.1-jar
junitjunit4.4-jar
junit-addonsjunit-addons1.4-jar
org.easymockeasymock2.3-jar
poipoi2.5.1-final-20040804-jar
xercesxercesImpl2.6.2-jar
xercesxmlParserAPIs2.6.2-jar

Project Dependency Graph

Dependency Listings

RaffleApp - Data Access Objects

Data access objects used to persistent and load all data

http://code.google.com/p/gridshore/raffle-dao

EasyMock class extension

The EasyMock Class Extension allows to generate Mock Objects for classes

http://www.easymock.org

EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

cglib

http://cglib.sourceforge.net/

RaffleApp - Domain Objects

Domain

http://code.google.com/p/gridshore/raffle-domain

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

Spring Framework: AOP

Spring Framework: AOP

http://www.springframework.org

AOP alliance

AOP Alliance

http://aopalliance.sourceforge.net

Spring Framework: Beans

Spring Framework: Beans

http://www.springframework.org

Spring Framework: Core

Spring Framework: Core

http://www.springframework.org

Spring Framework: Transaction

Spring Framework: Transaction

http://www.springframework.org

Spring Framework: Context

Spring Framework: Context

http://www.springframework.org

Spring Framework: JDBC

Spring Framework: JDBC

http://www.springframework.org

Spring Framework: ORM

Spring Framework: ORM

http://www.springframework.org

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 Commons Annotations

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

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

Hibernate

Relational Persistence for Java

http://www.hibernate.org

ehcache

ehcache is a pure Java, in-process cache with the following features: 1. Fast. 2. Simple. 3. Multiple eviction policies: LRU, LFU and FIFO. 4. Caches can be in memory or on disk. 5. Disk Stores can be persistent between VM restarts. 6. Distributed caching using multicast and RMI, with a pluggable API. 7. Cache and CacheManager listeners 8. Supports multiple Caches per CacheManager, and multiple CacheManagers per application. 9. Acts as a pluggable cache for Hibernate 3.1, 3 and 2.1. 10. Small foot print. Both in terms of size and memory requirements. 11. Minimal dependencies apart from J2SE. 12. Fully documented. See the online Documentation and the online JavaDoc. 13. Comprehensive Test Coverage. See the clover test report. 14. Available under the Apache 1.1 license. EHCache's copyright and licensing has been reviewed and approved by the Apache Software Foundation, making EHCache suitable for use in Apache projects. 15. Production tested. EHCache is used on a large and very busy eCommerce site. 16. Web caching, pull-through caches and other common caching implementations are provided in the ehcache-constructs module.

http://ehcache.sf.net

Java Transaction API

The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.

http://java.sun.com/products/jta

asm-attrs

http://asm.objectweb.org/

dom4j

dom4j: the flexible XML framework for Java

http://dom4j.org

AntLR

http://www.antlr.org/

cglib

http://cglib.sourceforge.net/

asm

http://asm.objectweb.org/

c3p0:JDBC DataSources/Resource Pools

c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.

http://c3p0.sourceforge.net

MySQL java connector

MySQL java connector

http://dev.mysql.com/usingmysql/java/

Dough Lea's util.concurrent package

Spring Framework: Test

Spring Framework: Test

http://www.springframework.org

HSQLDB

Lightweight 100% Java SQL Database Engine

http://hsqldb.org/

DbUnit Framework

DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

http://dbunit.sourceforge.net

Unnamed - junit-addons:junit-addons:jar:1.4

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 - xerces:xercesImpl:jar:2.6.2

Unnamed - xerces:xmlParserAPIs:jar:2.6.2

Unnamed - poi:poi:jar:2.5.1-final-20040804

Unnamed - commons-collections:commons-collections:jar:2.1.1

Lang

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/${pom.artifactId.substring(8)}/

Logging

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

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/