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 |
---|---|---|---|---|---|
log4j | log4j | 1.2.9 | - | jar | |
net.sf.ww4j | ww4j-struts2-plugin | 1.0-SNAPSHOT | - | jar | |
org.apache.struts | struts2-spring-plugin | 2.0.11 | - | jar | |
org.apache.struts | struts2-tiles-plugin | 2.0.11 | - | jar | |
org.apache.tiles | tiles-jsp | 2.0.4 | - | jar | |
taglibs | standard | 1.1.2 | - | 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 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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
com.opensymphony | xwork | 2.0.4 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-digester | commons-digester | 1.8 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-logging | commons-logging-api | 1.1 | - | jar | |
freemarker | freemarker | 2.3.8 | - | jar | |
javax.servlet | jsp-api | 2.0 | - | jar | |
javax.servlet | servlet-api | 2.4 | - | jar | |
net.sf.ww4j | ww4j-core | 1.0-SNAPSHOT | - | jar | |
opensymphony | ognl | 2.6.11 | - | jar | |
org.apache.struts | struts2-core | 2.0.11 | - | jar | |
org.apache.tiles | tiles-api | 2.0.4 | - | jar | |
org.apache.tiles | tiles-core | 2.0.4 | - | jar | |
org.springframework | spring-beans | 2.0.5 | - | jar | |
org.springframework | spring-context | 2.0.5 | - | jar | |
org.springframework | spring-core | 2.0.5 | - | jar | |
org.springframework | spring-web | 2.0.5 | - | jar |
This is an example application of use ww4j framework in struts2.
http://ww4j.sf.net/sample-apps/ww4j-struts2-example
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.
Unnamed - log4j:log4j:jar:1.2.9
This is a struts2 plugin for ww4j framework.
http://ww4j.sf.net/ww4j-struts2-plugin
This is a core of ww4j framework.
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
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
Unnamed - javax.servlet:jsp-api:jar:2.0
Unnamed - javax.servlet:servlet-api:jar:2.4
Apache Struts 2
http://struts.apache.org/struts2/struts2-plugins/struts2-spring-plugin
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Web
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Apache Struts 2
http://struts.apache.org/struts2/struts2-plugins/struts2-tiles-plugin
Tiles Core Library, including basic implementation of the APIs.
http://tiles.apache.org/framework/tiles-core
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
http://tiles.apache.org/framework/tiles-jsp
Tiles APIs, containing interfaces and classes to interact with Tiles.
http://tiles.apache.org/framework/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/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.