Dependencies

The following is a list of dependencies for this project. These dependencies are required to compile and run the application:

commons-beanutils:commons-beanutils

Group ID commons-beanutils
Artifact ID commons-beanutils
Type jar
Version 1.7-dev
URL http://jakarta.apache.org/commons/beanutils

commons-collections:commons-collections

Group ID commons-collections
Artifact ID commons-collections
Type jar
Version 2.1
URL http://jakarta.apache.org/commons/collections

commons-digester:commons-digester

Group ID commons-digester
Artifact ID commons-digester
Type jar
Version 1.5
URL http://jakarta.apache.org/commons/digester
Description Basically, 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. A rich set of predefined rules is available for your use, or you can also create your own.

commons-lang:commons-lang

Group ID commons-lang
Artifact ID commons-lang
Type jar
Version 20030203.000129

commons-logging:commons-logging

Group ID commons-logging
Artifact ID commons-logging
Type jar
Version 1.0.3
URL http://jakarta.apache.org/commons/logging

commons-validator:commons-validator

Group ID commons-validator
Artifact ID commons-validator
Type jar
Version 1.0.2

junit:junit

Group ID junit
Artifact ID junit
Type jar
Version 3.8.1
URL http://www.junit.org
Description 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. JUnit is Open Source Software, released under the IBM ' s Common Public License Version 1.0 and hosted on SourceForge

oro:oro

Group ID oro
Artifact ID oro
Type jar
Version 2.0.7

servletapi:servletapi

Group ID servletapi
Artifact ID servletapi
Type jar
Version 2.3
URL http://java.sun.com/products/servlet/2.2/

struts:struts

Group ID struts
Artifact ID struts
Type jar
Version 1.1
URL http://jakarta.apache.org/struts

strutstestcase:strutstestcase

Group ID strutstestcase
Artifact ID strutstestcase
Type jar
Version 2.0-1.1-2.3
URL http://strutstestcase.sourceforge.net
Description StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on the Struts framework. StrutsTestCase provides both a Mock Object approach and a Cactus approach to actually run the Struts ActionServlet, allowing you to test your Struts code with or without a running servlet engine. Because StrutsTestCase uses the ActionServlet controller to test your code, you can test not only the implementation of your Action objects, but also your mappings, form beans, and forwards declarations. And because StrutsTestCase already provides validation methods, it's quick and easy to write unit test cases.