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.

2008-07-22 02:23
r4p0

이 릴리스 직렬화 및 deserialization JSON 형식을 사용하여에 대한 지원을 소개하고있습니다. 검증된 Skaringa XML을 직렬화와 마찬가지로 JSON 부분은 모든 Java 객체와 작동합니다. 그것은 특별한 경우에 국한되지 않습니다, 자바빈즈 또는 JSONObject 좋아.
Tags: Major feature enhancements
This release introduces support for serialization and deserialization using the JSON format. Like the proven Skaringa XML serialization, the JSON part works with all Java objects. It is not limited to special cases, like JavaBeans or JSONObject.

2008-06-01 14:12
r3p8

평민과 같은 타사 런타임 라이브러리에 대한 의존성, 로깅, 제거되었습니다. 생산 및 테스트 코드를 분할했다. 바이너리 배포판을 더 이상 JUnit 테스트 케이스를 포함하지 않습니다.
Tags: Code cleanup
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.

2005-07-02 21:26
r3p7

문서 및 웹 사이트를 개선, 검토하고 새로운 레이아웃 주어진.
Tags: Documentation
The documentation and Web site have been reviewed,
enhanced, and given a new layout.

2005-04-17 22:11
r3p6

Skaringa JAR 파일은 이제 skaringa.jar 번호없이 모든 버전의 이름입니다. 이 업데이 트가 쉬워집니다. 버전 번호는 여전히 JAR 파일의 매니 페스트를 검사하여 검색하실 수있습니다. 일부 버그가 수정되었습니다.
Tags: Minor bugfixes
The Skaringa JAR file is now named skaringa.jar without any version number. This makes updates easier. The version number can still be detected by examining the MANIFEST of the JAR file. Some bugs were fixed.

2005-02-13 00:49
r3p5

이 버전의 deserialization 중에 다른 클래스 버전을 처리할 수있습니다. 비록 Skaringa, 코드와 실제 색슨 변압기 지원 Xalan을 사용하는 것이 좋습니다 추가되었습니다. 열려있는 모든 버그가 해결되었습니다.
Tags: Minor feature enhancements
This version is able to handle different class
versions during deserialization. Although it is
recommended to use Xalan with Skaringa, code to
support the actual Saxon transformer has been
added. All open bugs have been fixed.

Project Resources