The following is a list of dependencies for this project. These dependencies are required to compile and run the application:GroupId | ArtifactId | Version | Description | URL |
---|
struts | struts | 1.2.8 | The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns. | http://struts.apache.org/ |
javax.servlet | servlet-api | 2.3 | - | - |
net.htmlparser | jericho-html | 2.1 | Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions. | http://jerichohtml.sourceforge.net |
commons-logging | commons-logging | 1.0.4 | Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems. | http://jakarta.apache.org/commons/logging/ |
taglibs | standard | 1.0.6 | - | - |
taglibrarydoc | tlddoc | 1.1 | Tag Library Documentation Generator is a utility for automatically generating
javadoc-style documentation for JavaServer Pages (JSP) Technology Tag Libraries.
It accepts a set of tag libraries as input, and generates a set of HTML files as
utput. It can also be used to generate tag library documenation for JavaServer
Faces UI components.
Included in the output is a full description of each defined tag library, the tags
contained within those tag libraries, and how to use those tags. | https://taglibrarydoc.dev.java.net |
commons-lang | commons-lang | 2.0 | 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. | - |
commons-digester | commons-digester | 1.7 | 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/ |