Menu

spring-json view 1.2 released

spring-json takes the next step - v1.2.

A lot of features were added and bugs are resolved. (see Bug Tracking System and Feature Request Tracking System)

http://spring-json.sourceforge.net/

http://sourceforge.net/projects/spring-json

1. streaming support added: The new integration of XStream.

* JsonWriterConfiguratorTemplates
* convertAllMapValues support
* path binding support
* "keep unconverted value types" support: keeps boolean and numeric value types like specificated for the json protokoll.

2. path binding support added to the json-lib writer
3. Implicit collection binding support added to sojo, xsteam and json-lib writer.

For example
explicit: (command).list[0], (command).list[1], (command).list[2]
implicit: (command).list includes all (command).list[i] with 0 <= i <= n
4. "keep unconverted value types" support added to the sojo writer
5. JsonViewCallback supports the customizing of the model in case of error or success. For example the StandartErrorConverter.
6. ModelFlagError extended to set typed flags like booleans integers or doubles.

We are working on the documentation right now. I'm pretty sure we are going to release in the first half of may.

Have fun !

Posted by Kai Ulrich 2009-05-27

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.