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-logging | commons-logging | 1.1 | - | jar | |
| concurrent | concurrent | 1.3.4 | - | jar | |
| jgroups | jgroups-all | 2.2.9.1 | - | jar | |
| org.codehaus.wadi | wadi-core | 2.0-M8 | - | jar | |
| org.codehaus.wadi | wadi-group | 2.0-M8 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.agical.rmock | rmock | 2.0.0-rc-6 | - | jar | |
| geronimo-spec | geronimo-spec-servlet | 2.4-rc4 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| org.codehaus.wadi | wadi-core | 2.0-M8 | tests | test-jar | |
| org.codehaus.wadi | wadi-group | 2.0-M8 | tests | test-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 |
|---|---|---|---|---|---|
| cglib | cglib-nodep | 2.1_3 | - | jar | |
| commons-codec | commons-codec | 1.2 | - | jar | |
| commons-httpclient | commons-httpclient | 3.0 | - | jar | |
| regexp | regexp | 1.3 | - | jar |
WADI/JGroups Integration - A WADI backend implemented over JGroups
http://wadi.codehaus.org/wadi-jgroups
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.
WADI Core functionality
http://wadi.codehaus.org/wadi-core
Unnamed - regexp:regexp:jar:1.3
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/
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.
WADI Group API and Dispatcher implementations
http://wadi.codehaus.org/wadi-group
WADI Core functionality
http://wadi.codehaus.org/wadi-core
WADI Group API and Dispatcher implementations
http://wadi.codehaus.org/wadi-group
A Toolkit for Reliable Multicast Communication.
http://www.jboss.org/products/jgroups
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 - geronimo-spec:geronimo-spec-servlet:jar:2.4-rc4
Dough Lea's util.concurrent package
rMock 2.0.0 is a Java mock object framework based on jUnit. rMock has support for a record-modify-playback-verify workflow when writing jUnit tests, integrates better with IDE refactoring support and allows designing interfaces in a true test first fashion. rMock has the flexibility and power of jMock, and is influenced by EasyMock for recording mock calls.