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 |
|---|---|---|---|---|---|
| aspectj | aspectjrt | 1.5.2a | - | jar | |
| aspectj | aspectjweaver | 1.5.2a | - | jar | |
| com.javaforge.tapestry | tapestry-spring | 1.0.0 | - | jar | |
| commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
| commons-lang | commons-lang | 2.2 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| ognl | ognl | 2.7.1 | - | jar | |
| org.apache.tapestry | tapestry-annotations | 4.1.3 | - | jar | |
| org.apache.tapestry | tapestry-contrib | 4.1.3 | - | jar | |
| org.apache.tapestry | tapestry-framework | 4.1.3 | - | jar | |
| org.springframework | spring-aop | 2.0.6 | - | jar | |
| org.springframework | spring-context | 2.0.6 | - | jar | |
| org.springframework | spring-web | 2.0.6 | - | 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 |
|---|---|---|---|---|---|
| cglib | cglib | 2.1_3 | - | jar | |
| jmock | jmock | 1.2.0 | - | jar | |
| jmock | jmock-cglib | 1.2.0 | - | jar | |
| org.jmock | jmock-junit3 | 2.1.0 | - | jar | |
| org.springframework | spring-mock | 2.0.6 | - | jar |
system
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.sun | tools | 1.5.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 |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-fileupload | commons-fileupload | 1.2 | - | jar | |
| commons-pool | commons-pool | 1.3 | - | jar | |
| hivemind | hivemind | 1.1.1 | - | jar | |
| hivemind | hivemind-lib | 1.1.1 | - | jar | |
| jboss | javassist | 3.4.ga | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| org.apache.commons | commons-io | 1.3.2 | - | jar | |
| org.springframework | spring-beans | 2.0.6 | - | jar | |
| org.springframework | spring-core | 2.0.6 | - | 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 |
|---|---|---|---|---|---|
| asm | asm | 1.5.3 | - | jar | |
| cglib | cglib-nodep | 2.1_3 | - | jar | |
| junit | junit | 3.8.2 | - | jar | |
| org.hamcrest | hamcrest-api | 1.0 | - | jar | |
| org.hamcrest | hamcrest-library | 1.0 | - | jar | |
| org.jmock | jmock | 2.1.0 | - | 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 Dependency Graph
Dependency Tree
- org.trailsframework:trails-core:jar
- org.springframework:spring-aop:jar
- org.springframework:spring-mock:jar
- org.springframework:spring-web:jar
- jmock:jmock:jar
- org.apache.tapestry:tapestry-framework:jar
- org.jmock:jmock-junit3:jar
- ognl:ognl:jar
- com.javaforge.tapestry:tapestry-spring:jar
- org.apache.tapestry:tapestry-contrib:jar
- commons-lang:commons-lang:jar
- log4j:log4j:jar
- com.sun:tools:jar
- commons-beanutils:commons-beanutils:jar
- aspectj:aspectjweaver:jar
- jmock:jmock-cglib:jar
- cglib:cglib:jar
- commons-logging:commons-logging:jar
- org.springframework:spring-context:jar
- org.apache.tapestry:tapestry-annotations:jar
- aspectj:aspectjrt:jar
- javax.transaction:jta:jar
Dependency Listings
A domain driven development framework for Java.
http://www.trailsframework.org/modules/trails-core
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Spring Framework: Mock
http://www.springframework.org
Spring Framework: Web
http://www.springframework.org
jMock is a library for testing Java code using mock objects
Unnamed - junit:junit:jar:3.8.2
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-framework
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
Unnamed - hivemind:hivemind:jar:1.1.1
Unnamed - hivemind:hivemind-lib:jar:1.1.1
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/
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/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Hamcrest API
http://code.google.com/p/hamcrest
Hamcrest Library
http://code.google.com/p/hamcrest
OGNL - Object Graph Navigation Library
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
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-contrib
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/
Log4j
http://logging.apache.org/log4j/docs/
C:\Program Files\Java\jdk1.5.0_11\jre\..\lib\tools.jar
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
jMock is a library for testing Java code using mock objects. The CGLIB extension allows creating of mock objects for classes.
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 - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Unnamed - javax.servlet:servlet-api:jar:2.4
Spring Framework: Context
http://www.springframework.org
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-annotations
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.


