Using Gradle for a Mixed Java and Groovy Project
Gradle is a build system to build software projects. Gradle supports convention over configuration, build-in takss and dependency support. We write a... more »
Tweet 0 CommentsSave Tags: groovy, java
Clojure Concurrency
A quick look at using the Clojure's software transactional memory for concurrency. A Groovy example is provided to compare with the Clojure example.
Tweet 0 CommentsSave Tags: groovy, other languages
Grails Selenium RC Plugin Released
I've finally got the first release of the Selenium RC plugin out of the door. For anyone unfamiliar with Selenium RC basically the plugin allows you... more »
Tweet 0 CommentsSave Tags: frameworks, groovy, tools
Groovy, Sometimes You Still Need a Semicolon
Like Javascript, semicolons are optional in Groovy except for when they aren't optional. These examples are both pretty contrived, though I found both... more »
Tweet 0 CommentsSave Tags: groovy, opinion
Migration from Grails JSecurity to Grails Shiro plugin
A few quick tips on migrating your grails project from the end of life JSecurity plugin to the newer Shiro Plugin.
Tweet 0 CommentsSave Tags: groovy
XML verification just got easier with easyb
There’s myriad ways to validate XML these days; in fact, with Groovy, the mechanics of parsing XML with XMLSlurper couldn’t be easier! Nevertheless,... more »
Tweet 0 CommentsSave Tags: frameworks, groovy, java, xml