Project Dependencies

compile

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

GroupIdArtifactIdVersionClassifierTypeOptional
commons-dbcpcommons-dbcp1.2.2-jar
commons-iocommons-io1.4-jar
hsqldbhsqldb1.8.0.1-jar
javax.servletjsp-api2.0-jar
javax.servletservlet-api2.4-jar
junitjunit3.8.2-jar
log4jlog4j1.2.14-jar

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
atgdas2007.1p1-jar
atgdas-resources2007.1p1-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

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

GroupIdArtifactIdVersionClassifierTypeOptional
commons-poolcommons-pool1.3-jar

Project Dependency Graph

Dependency Listings

ATG DUST

ATG DUST is a framework for building JUnit tests for applications built on the ATG Dynamo platform. This framework allows one to quickly write test code that depends up Nucleus or ATG Repositories. By using this framework one can drastically cut down on development time. It takes only a few seconds to start up a test with a repository, but it may take multiple minutes to start up an application server. To get started with DUST, take a look at http://atgdust.sourceforge.net/first-test.html. This page will walk you through the process of running a basic test which starts Nucleus. After that, read the other getting started guides to describe how to create standalone Junit tests which can startup repositories and use the DynamoHttpServletResponse classes.

http://atgdust.sourceforge.net/

Unnamed - atg:DAS:jar:2007.1p1

Unnamed - atg:das-resources:jar:2007.1p1

Log4j

Log4j

http://logging.apache.org/log4j/docs/

Commons DBCP

Commons Database Connection Pooling

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

Commons Pool

Commons Object Pooling Library

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

JUnit

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.

http://junit.org

Unnamed - hsqldb:hsqldb:jar:1.8.0.1

Unnamed - javax.servlet:servlet-api:jar:2.4

Unnamed - javax.servlet:jsp-api:jar:2.0

Commons IO

Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.

http://commons.apache.org/io/