Download List

Descripción del Proyecto

SOJO is a Java framework that converts JavaBeans
(complex Java-Object graphs) to a simplified
representation, so that handling and controlling
access to JavaBeans properties is easy and
uniform. The framework is meant to compliment
POJOs in cases where object orientation is not
supported or is not the best decision. This is a
powerful way to transform an Object to a data
interchange format such as JSON or XML.

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.

2009-05-05 05:05
1.0.0

Este es el primer gran lanzamiento, con muchas correcciones de errores.
This is the first major release, with many bugfixes.

2007-05-01 15:38
0.5.0

Una lista, fijar, Mapa, o matriz que contiene JavaBeans pueden ser ordenados. Filtrado por igual, hashCode, y comparar es compatible. Filtrado por regexp es compatible. Muchos errores fueron corregidos.
Tags: Major bugfixes
A List, Set, Map, or Array that contains JavaBeans
may be sorted. Filtering by equals, hashCode, and
compare is supported. Filtering by regexp is
supported. Many bugs were fixed.

2007-03-05 09:37
0.4.0

De intercambio de datos CSV es ahora posible. ThrowableConverterInterceptor es un interceptor que transforma una excepción a una ThrowableWrapper. La ventaja de esta conversión es que se puede envolver una instancia Throwable y puede guardar la traza de la pila y el mensaje de excepción sin el conocimiento de la clase de excepción original. El formato de fecha deseado se puede establecer para datos serializados. El método CompareTo se llevó a cabo para todos los objetos (incluidos los JavaBeans), y se calcula el hashCode sobre todos los valores. CompareTo es el complemento al método ObjectUtil.equals.
Tags: Major feature enhancements
CSV data interchange is now possible. ThrowableConverterInterceptor is an interceptor that transforms an Exception to a ThrowableWrapper. The benefit of this conversion is that it can wrap a Throwable instance and can save the stack trace and the exception message without knowledge of the original exception's class. The desired date format can be set for serialized data. The CompareTo method was implemented for all objects (including JavaBeans), and it calculates the hashCode over all values. CompareTo is the complement to the ObjectUtil.equals method.

2007-01-09 09:49
0.3.0

Ahora es posible filtrar las propiedades que se serializa en eliminar aquellas que son irrelevantes o transitorios. Todas las dependencias de bibliotecas externas fueron retirados y los errores de menor importancia eran fijos.
Tags: Minor feature enhancements
It is now possible to filter the properties that are to be serialized to remove those that are irrelevant or transient. All dependencies on external libraries were removed and minor bugs were fixed.

2006-11-06 13:46
0.2.0

Las principales características de esta versión son el soporte para el intercambio de datos en formato JSON y XML-RPC. Minor bugs fueron corregidos.
The main features of this release are support for
the data interchange format JSON and XML-RPC.
Minor bugs were fixed.

Project Resources