Archive for the "Development" Category

GORM Quirks and Serialized Solutions

I have been working on a few projects at VTTI that use Groovy/Grails and the GORM. Recently I ran into the need to store a map of lists in such a way that the user could edit it, but it would also persist between shutdowns of the application. If not, a ton of “response types” [...]