Project Dependencies

compile

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
xom xom 1.1 - jar

test

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.h2database h2 1.1.104 - jar
jdepend jdepend 2.9.1 - jar
junit junit 4.5 - jar
org.easymock easymock 2.4 - jar
toplink.essentials toplink-essentials 2.1-57 - 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:

GroupId ArtifactId Version Classifier Type Optional
xpp3 xpp3_min 1.1.3.4.O - jar

test

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
javax.persistence persistence-api 1.0.2 - jar

Project Dependency Graph

Dependency Listings

vpda-server

VPDA server modules provides user management,peristence,data modeling,connectors and core view providers implementaions. Server can be packaged as plain console application, later JEE EAR will be provided. Server persistence includes Spring implementation, JEE impl will be provided. But all this is application transparent.

http://vpda.org/vpda-server

H2 Database Engine

H2 Database Engine

http://www.h2database.com

Unnamed - toplink.essentials:toplink-essentials:jar:2.1-57

Unnamed - javax.persistence:persistence-api:jar:1.0.2

XStream Core

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/

xom

http://www.xom.nu

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 - jdepend:jdepend:jar:2.9.1

EasyMock

EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism

http://www.easymock.org