March 2010
1 post
Grails
I finally got the chance to write a real world application using grails. It’s kind of funny because my application doesn’t even use a “Controller”.
I wrote an application that monitors an Active MQ Queue for xml messages and then parses and stores the messages based on their contents.
It’s a pretty straight forward application, but I wanted to make use of GORM for persistence. When I started I...