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 |
---|---|---|---|---|---|
opensymphony | sitemesh | 2.2.1 | - | jar | |
org.apache.struts | struts2-core | 2.0.12 | - | jar | |
junit | junit | 3.8.1 | - | jar | (optional) |
velocity | velocity | 1.4 | - | jar | (optional) |
velocity-tools | velocity-tools | 1.1 | - | jar | (optional) |
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 |
---|---|---|---|---|---|
com.opensymphony | xwork | 2.0.6 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
freemarker | freemarker | 2.3.8 | - | jar | |
opensymphony | ognl | 2.6.11 | - | jar |
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 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 |
Apache Struts 2
http://struts.apache.org/struts2/struts2-plugins/struts2-sitemesh-plugin
Unnamed - opensymphony:sitemesh:jar:2.2.1
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
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 - freemarker:freemarker:jar:2.3.8
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
OGNL - Object Graph Navigation Library
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/../lib/tools.jar
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.