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.struts | struts2-core | 2.0.5 | - | jar | |
org.apache.tiles | tiles-core | 2.0-20070130.184344-3 | - | jar | |
junit | junit | 3.8.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 | jsp-api | 2.0 | - | jar | |
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 |
---|---|---|---|---|---|
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-collections | commons-collections | 2.1 | - | jar | |
commons-digester | commons-digester | 1.7 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
freemarker | freemarker | 2.3.8 | - | jar | |
ognl | ognl | 2.6.9 | - | jar | |
opensymphony | xwork | 2.0.0 | - | jar | |
org.apache.struts | struts2-api | 2.0.5 | - | jar | |
org.apache.tiles | tiles-api | 2.0-SNAPSHOT | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | 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-tiles-plugin
Apache Struts 2
http://struts.apache.org/struts2/struts2-core
OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.
Apache Struts 2
http://struts.apache.org/struts2/struts2-api
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/
C:\Program Files (x86)\Java\jdk1.5.0_08\jre\..\lib\tools.jar
Unnamed - freemarker:freemarker:jar:2.3.8
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
Unnamed - junit:junit:jar:3.8.1
Unnamed - javax.servlet:jsp-api:jar:2.0
Tiles 2
http://tiles.apache.org/tiles-parent/tiles-core
Tiles 2
http://tiles.apache.org/tiles-parent/tiles-api
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 - xml-apis:xml-apis:jar:1.0.b2
http://xml.apache.org/commons/#external
Commons Collections
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.