Tag Archives: groovy

Introducing the ‘Lambda Lounge’

My colleague Alex Miller has created a new group in the St. Louis area focusing on interest in functional and dynamic programming languages. He has dubbed it the Lambda Lounge (referring to λ-calculus), and the first meeting will be December 4 at 6PM.
I am very excited to be among the presenters at the first [...]


Posted in uncategorized | Also tagged , , , , , | Leave a comment

SpringSource buys G2One

SpringSource announced today that is has acquired G2One, Inc.. Here is the official press release. So what does this mean for Groovy and Grails? Good things, people. Good things. More marketing and advertising money to spread the word. More force behind driving the technologies. More clout for you, [...]


Posted in uncategorized | Also tagged , , , , | 1 Comment

Groovy vs. Google Collections: Round #2

For Round #2 of our code challenge, Dan has responded to my initial provocation in spades with a efficient example of Google Collections‘ MultiMap utilities. His model involves car makes and models, their associations, and the easiest way to travel between them. At the core of the problem is the fact that a [...]


Posted in uncategorized | Also tagged | 8 Comments

Groovy vs. Google Collections: Round #1

In my last post, Dan Lewis (my friend and former coworker) responded with some counter-code from Google’s collections package. Instead of attempting to snap back with some witty technical retort, I challenged Dan to a code-off. Groovy collections vs. Google collections (in Java). Here is round one, and I’m going first with [...]


Posted in uncategorized | Also tagged | 7 Comments

Using collect on Groovy collections

When you find something you like, you want to share it with the world. Here are some more tricks when working with collections in Groovy that makes programming fun again! ;)
Let’s get a sample model and some data first, then we’ll get to the fun and easy Grooviness…
Let’s create some rock stars!
class RockStar [...]


Posted in uncategorized | Tagged | 10 Comments
Check out the latest GroovyMag to see an interview with me about the 1.1 release of GrailsUI: