Categories: Miscellaneous
Latest version: 0.9.2Added 2006-12-18
Library for transforming an Object to another Object.Features include:- Supports transformations for primitives and Objects- Supports transformations for multidimensional arrays- JDK 1.3.1 compatible- Small memory footprint (~60K)- ArrayAssertions: allows comparing a boolean[] with a boolean[] or even a Boolean[]
Categories: Internet and communications
Latest version: 1.0Added 2006-12-18Updated 2007-02-12
Library for transforming beans, maps, collections, Java arrays and XML to JSON and back again to beans and DynaBeans.JSON-lib is based on the work by Douglas Crockford in http://www.json.org/java.
Categories: Testing
Latest version: 1.3Added 2006-12-18
Allows validation of JavaScript code inside Java.JsTester provides a group of assert methods like JUnit's Assert. It also supports the validations described in http://javascript.crockford.com/remedial.html, and the ability to use your own validations (unary and binary predicates). It has Groovy support. It can be used with Junit 3.x, Junit 4.x and TestNG.