Download List

Projeto Descrição

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.

2005-01-02 16:07
r3p4

O algoritmo para criar a identificação do objeto durante a serialização foi corrigido. Agora é garantido que skaReadResolve é chamado somente uma vez durante a desserialização. Testes para a (de serialização) das estruturas hierárquicas foram acrescentados para demonstrar que Skaringa funciona bem e rápido, mesmo com enorme duplamente vinculada estruturas hierárquicas de objetos.
Tags: Major bugfixes
The algorithm to create the object id during
serialization was fixed. It is now guaranteed that
skaReadResolve is called only once during
deserialization. Tests for the (de)serialization
of hierarchical structures were added to
demonstrate that Skaringa works well and fast even
with huge doubly-linked hierarchical structures of
objects.

2004-11-21 20:58
r3p3

Agora é possível especificar qual classe carregador a ser usado para carregar as classes durante a desserialização. Isso facilita o uso em ambientes com carregadores de classe diferente, por exemplo, na Web ou recipientes EJB como Tomcat ou JBoss.
Tags: Minor feature enhancements
It is now possible to specify which class loader to use to load classes during deserialization. This eases usage in environments with different class loaders, for example in Web or EJB containers like Tomcat or JBoss.

2004-10-25 21:31
r3p2

Alguns bugs foram corrigidos. Esta versão foi testada para compilar e executar no âmbito do novo Java 5 "Tiger" release.
Tags: Minor bugfixes
Some bugs have been fixed. This version has been tested to compile and
run under the new Java 5 "Tiger" release.

2004-08-09 16:17
r3p1

Campos na instância XML esquema e agora pode ser ordenada ou lexicographically ou em uma ordem personalizada.
Tags: Minor feature enhancements
Fields in the XML instance and schema can now be
ordered either lexicographically or in a custom
order.

2004-07-05 13:38
r3p0

Coleções e mapas são serializados com suas informações subtipo de concreto, testes JUnit para a recolha de vários tipos de mapa e são adicionados, o código inteiro é reformulado utilizando checkstyle, e todos os bugs abertos são fixos.
Tags: Major feature enhancements
Collections and maps are serialized with their concrete subtype information, JUnit tests for various collection and map types are added, the whole code is refactored using checkstyle, and all open bugs are fixed.

Project Resources