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 |
---|---|---|---|---|---|
annogen | annogen | 0.1.0 | - | jar | |
backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-fileupload | commons-fileupload | 1.1.1 | - | jar | |
commons-httpclient | commons-httpclient | 3.0.1 | - | jar | |
commons-io | commons-io | 1.3 | - | jar | |
commons-lang | commons-lang | 2.2 | - | jar | |
displaytag | displaytag | 1.1 | - | jar | |
edu.drexel | cms-commons | 1.1 | - | jar | |
edu.drexel | cms-ejb | 1.1 | - | jar | |
freemarker | freemarker | 2.3.4 | - | jar | |
hdiv | hdiv-core | 1.3 | - | jar | |
hdiv | hdiv-struts2 | 1.3.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.servlet | jstl | 1.0 | - | jar | |
jaxen | jaxen | 1.1 | - | jar | |
opensymphony | xwork | 2.0.2 | - | jar | |
org.apache.axis2 | axis2 | 1.2 | - | jar | |
org.apache.geronimo.specs | geronimo-jms_1.1_spec | 1.1-rc4 | - | jar | |
org.apache.httpcomponents | jakarta-httpcore | 4.0-alpha4 | - | jar | |
org.apache.struts | struts2-core | 2.0.8 | - | jar | |
org.apache.struts | struts2-tiles-plugin | 2.0.8 | - | jar | |
org.apache.tiles | tiles-jsp | 2.0.3 | - | jar | |
org.apache.ws.commons.axiom | axiom | 1.2.4 | - | jar | |
org.apache.ws.commons.neethi | neethi | 2.0.1 | - | jar | |
org.apache.ws.commons.schema | XmlSchema | 1.3.1 | - | jar | |
org.codehaus.jettison | jettison | 1.0-RC1 | - | jar | |
org.codehaus.woodstox | wstx-asl | 3.2.1 | - | jar | |
org.jibx | jibx-bind | 1.1.4 | - | jar | |
org.jibx | jibx-run | 1.1.4 | - | jar | |
spring | spring | 2.0.4 | - | jar | |
stax | stax-api | 1.0.1 | - | jar | |
taglibs | standard | 1.1.2 | - | jar | |
uk.ltd.getahead | dwr | 1.1 | - | jar | |
woden | woden | 1.0-incubating-M7a | - | jar | |
wsdl4j | wsdl4j | 1.6.2 | - | jar | |
xmlbeans | xbean | 2.2.0 | - | jar |
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 |
---|---|---|---|---|---|
commons-logging | commons-logging | 1.1 | - | jar | |
commons-logging | commons-logging-api | 1.1 | - | jar | |
ejb3 | ejb3-all | jboss4.5 | - | jar | |
hibernate | hibernate | 3.2 | - | jar | |
javax.mail | 1.4 | - | jar | ||
javax.persistence | persistence-api | 1.0 | - | jar | |
javax.servlet | servlet-api | 2.5 | - | jar | |
javax.xml | jaxb-api | 2.0EA3 | - | jar | |
javax.xml | jaxb-impl | 2.0EA3 | - | jar | |
javax.xml | jaxb-xjc | 2.0EA3 | - | jar | |
log4j | log4j | 1.2.13 | - | jar | |
xalan | xalan | 2.7.0 | - | jar | |
xerces | xercesImpl | 2.8.1 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | 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.ibm.icu | icu4j | 2.6.1 | - | jar | |
com.lowagie | itext | 1.3 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-digester | commons-digester | 1.8 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
junit | junit | 4.1 | - | jar | |
opensymphony | ognl | 2.6.11 | - | jar | |
org.apache.tiles | tiles-api | 2.0.3 | - | jar | |
org.apache.tiles | tiles-core | 2.0.3 | - | jar | |
xom | xom | 1.0 | - | jar |
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 |
---|---|---|---|---|---|
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
logkit | logkit | 1.0.1 | - | 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 |
CMS web archive module, this module is built on top of the Struts2 platform and offers a web service interface using Axis2.
CMS common library module
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
CMS EJB module, this module uses EJB3 and JPA to manage interactions with the backend database.
Unnamed - ejb3:ejb3-all:pom:jboss4.5
Enterprise JavaBeans (EJB) 3.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Log4j
http://logging.apache.org/log4j/docs/
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.
http://jakarta.apache.org/commons/lang/
Unnamed - hibernate:hibernate:pom:3.2
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The display tag library is an open source suite of custom tags that provide high-level web presentation patterns which will work in an MVC model. The library provides a significant amount of functionality while still being easy to use.
The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. The library is especially useful in combination with Java(TM) technology-based Servlets: The look and feel of HTML is browser dependent; with iText and PDF you can control exactly how your servlet's output will look. iText requires JDK 1.2, and no extra dependencies. It's available for free under a multiple license: MPL and LGPL.
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Unnamed - javax.servlet:jstl:jar:1.0
DWR is easy Ajax for Java.
Unnamed - javax.servlet:servlet-api:jar:2.5
Apache Struts 2
http://struts.apache.org/struts2/struts2-plugins/struts2-tiles-plugin
Tiles 2
http://tiles.apache.org/tiles-parent/tiles-core
Tiles 2
http://tiles.apache.org/tiles-parent/tiles-jsp
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 - taglibs:standard:jar:1.1.2
Apache Struts 2
http://struts.apache.org/struts2/struts2-core
OGNL - Object Graph Navigation Library
C:\Program Files\Java\jdk1.5.0_12\jre\..\lib\tools.jar
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.4
Unnamed - hdiv:hdiv-core:pom:1.3
Unnamed - hdiv:hdiv-struts2:pom:1.3.1
Unnamed - spring:spring:pom:2.0.4
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Unnamed - wsdl4j:wsdl4j:pom:1.6.2
Unnamed - org.apache.ws.commons.axiom:axiom:pom:1.2.4
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.
http://ws.apache.org/commons/XmlSchema
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
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.
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Unnamed - javax.activation:activation:jar:1.1
Unnamed - annogen:annogen:jar:0.1.0
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Unnamed - org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.1-rc4
HttpComponents Core (Java 1.3 compatible)
http://jakarta.apache.org/httpcomponents/httpcore
Java Architecture for XML Binding
Jaxen is a universal Java XPath engine.
dom4j: the flexible XML framework for Java
Unnamed - com.ibm.icu:icu4j:jar:2.6.1
Unnamed - org.jibx:jibx-bind:pom:1.1.4
Unnamed - org.jibx:jibx-run:pom:1.1.4
Unnamed - javax.mail:mail:jar:1.4
Unnamed - org.apache.ws.commons.neethi:neethi:pom:2.0.1
StAX API is the standard java XML processing API defined by JSR-173
Unnamed - xalan:xalan:jar:2.7.0
The main classes for XMLBeans
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j/
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
Woodstox is a high-performance XML processor that implements Stax (JSR-173) API
A StAX implementation for JSON.