Reputation: 187539
I'm looking for a good solution for managing static data in a Grails app, i.e. data in infrequently changing tables such as a list of countries.
My requirements are:
The lookups and ref code plugins both attempt to solve this problem. Does anyone have experience using these plugins, or are there other options?
Upvotes: 2
Views: 661
Reputation: 207
I wrote about the lookups plugin in the May issue of GroovyMag. (http://groovymag.com) It will handle requirements 1, 4 and 5. I don't think there's anything out there that would do all 5, but the other requirements shouldn't be very difficult to implement. Perhaps you could get the source to one of these existing plugins and extend it. Sounds like a fun project.
Dave
Upvotes: 2