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 |
---|---|---|---|---|---|
com.opensymphony | xwork | 2.0.7 | - | jar | |
opensymphony | ognl | 2.6.11 | - | jar | |
commons-fileupload | commons-fileupload | 1.1.1 | - | jar | (optional) |
commons-io | commons-io | 1.0 | - | jar | (optional) |
commons-lang | commons-lang | 2.1 | - | jar | (optional) |
org.apache.pluto | pluto | 1.0.1-rc4 | - | jar | (optional) |
org.apache.struts | struts-annotations | 1.0.2 | - | jar | (optional) |
org.springframework | spring-mock | 1.2.8 | - | jar | (optional) |
org.testng | testng | 5.1 | jdk15 | jar | (optional) |
portlet-api | portlet-api | 1.0 | - | jar | (optional) |
uk.ltd.getahead | dwr | 1.1-beta-3 | - | jar | (optional) |
velocity | velocity | 1.4 | - | jar | (optional) |
velocity-tools | velocity-tools | 1.1 | - | jar | (optional) |
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 |
---|---|---|---|---|---|
jmock | jmock-cglib | 1.0.1 | - | jar | |
log4j | log4j | 1.2.9 | - | jar | |
mockobjects | mockobjects-alt-jdk1.3 | 0.09 | - | jar | |
mockobjects | mockobjects-alt-jdk1.3-j2ee1.3 | 0.09 | - | jar | |
mockobjects | mockobjects-core | 0.09 | - | jar | |
mockobjects | mockobjects-jdk1.3 | 0.09 | - | jar | |
mockobjects | mockobjects-jdk1.3-j2ee1.3 | 0.09 | - | jar | |
org.easymock | easymock | 2.0 | - | jar | |
org.springframework | spring-core | 1.2.8 | - | 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 | jsp-api | 2.0 | - | jar |
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 |
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 |
---|---|---|---|---|---|
commons-logging | commons-logging | 1.0.4 | - | jar | |
freemarker | freemarker | 2.3.8 | - | jar | |
junit | junit | 3.8.1 | - | jar | (optional) |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
velocity | velocity-dep | 1.4 | - | 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 |
---|---|---|---|---|---|
cglib | cglib-full | 2.0 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
jmock | jmock | 1.0.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 |
Apache Struts 2
http://struts.apache.org/struts2/struts2-core
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 - javax.servlet:jsp-api:jar:2.0
Unnamed - javax.servlet:servlet-api:jar:2.4
OGNL - Object Graph Navigation Library
DWR is easy Ajax for Java.
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
Unnamed - velocity-tools:velocity-tools:jar:1.1
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/${pom.artifactId.substring(8)}/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/${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/${pom.artifactId.substring(8)}/
Unnamed - portlet-api:portlet-api:jar:1.0
Unnamed - org.apache.pluto:pluto:jar:1.0.1-rc4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
TestNG is a unit testing framework.
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.
Unnamed - jmock:jmock-cglib:jar:1.0.1
Unnamed - jmock:jmock:jar:1.0.1
Unnamed - cglib:cglib-full:jar:2.0
Unnamed - mockobjects:mockobjects-core:jar:0.09
Unnamed - mockobjects:mockobjects-jdk1.3:jar:0.09
Unnamed - mockobjects:mockobjects-alt-jdk1.3:jar:0.09
Unnamed - mockobjects:mockobjects-alt-jdk1.3-j2ee1.3:jar:0.09
Unnamed - mockobjects:mockobjects-jdk1.3-j2ee1.3:jar:0.09
Unnamed - log4j:log4j:jar:1.2.9
struts-annotations adds apt generation support for struts based annotated projetcs, such as TLD and documentation generation from annotated component classes as used in struts2
Unnamed - freemarker:freemarker:jar:2.3.8
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/../lib/tools.jar