Tuesday, April 7, 2009

Presenting GPetStore: a Groovy Pet Store application in a single script

I posted this on my company's blog, but basically, it's a script that I wrote that uses Groovy 1.6's Grape functionality to automatically pull down and tie together Jetty, HSQLDB, standalone GORM, and Spring in a single short groovy script that implements part of the JPetStore functionality.

Check it out.

Also, I created a quick Google project for it just in case anyone is interested in expanding it into a full fledged pet store implementation.