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 |
|---|---|---|---|---|---|
| commons-dbcp | commons-dbcp | 1.2.2 | - | jar | |
| commons-io | commons-io | 1.4 | - | jar | |
| hsqldb | hsqldb | 1.8.0.1 | - | jar | |
| javax.servlet | jsp-api | 2.0 | - | jar | |
| javax.servlet | servlet-api | 2.4 | - | jar | |
| junit | junit | 3.8.2 | - | jar | |
| log4j | log4j | 1.2.14 | - | 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 |
|---|---|---|---|---|---|
| atg | das | 2007.1p1 | - | jar | |
| atg | das-resources | 2007.1p1 | - | 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 |
|---|---|---|---|---|---|
| commons-pool | commons-pool | 1.3 | - | jar |
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
http://logging.apache.org/log4j/docs/
Commons Database Connection Pooling
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
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 - 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 contains utility classes, stream implementations, file filters, file comparators and endian classes.