JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java. Includes support for Groovy and JRuby as well.
Griffon is an application framework for developing desktop applications in the JVM, with Groovy being the primary language of choice. Inspired by Grails, Griffon follows the Convention over Configuration paradigm, paired with an intuitive MVC architecture and a command line interface. Griffon also
... [More] follows the spirit of the Swing Application Framework (JSR 296), it defines a simple yet powerful application life cycle and event publishing mechanism. [Less]
GraphicsBuilder is a Groovy builder for Java 2D. GraphicsBuilder provides an easy way to create Java2D graphics in a similar manner as JavaFX Script but in a groovier way.
JideBuilder is a Groovy builder for the open source JIDE Common Layer (http://jide-oss.dev.java.net).It is based on the original SwingBuilder. The goal of the project is having a builder for swing apps that seamlessly integrates default swing and JIDE components.
JsTester allows validation of javaScript code inside java. It 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 & binary predicates).
The project
... [More] provides two ways of creating your tests: by inheritance (JsTestCase), and by composition (JsTester). Use JsTestCase as you would normally use any extension of TestCase. Use JsTester with TestNG or JUnit4 and annotations, or inside another TestCase hierarchy. Includes Groovy support. [Less]
EZMorph is simple java library for transforming an Object to another Object.
EZMorph's key strenghts are:
* Supports transformations for primitives and Objects
* Supports transformations for multidimensional arrays
* Supports transformations with DynaBeans
* JDK 1.3.1
... [More] compatible
* Small memory footprint (~76K) [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy