Posts Tagged ‘Groovy’

InstallGrailsVersion

Managing Your Grails Versions with gswitch

A large milestone in the Grails lifecycle occurred several weeks ago with the release of version 2.0.0. Grails has very frequent releases; milestones, release candidates, major/minor versions, etc, which is wonderful as the framework grows. The pain point comes in when working on projects that are all using [...]

Read More
ConditionalCode

Got FTP? Test it in Grails

In my earlier test driven-development post for Grails, the critically acclaimed Putting REST in your Tests for Grails (OK, maybe nobody read that except me while proofreading), I discussed an approach for automating integration tests when your Grails application has an external dependency on a web service, which [...]

Read More
GR8

Gr8Conf 2011 Europe in Review

A few weeks ago, several of us here at Cantina were fortunate enough to attend Gr8Conf 2011 in Copenhagen, Denmark.  The conference is focused on 3 major technologies: Groovy, Grails, and Griffon.  Cantina is fairly well known as one of the more Grails-savvy consulting firms in Greater Boston, [...]

Read More

Putting REST in your Tests for Grails

Recently I’ve been grappling with building integration tests for a new Grails plugin that I’m working on that integrates with the Brightcove Media API, which is a mostly REST-ful web service provided by the platform.  Details of the API can be found here.  The API comes in 2 [...]

Read More