Skaringa r3p8 (Default branch)

Skaringa is an API for Java and XML languagebinding. It transforms Java objects into XMLdocuments and back, and can generate XML schemadefinitions for a Java class. Typical applicationsare data exchange, object persistence, objecttransformation, and driving XML based presentationlayers. Skaringa is designed for speed andsimplicity, supporting a wide range of types. It works with all Plain Old Java Objects (POJOs) and is not limited to special cases, like JavaBeans.License: BSD License (original)Changes:
Runtime dependencies on third party libraries,like commons-logging, have been removed.Production and test code were split. The binarydistribution doesn't contain the JUnit test casesany longer.

More...