Skaringa r3p8 (Default branch) |
|
|
Skaringa is an API for Java and XML language
binding. It transforms Java objects into XML
documents and back, and can generate XML schema
definitions for a Java class. Typical applications
are data exchange, object persistence, object
transformation, and driving XML based presentation
layers. Skaringa is designed for speed and
simplicity, 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 binary
distribution doesn't contain the JUnit test cases
any longer.
|