Java WDDX-Library (StaX)
Overview
Fast and lightweight WDDX library for Java 6
WDDX consists of a language-independent representation of data based on an XML 1.0 DTD, and a set of modules for a wide variety of languages that use WDDX.
Installation
Maven GAV:
<dependency>
<groupId>com.juretta</groupId>
<artifactId>wddx</artifactId>
<version>1.0</version>
</dependency>
Add the following repository:
<repositories> <repository> <id>juretta-opensource</id> <url>http://repository.juretta.com/maven2/</url> </repository> </repositories>
Documentation
http://dev.coravy.com/java/jwddx/