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
commons-beanutils commons-beanutils 1.7.0 - jar
jasperreports jasperreports 2.0.2 - jar
opensymphony webwork 2.2.4 - jar
net.sourceforge barbecue 1.1 - jar (optional)
opensymphony oscore 2.2.4 - jar (optional)

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
httpunit httpunit 1.6.2 - jar
log4j log4j 1.2.14 - jar
mysql mysql-connector-java 3.1.12 - jar
net.sourceforge.jexcelapi jxl 2.6 - jar
org.hibernate hibernate 3.2.5.ga - jar
poi poi 2.5.1-final-20040804 - jar
xalan xalan 2.7.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
avalon-framework avalon-framework 4.1.3 - jar
com.lowagie itext 1.3.1 - jar
commons-collections commons-collections 3.1 - jar
commons-digester commons-digester 1.7 - jar
commons-logging commons-logging 1.0.3 - jar
eclipse jdtcore 3.1.0 - jar
freemarker freemarker 2.3.4 - jar
javax.portlet portlet-api 1.0 - jar
jdom jdom 1.0 - jar
jfree jcommon 1.0.0 - jar
jfree jfreechart 1.0.1 - jar
logkit logkit 1.0.1 - jar
ognl ognl 2.6.7 - jar
org.rifers rife-continuations 0.0.2 - jar
xml-apis xml-apis 1.3.02 - jar
opensymphony xwork 1.2.1 - jar (optional)

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
dom4j dom4j 1.6.1 - jar
javax.transaction jta 1.0.1B - jar
jtidy jtidy 4aug2000r7-dev - jar
junit junit 3.8.1 - jar
net.sf.ehcache ehcache 1.2.3 - 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.3 - jar

Project Dependency Graph

Dependency Listings

DynamicJasper

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. DJ keeps full compatibility with Jasper Reports since it's a tool that helps create reports programmatically in a easy way (it only interferes with the creation of the report design doing the layout of the elements). You can use the classic .jrxml files as templates while the content and layout of the report elements are handled by the DJ API.

http://sourceforge.net/projects/dynamicjasper

JasperReports

JasperReports Library

http://jasperreports.sourceforge.net

Digester

The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.

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

itext

The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. The library is especially useful in combination with Java(TM) technology-based Servlets: The look and feel of HTML is browser dependent; with iText and PDF you can control exactly how your servlet's output will look. iText requires JDK 1.2, and no extra dependencies. It's available for free under a multiple license: MPL and LGPL.

http://www.lowagie.com/iText/

Unnamed - jfree:jfreechart:jar:1.0.1

JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.

http://www.jfree.org/jfreechart

Unnamed - jfree:jcommon:jar:1.0.0

JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.

http://www.jfree.org/jcommon/

jdtcore

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

Unnamed - opensymphony:oscore:jar:2.2.4

WebWork

WebWork is a Java web-application development framework. It is built specifically with developer productivity and code simplicity in mind, providing robust support for building reusable UI templates, such as form controls, UI themes, internationalization, dynamic form parameter mapping to JavaBeans, robust client and server side validation, and much more.

http://www.opensymphony.com/webwork/

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.4

barbecue

barbecue

http://barbecue.sourceforge.net/

Unnamed - junit:junit:jar:3.8.1

Unnamed - jdom:jdom:jar:1.0

Portlet API

http://www.jcp.org/en/jsr/detail?id=168

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

Java Excel API

Java Excel API - A Java API to read, write, and modify Excel spreadsheets

http://jexcelapi.sourceforge.net/

Unnamed - xalan:xalan:jar:2.7.0

Unnamed - xml-apis:xml-apis:jar:1.3.02

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

MySQL java connector

MySQL java connector

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

Log4j

Log4j

http://logging.apache.org/log4j/docs/

HSQLDB

Lightweight 100% Java SQL Database Engine

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

Logging

Commons Logging

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

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/

Unnamed - commons-collections:commons-collections:jar:3.1

Types that extend and augment the Java Collections Framework.

HttpUnit

A Java library for the automatic stimulation and testing of web applications.

http://httpunit.sourceforge.net

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

JTidy

JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser for real-world HTML.

http://jtidy.sourceforge.net