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.thoughtworks.xstream | xstream | 1.2.2 | - | jar | |
| org.vpda | vpda-common-abstractClientCore | 1.1 | - | jar | |
| xom | xom | 1.1 | - | 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 |
|---|---|---|---|---|---|
| jdepend | jdepend | 2.9.1 | - | jar | |
| junit | junit | 4.5 | - | jar | |
| org.easymock | easymock | 2.4 | - | jar | |
| org.vpda | vpda-common-abstractClientCore | 1.1 | tests | test-jar | |
| org.vpda | vpda-common-clientServerCore | 1.1 | tests | test-jar | |
| org.vpda | vpda-common-core | 1.1 | tests | test-jar | |
| org.vpda | vpda-common-util | 1.1 | 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 |
|---|---|---|---|---|---|
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-httpclient | commons-httpclient | 2.0.2 | - | jar | |
| commons-io | commons-io | 1.3.2 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| commons-vfs | commons-vfs | 1.0 | - | jar | |
| org.apache.httpcomponents | httpclient | 4.0-beta1 | - | jar | |
| org.apache.httpcomponents | httpcore | 4.0-beta2 | - | jar | |
| org.picocontainer | picocontainer | 2.6 | - | jar | |
| org.picocontainer.script | picocontainer-script-core | 2.0 | - | jar | |
| org.vpda | vpda-common-clientServerCore | 1.1 | - | jar | |
| org.vpda | vpda-common-core | 1.1 | - | jar | |
| org.vpda | vpda-common-util | 1.1 | - | jar | |
| xpp3 | xpp3_min | 1.1.3.4.O | - | jar |
Common classes for swing and wings vpda platform
http://vpda.org/vpda-client/vpda-client-swingAndWings
Utility module with only static utility classes. Also some helper tools are located here.
http://vpda.org/vpda-common/vpda-common-util
Common core module provides module managament,common basic services like localization,resources. Also basic user session interfaces and basic communication interfaces are provided here. PicoContainer is used as IOC container, but there is dependency to picocontainer only in module entry of each module. Constructor dependency is used preferable throgh project, which means once you construct object using its constructor, u can use it. This does not depends whether you use component in context of container or programatically (e.g in tests)
http://vpda.org/vpda-common/vpda-common-core
Please refer to the <a href="http://picocontainer.org/">site</a> for documentation.
http://www.picocontainer.org/picocontainer
Please refer to the <a href="http://picocontainer.org/script">main website</a> for documentation.
http://www.picocontainer.org/script/picocontainer-script-core
VFS is a Virtual File System library.
http://jakarta.apache.org/commons/vfs/
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/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Client server core is communication module between client and server. Here are provided basic interfaces for basic client server communication. Also menu interface and basic components interfaces are located here.
http://vpda.org/vpda-common/vpda-common-clientServer/vpda-common-clientServerCore
HttpComponents Client (base module)
http://hc.apache.org/httpcomponents-client
vpda-common-abstractClientCore
Abstract client core module provide client abstraction for both client and server view. This means basic client UI and also view provider UI. This way we have some abstraction for client platforms and also server can create new commands which can control client ui flow.
http://vpda.org/vpda-common/vpda-common-abstractClient/vpda-common-abstractClientCore
vpda-common-abstractClientCore
Abstract client core module provide client abstraction for both client and server view. This means basic client UI and also view provider UI. This way we have some abstraction for client platforms and also server can create new commands which can control client ui flow.
http://vpda.org/vpda-common/vpda-common-abstractClient/vpda-common-abstractClientCore
Utility module with only static utility classes. Also some helper tools are located here.
http://vpda.org/vpda-common/vpda-common-util
Common core module provides module managament,common basic services like localization,resources. Also basic user session interfaces and basic communication interfaces are provided here. PicoContainer is used as IOC container, but there is dependency to picocontainer only in module entry of each module. Constructor dependency is used preferable throgh project, which means once you construct object using its constructor, u can use it. This does not depends whether you use component in context of container or programatically (e.g in tests)
http://vpda.org/vpda-common/vpda-common-core
Client server core is communication module between client and server. Here are provided basic interfaces for basic client server communication. Also menu interface and basic components interfaces are located here.
http://vpda.org/vpda-common/vpda-common-clientServer/vpda-common-clientServerCore
Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
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 - jdepend:jdepend:jar:2.9.1
EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism