Monday, August 3, 2009

Make Grails Object Marshalling More RESTful

If you use Grails to develop RESTful services, then you're probably familiar with the different ways of producing XML and JSON representations for your objects. One particularly convenient option is to make use of the provided converters, along with the render method.