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
commons-dbcpcommons-dbcp1.2.1-jar
fopfop0.20.5-jar
org.acegisecurityacegi-security1.0.3-jar
org.apache.derbyderby10.2.1.6-jar
org.apache.lucenelucene-core2.0.0-jar
org.hibernatehibernate3.2.1.ga-jar
org.hibernatehibernate-annotations3.2.1.ga-jar
org.joonejoone-engine2.1-jar
org.mulemule-core1.3.3-jar
org.opensymphony.compasscompass-core1.1RC1-SNAPSHOT-jar
org.schweringirclib1.04bsdjar
org.springframeworkspring2.0.2-jar
org.springframeworkspring-hibernate32.0.2-jar
strutsstruts1.2.9-jar
xstreamxstream1.1.3-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
junitjunit3.8.1-jar
org.testngtestng5.1jdk15jar

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.2-jar
aopallianceaopalliance1.0-jar
asmasm1.5.3-jar
asmasm-attrs1.5.3-jar
avalon-frameworkavalon-framework4.0-jar
backport-util-concurrentbackport-util-concurrent3.0-jar
batikbatik-1.5-fop0.20-5-jar
cglibcglib2.1_3-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-collectionscommons-collections2.1.1-jar
commons-digestercommons-digester1.6-jar
commons-discoverycommons-discovery0.2-jar
commons-fileuploadcommons-fileupload1.0-jar
commons-iocommons-io1.2-jar
commons-langcommons-lang2.2-jar
commons-loggingcommons-logging1.1-jar
commons-poolcommons-pool1.3-jar
commons-validatorcommons-validator1.1.4-jar
dom4jdom4j1.6.1-jar
javax.persistencepersistence-api1.0-jar
javax.servletservlet-api2.4-jar
javax.transactionjta1.0.1B-jar
log4jlog4j1.2.8-jar
logkitlogkit1.0.1-jar
net.sf.ehcacheehcache1.2.3-jar
org.apache.geronimo.specsgeronimo-j2ee-connector_1.5_spec1.0.1-jar
org.apache.geronimo.specsgeronimo-jta_1.0.1B_spec1.0.1-jar
org.safehaus.jugjug2.0.0asljar
org.springframeworkspring-beans2.0.2-jar
org.springframeworkspring-context2.0.2-jar
org.springframeworkspring-core2.0.2-jar
org.springframeworkspring-dao2.0.2-jar
org.springframeworkspring-jdbc2.0.2-jar
orooro2.0.7-jar
xalanxalan2.4.1-jar
xercesxercesImpl2.2.1-jar
xml-apisxml-apis1.0.b2-jar

Project Dependency Graph

Dependency Tree

Dependency Listings

Yikulju Eunice

FAQ-o-mat

http://yikulju.sourceforge.net/

Unnamed - org.opensymphony.compass:compass-core:pom:1.1RC1-SNAPSHOT

Unnamed - fop:fop:jar:0.20.5

Unnamed - xml-apis:xml-apis:jar:1.0.b2

http://xml.apache.org/commons/#external

Unnamed - batik:batik-1.5-fop:jar:0.20-5

Unnamed - xstream:xstream:jar:1.1.3

Unnamed - junit:junit:jar:3.8.1

Derby Engine

http://db.apache.org/derby/

Spring Framework: Hibernate3

Spring Framework: Hibernate3

http://www.springframework.org

AOP alliance

AOP Alliance

Spring Framework: Context

Spring Framework: Context

http://www.springframework.org

Spring Framework: DAO

Spring Framework: DAO

http://www.springframework.org

Spring Framework: Core

Spring Framework: Core

http://www.springframework.org

Spring Framework: Beans

Spring Framework: Beans

http://www.springframework.org

struts

The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.

http://struts.apache.org/

Unnamed - commons-validator:commons-validator:jar:1.1.4

FileUpload

The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.

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

Unnamed - commons-digester:commons-digester:jar:1.6

Unnamed - xalan:xalan:jar:2.4.1

Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0

Unnamed - org.joone:joone-engine:pom:2.1

Hibernate

Relational Persistence for Java

http://www.hibernate.org

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

dom4j

dom4j: the flexible XML framework for Java

http://dom4j.org

cglib

http://cglib.sourceforge.net/

asm-attrs

http://asm.objectweb.org/

Unnamed - antlr:antlr:jar:2.7.2

asm

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

Mule Core

Mule server and core classes

http://mule.mulesource.org

Backport of JSR 166

Dawid Kurzyniec's backport of JSR 166

http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/

JTA

Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.

http://geronimo.apache.org/geronimo-jta_1.0.1B_spec

Discovery

Commons Discovery

IO

Commons-IO contains utility classes, stream implementations, file filters, and endian classes.

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

Java UUID Generator

http://jug.safehaus.org/

J2EE Connector

Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.

http://geronimo.apache.org/geronimo-j2ee-connector_1.5_spec

Commons DBCP

Commons Database Connection Pooling

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

Commons Pool

Commons Object Pooling Library

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

Unnamed - xerces:xercesImpl:jar:2.2.1

TestNG

TestNG is a unit testing framework.

http://testng.org

Lucene Java

Apache Lucene Java

http://lucene.apache.org

Unnamed - org.schwering:irclib:pom:1.04

Spring Framework

Spring Framework

http://www.springframework.org

Acegi Security System for Spring

Acegi Security System for Spring

http://acegisecurity.org/acegi-security

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/

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)}/

Unnamed - log4j:log4j:jar:1.2.8

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/lang/

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

Unnamed - oro:oro:jar:2.0.7

Spring Framework: JDBC

Spring Framework: JDBC

http://www.springframework.org

Hibernate Annotations

EJB3-style annotations for Hibernate

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