Groovy
-

SOA and REST with Grails
I discussed on my previous article about REST and how to leverage RESTful web services on Grails platform. We will…
Read More » -

Converting Grails Applications to Plugins and vice versa
I was in London last week on vacation with my family and was lucky that there was a London GGUG…
Read More » -

Groovy Sql and Oracle ‘Invalid column index’ SQLException
There are some minor potential dangers associated with Groovy’s def keyword. The Groovy style and language feature guidelines for Java…
Read More » -

Escaping XML with Groovy 2.1
When posting source code to my blog, I often need to convert less than signs (<), and greater than signs…
Read More » -

Enhanced Groovy-based JAR/Manifest Diff Tool
This brief blog post provides another Groovy script that provides simple differencing of two JAR (or WAR or EAR) files…
Read More » -

Comparing Manifest Files with Groovy
My last post discussed comparing the high-level contents of two JAR files using a Groovy script and a 2011 post…
Read More » -

Grails – RESTful Webservice using JAX-RS plugin
I discussed about RESTful architecture consideration and how to build RESTful web services using Jersey JAX-RS [JSR 311] Ā in JAVA.…
Read More » -

Comparing JARs with Groovy
It can sometimes be useful to compare the contents of two JARs. In this blog post, I demonstrate a Groovy…
Read More » -

How to use mocks in controller tests
Even since I started to write tests for my Grails application I couldn’t find many articles on using mocks. Everyone…
Read More »

