Groovy
-
How to keep session in HttpBuilder with cookies
In my real-world scenario I have a REST service for AJAX purposes. It renders data series for graphs. I want…
Read More » -
Groovy Java companion – introduction
Some of us come to Java from scripting languages like Python, Ruby or Perl. Almost everything in Java is fascinating…
Read More » -
Maven: Start an external process without blocking your build
Let’s assume that we have to execute a bunch of acceptance tests with a BDD framework like Cucumber as part…
Read More » -
Grails AJAX Examples
Early on, newcomers to Grails encounter a lack of working samples accompanying the framework. Good places for examples and documentation…
Read More » -
Groovy & Grails Understanding – Part2
Grails Grails is a web framework based on Groovy and Java which can be deployed into existing Java web servers,…
Read More » -
Groovy & Grails Understanding – Part 1
Introduction Enterprises today require agile platform for rapid development of applications with ready assurance to quality of services, compliance to…
Read More » -
Grails Design Best Practices
Grails is designed to be an interactive agile based rapid development framework which advocates convention not configuration. This article explained…
Read More » -
Detecting Java Threads in Deadlock with Groovy and JMX
Unfortunately, Java applications taking advantage of multiple threads can at times run into the dreaded deadlock condition. Fortunately, the Java…
Read More » -
“Booting AMX” in GlassFish 3 with Groovy
In my previous blog post, I looked at using JMX as one of multiple methods supported by GlassFish 3 for…
Read More »