John Todd wrote:What about Grails memory consumption? Should I worry about it?
You should worry about it in the context of any
Java based application. Grails adds some slight overhead to everything because of Groovy but once it is running, it is really just Spring and Hibernate. That said, I know nothing about the application you need to build so it is really impossible to say something like "grails will work for you". All I can say is in the last 2 years I've had no reason to use anything else for all our clients. Grails provides so much convenience and fun that any issues that arise are just challenging annoyances to work around.