Download List

프로젝트 설명

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

알고리즘은 고정되었다 개체를 직렬화하는 동안 ID를 만들 수있습니다. 그것은 이제 한 번만 skaReadResolve deserialization 중에 전화를 보장합니다. 검사 계층 구조 (드) 직렬화를 위해 Skaringa 잘 빠르고 심지어 개체의 거대한 이중 연결된 계층 구조와 함께 작품 설명에 추가되었습니다.
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

지금이 수업을 deserialization 중에 클래스를로드하는 데 사용하는 로더를 지정할 수있습니다. 이 환경에서는 상이한 클래스 로더와 함께 사용이 용이, 웹 또는 톰캣이나 JBoss와 같은 EJB를 컨테이너에 예를 들어.
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

일부 버그가 해결되었습니다. 이 버전은 컴파일하고 새 Java 5 "타이거"테스트 릴리스에서 실행되었습니다.
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

필드는 XML 인스턴스 및 스키마에 지금은 어느 lexicographically 또는 사용자 정의 순서로 주문할 수있다.
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

컬렉션 및지도를 자신의 구체적인 세분 정보와 함께, 다양한 수집 및지도 유형에 대한 JUnit 테스트 코드를 전부 checkstyle을 사용하여 열려있는 모든 refactored입니다 해결된 버그에 추가되었습니다 연재됩니다.
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