Groovy
-
Using database views in Grails
This post is a quick explanation on how to use database views in Grails. For an introduction I tried to…
Read More » -
Closures in Groovy
The simpliest explanation of a closure in Groovy is that it is anonymous function. …
Read More » -
Grails: Using Hibernate Filters
The Grails Hibernate Filters plugin makes it possible to use Hibernate Filters with GORM. Hibernate Filters provide additional restriction rules…
Read More » -
Groovy’s Smooth Operators
Take a trip back to 1984. Apple release the Macintosh, ‘The Final Battle‘ is about to commence in V and Scotland…
Read More » -
Automatically converting password hashes in Grails spring-security-core
I was looking at this Stack Overflow question about converting password hashes and realized that it’s possible and rather convenient…
Read More » -
Searching Subversion Logs with Groovy
There are times when I want to quickly search a Subversion repository by author, by range of revisions, and/or by…
Read More » -
Sublime Simplicity of Scripting with Groovy
Many of my blog posts are, as my blog’s title suggests, inspired by actual events. Three experiences this week have…
Read More » -
Listening and Logging Ant Output in Groovy
In the comments section of my post Executing Ant Build File Targets from Groovy, CRC recently asked, “I’ve used your…
Read More » -
Uncompressing 7-Zip Files with Groovy and 7-Zip-JBinding
This post demonstrates a Groovy script for uncompressing files with the 7-Zip archive format. The two primary objectives of this…
Read More »