Groovy
-
JavaOne 2012: A Walk Through of Groovy’s AST Transformations
I made the very short walk from Hilton Plaza A/B back to Hilton Golden Gate 3/4/5 to see the presentation…
Read More » -
Stuff I Learned from Grails Consulting
I don’t do much Grails consulting since I work for the Engineering group, and we have an excellent group of…
Read More » -
Test Driven Traps, part 1
Have you ever been in a situation, where a simple change of code, broke a few hundred tests? Have you…
Read More » -
Apache Camel using Groovy Introduction
From their site, it says the Apache Camel is a versatile open-source integration framework based on known Enterprise Integration Patterns.…
Read More » -
FreeChart with Groovy and Apache POI
The point of this article is to show you how to parse data from an Excel spreadsheet that looks like…
Read More » -
Groovy DSL – A Simple Example
Domain Specific Languages (DSLs) have become a valuable part of the Groovy idiom. DSLs are used in native Groovy builders,…
Read More » -
Grails Custom AuthenticationProvider
In order to tighten up security in our new Grails app I went about implementing the Spring Security Plugin. Getting…
Read More » -
GitHub Social Graphs with Groovy and GraphViz
The Goal Using the GitHub API, Groovy and GraphViz to determine, interpret and render a graph of the relationships between…
Read More » -
Using Groovy scriptlets inside a *.docx document
Introduction One of my recent projects required automated generation of contracts for customers. Contract is a legal document of about…
Read More »