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.chenillekit | chenillekit-tapestry | 1.0.0 | - | jar |
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 |
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 |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 | |
| com.sdicons.jsontools | jsontools-core | 1.5 | - | jar | |
| commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
| commons-beanutils | commons-beanutils-core | 1.7.0 | - | jar | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-configuration | commons-configuration | 1.5 | - | jar | |
| commons-digester | commons-digester | 1.8 | - | jar | |
| commons-lang | commons-lang | 2.3 | - | jar | |
| javassist | javassist | 3.9.0.GA | - | jar | |
| jboss | javassist | 3.7.ga | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| ognl | ognl | 2.7.3 | - | jar | |
| org.antlr | antlr-runtime | 3.1.1 | - | jar | |
| org.apache.tapestry | tapestry-core | 5.1.0.3 | - | jar | |
| org.apache.tapestry | tapestry-ioc | 5.1.0.3 | - | jar | |
| org.apache.tapestry | tapestry5-annotations | 5.1.0.3 | - | jar | |
| org.chenillekit | chenillekit-core | 1.0.0 | - | jar | |
| org.chenillekit | chenillekit-google | 1.0.0 | - | jar | |
| org.chenillekit | chenillekit-image | 1.0.0 | - | jar | |
| org.codehaus.woodstox | stax2-api | 3.0.1 | - | jar | |
| org.codehaus.woodstox | woodstox-core-asl | 4.0.3 | - | jar | |
| org.slf4j | slf4j-api | 1.5.2 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.5.2 | - | jar | |
| stax | stax-api | 1.0.1 | - | jar |
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
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.
A collection of sophisticated Ajax-enabled components based on the prototype/script.aculo.us JavaScript library and many more ...
http://www.chenillekit.org/chenillekit-tapestry
This library contains some basic classes we need for other chenillekit modules.
http://www.chenillekit.org/chenillekit-core
Tools to assist in the reading of configuration/preferences files in various formats
http://commons.apache.org/${pom.artifactId.substring(8)}/
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/
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/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Unnamed - commons-beanutils:commons-beanutils-core:jar:1.7.0
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
A collection of sophisticated Ajax-enabled components based on the prototype/script.aculo.us JavaScript library and many more ...
http://www.chenillekit.org/chenillekit-image
A collection of sophisticated Ajax-enabled components based on the prototype/script.aculo.us JavaScript library and many more ...
http://www.chenillekit.org/chenillekit-google
Java JSON Tools core library. It is independent of third party libraries. It is meant to minimize transitive dependencies. Applications of the JSON tools which relate to other libraries will be in separate optional pacakges.
Unnamed - antlr:antlr:jar:2.7.6
Tapestry Inversion of Control Container
A code-centric, high-performance, simple Inversion of Control container.
http://tapestry.apache.org/tapestry5.1/tapestry-ioc
Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.
http://tapestry.apache.org/tapestry5.1/tapestry-core
OGNL - Object Graph Navigation Library
Javassist (Java programming assistant) is a load-time reflective system for Java.