Occasionally I need to use a message from an i18n resource in a service or domain object and every time I forget how. It’s a piece of cake in a controller or GSP because the message method is available, but when it’s not what do I do? Continue reading
Daily Archives: February 8, 2010
Rendering JSON in Grails. Part 2: Plain Old Groovy Objects and Domain Objects
In my last post I went through the very basics of rendering JSON in Grails. In this post I’ll cover the rendering of POGOs and Grails domain objects. Continue reading