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
org.apache.tapestry t5c-commons 0.5.13 - 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.4 - 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
bsf bsf 2.4.0 - jar
commons-codec commons-codec 1.3 - jar
commons-collections commons-collections 3.2 - jar
commons-logging commons-logging 1.0.4 - jar
commons-net commons-net 1.4.1 - jar
javassist javassist 3.8.0.GA - jar
jline jline 0.9.93 - jar
log4j log4j 1.2.14 - jar
net.sf.opencsv opencsv 1.7 - jar
ognl ognl 2.6.9 - jar
org.apache.ant ant 1.7.0 - jar
org.apache.ant ant-launcher 1.7.0 - jar
org.apache.tapestry t5c-contrib 0.5.13 - jar
org.apache.tapestry tapestry-core 5.0.14 - jar
org.apache.tapestry tapestry-ioc 5.0.14 - jar
org.apache.tapestry tapestry5-annotations 5.0.14 - jar
org.codehaus.groovy groovy-all 1.5.4 - jar
org.slf4j slf4j-api 1.5.2 - jar
org.slf4j slf4j-log4j12 1.5.2 - jar
oro oro 2.0.8 - 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
junit junit 3.8.1 - jar

Project Dependency Graph

Dependency Listings

equanda-tapestry5

equanda is an tool to generate a J2EE application based on a XML description of the data and interactions. It is both useful for the generation of the (ejb3) beans to access the data (which is stored in a database), and to generate the graphical user interface. Apart from that it contains a lot of utility code which is useful for business applications.

http://equanda.org/equanda-tapestry5

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

T5Components Commons

A collection of sophisticated Ajax-enabled components based on the prototype/script.aculo.us JavaScript library and many more ...

http://87.193.218.134:8080/t5components/t5c-commons

Groovy

Groovy: A powerful, dynamic language for the JVM

http://groovy.codehaus.org/

org.apache.tools.ant

Apache Ant

http://ant.apache.org/ant

Unnamed - org.apache.ant:ant-launcher:jar:1.7.0

master POM

http://ant.apache.org/ant-launcher

JLine

JLine is a java library for reading and editing user input in console applications. It features tab-completion, command history, password masking, customizable keybindings, and pass-through handlers to use to chain to other console applications.

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

T5Components Contribs

serveral services and utils not only for Tapestry

http://87.193.218.134:8080/t5components/t5c-contrib

Jakarta Commons Net

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

Collections

Types that extend and augment the Java Collections Framework.

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

An open source csv parser for Java.

opencsv is a very simple csv (comma-separated values) parser library for Java. It was developed because all of current csv parsers I've come across don't have commercial-friendly licenses.

http://opencsv.sourceforge.net/

Bean Scripting Framework

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

http://jakarta.apache.org/bsf

Logging

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

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

Tapestry Inversion of Control Container

A code-centric, high-performance, simple Inversion of Control container.

http://tapestry.apache.org/tapestry5/tapestry-ioc

Tapestry Core Library

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

http://tapestry.apache.org/tapestry5/tapestry-core

OGNL

OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.

http://www.ognl.org/