Download List

Project Description

Skaringa is an API for Java, JSON, and XML language binding. It transforms Java objects into XML or JSON documents and back, and can generate XML schema definitions for Java classes. Typical applications are data exchange, object persistence, object transformation, and driving XML or JavaScript 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-02-03 12:28 Back to release list
r1p7

In this version, cyclic references are now handled correctly during serialization, deserialization, and schema generation. This is done by providing an object id (of type xsd:ID) for each object. If a reference to the same object occurs more than once, the further references are flagged with the attribute "reference" (of type xsd:IDREF). This behaviour can be switched off by setting the transformer property "omit_id" to "yes". Additionally, some minor bugfixes and feature enhancements are included in this release.
Tags: Major bugfixes

Project Resources