Tag Archives: groovy

2GX09, Lambda Lounge vid, and Cosmos

I must apologize for not keeping the blog up to date. I promised myself that I wouldn’t get to that point with this blog, but life can take up a lot of your time. A lot has been happening lately, so I’ve been very busy with both home and work issues. I [...]


Posted in grails, presentation | Also tagged , , | Leave a comment

Griffon at Gateway Groovy Users Group

I gave a presentation on Griffon today at the Gateway Groovy User Group. I have uploaded my slides onto slideshare for anyone to take a look. I think it went very well!

Griffon at Gateway GUG
View more presentations from Matthew Taylor.

Here is all the source code:

Todo
Image Viewer
Technoratistats (via Andres)

Also, some attendees were asking about [...]


Posted in griffon, presentation | Also tagged , , , | 1 Comment

Groovy on TDD: KCJUG Follow Up

I had a great time presenting on “Groovy and TDD” last night at the Kansas City JUG. There was a great turn-out, and I had a chance to meet and greet lots of interesting people.
As promised, here is the code we wrote together in our TDD exercise, verbatim. There was also a question [...]


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

Upcoming Grails-UI 1.1 New Features: Menus

To make a menubar like this:

You’ll need to include a ‘menu’ component in your gui:resources tag, then try this markup:

My default, menubars will render to the document body, but you can provide an optional renderTo attribute and have it render to any other container. I think it would be a cool idea to combine [...]


Posted in grails plugins | Also tagged , , , | 1 Comment

Find the parent map entry in Groovy

Sometimes I deal with maps of maps in Groovy. Config files in Groovy generally boil down to combinations of maps and lists. I’ve found myself with a reference to one entry within this structure, wanting to back out to the parent of the entry. This is especially the case within builders, where [...]


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