Groovy
-
Spring Integration – Apache Camel comparison
A year after v2.1 had been released, Spring Integration v2.2 is out with 3 new components MondoDB, Redis and JPA…
Read More » -
Monitoring Key JVM Characteristics with Groovy, JMX, and RuntimeMXBean
Since J2SE 5, Platform MBeans have been available that allow some key characteristics regarding the JVM to be monitored and…
Read More » -
Groovy and HTTP Servers
This article originally appeared in the January 2013 issue of GroovyMag. There’s no denying that the World Wide Web has…
Read More » -
Finding Properties in JARs with Groovy
In previous blog posts I have looked at Searching JAR Files with Groovy to find entries (such as .class files)…
Read More » -
Groovy and HTTP
This article originally appeared in the December 2012 issue of GroovyMag. Some different ways that Groovy makes interacting with the…
Read More » -
The Lazy Developer’s Way to an Up-To-Date Libraries List
Last time I shared some tips on how to use libraries well. I now want to delve deeper into one…
Read More » -
A Grails plugin to bridge Spring Security and Shiro
I started using Spring Security in 2007 when I was tasked with adding security to a Spring/Hibernate application at the…
Read More » -
Spring Dynamic Language Support with Groovy
Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded…
Read More » -
A simple Groovy issue tracker using file system
It will be a chaos not to track bugs and feature requests when you developing software. Having a simple issue…
Read More »