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.javaforge.tapestry tapestry-spring 1.0.0 - jar
javax.transaction jta 1.0.1b - jar
jboss javassist 3.7.ga - jar
mc amazonwebservice 1.0.3 - jar
mc jtag 0.5.8 - jar
net.sf.ehcache ehcache 1.2.3 - jar
org.acegisecurity acegi-security 1.0.2 - jar
org.apache.lucene lucene-core 2.0.0 - jar
org.apache.tapestry tapestry-annotations 4.1.6 - jar
org.apache.tapestry tapestry-contrib 4.1.6 - jar
org.hibernate hibernate 3.2.5.ga - jar
org.springframework spring 1.2.6 - jar
org.springframework spring-hibernate 1.2.6 - jar
quartz quartz 1.5.2 - 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
dbunit dbunit 2.1 - jar
hsqldb hsqldb 1.8.0.7 - jar
junit junit 4.8.1 - jar
postgresql postgresql 8.2-504.jdbc3 - jar

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Classifier Type Optional
javax.servlet servlet-api 2.5 - 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
antlr antlr 2.7.6 - jar
aopalliance aopalliance 1.0 - jar
asm asm 1.5.3 - jar
asm asm-attrs 1.5.3 - jar
axis axis-wsdl4j 1.5.1 - jar
backport-util-concurrent backport-util-concurrent 3.1 - jar
cglib cglib 2.1_3 - jar
commons-beanutils commons-beanutils 1.7.0 - jar
commons-codec commons-codec 1.3 - jar
commons-collections commons-collections 2.1.1 - jar
commons-discovery commons-discovery 0.2 - jar
commons-fileupload commons-fileupload 1.2.1 - jar
commons-io commons-io 1.4 - jar
commons-lang commons-lang 2.4 - jar
commons-logging commons-logging 1.0.4 - jar
commons-pool commons-pool 1.4 - jar
dom4j dom4j 1.6.1 - jar
hivemind hivemind 1.1.1 - jar
hivemind hivemind-lib 1.1.1 - jar
javax.servlet jstl 1.0 - jar
log4j log4j 1.2.9 - jar
ognl ognl 2.7.3 - jar
org.apache.axis axis 1.4 - jar
org.apache.axis axis-jaxrpc 1.4 - jar
org.apache.axis axis-saaj 1.4 - jar
org.apache.tapestry tapestry-framework 4.1.6 - jar
org.springframework spring-aop 1.2.7 - jar
org.springframework spring-beans 1.2.7 - jar
org.springframework spring-context 1.2.7 - jar
org.springframework spring-core 1.2.7 - jar
org.springframework spring-dao 1.2.7 - jar
org.springframework spring-jdbc 1.2.7 - jar
org.springframework spring-orm 1.2.6 - jar
org.springframework spring-remoting 1.2.7 - jar
org.springframework spring-web 1.2.6 - jar
org.springframework spring-webmvc 1.2.6 - jar
oro oro 2.0.8 - jar
taglibs standard 1.0.6 - jar

runtime

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
org.springframework spring-support 1.2.7 - jar

Project Dependency Graph

Dependency Listings

MusiController

A multi-user web-application to manage and listen to music.

http://musicontroller.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

Spring full

Hibernate

Relational Persistence for Java

http://www.hibernate.org

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/

Spring Hibernate

Spring ORM

Unnamed - javax.servlet:servlet-api:jar:2.5

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

Tapestry-Spring integration extension

Provides integration between the Tapestry web application framework and the Spring IoC container. Spring beans may be injected as properties of Tapestry pages and components. This may be done using Tapestry's XML specification files, or using annotations (when available).

http://howardlewisship.com/tapestry-spring

Annotations

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-annotations

Contrib

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-contrib

Tapestry Core Library - 4.1.6

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-framework

Unnamed - hivemind:hivemind:jar:1.1.1

Unnamed - hivemind:hivemind-lib:jar:1.1.1

Javassist

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

http://labs.jboss.com/javassist/

Acegi Security System for Spring

Acegi Security System for Spring

http://acegisecurity.org/acegi-security

Spring remoting

Spring web MVC

Spring JDBC

Spring DAO

Spring beans

Spring core

Spring suport

Commons 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://commons.apache.org/lang/

Unnamed - oro:oro:jar:2.0.8

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

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

Lucene Java

Apache Lucene Java

http://lucene.apache.org

Unnamed - quartz:quartz:jar:1.5.2

OpenSymphony's Quartz Scheduler

PostgreSQL JDBC Driver

The PostgreSQL JDBC3 Driver for PostgreSQL 8.2 databases

http://jdbc.postgresql.org

Java Music Tag

Unnamed - log4j:log4j:jar:1.2.9

Amazonwebservice

http://maven.apache.org

Unnamed - org.apache.axis:axis:jar:1.4

POM was created from deploy:deploy-file

Unnamed - org.apache.axis:axis-jaxrpc:jar:1.4

POM was created from deploy:deploy-file

Unnamed - org.apache.axis:axis-saaj:jar:1.4

POM was created from deploy:deploy-file

Unnamed - axis:axis-wsdl4j:jar:1.5.1

Discovery

Commons Discovery

Logging

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

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

Codec

The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

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

Unnamed - dbunit:dbunit:jar:2.1

HSQLDB

Lightweight 100% Java SQL Database Engine

http://hsqldb.org/