Groovy
-
Exposing Functionality Over HTTP with Groovy and Ultra-Lightweight HTTP Servers
I needed a quick and simple way to enable some users to query a table and figured out that the…
Read More » -
Groovy 1.8.0 – meet JsonBuilder!
Groovy 1.8.0 released in April brought a lot of new features to the language, one of them is native JSON…
Read More » -
Simple but powerful DSL using Groovy
In one of my projects we had very complicated domain model, which included more than hundred of different domain object…
Read More » -
Using Groovy – A soft introduction
Groovy is an object-oriented programming language for the Java platform and can be used as a scripting language. Most of…
Read More »