The moment you start doing real work with Ajax you will find that multiple page elements have to be updated from a single action.
Continue reading ‘Updating multiple page elements with Grails, Ajax and jQuery’ »
The over analysing database said.
The moment you start doing real work with Ajax you will find that multiple page elements have to be updated from a single action.
Continue reading ‘Updating multiple page elements with Grails, Ajax and jQuery’ »
Out the box Grails provides two ways to display messages to the user.
JaspeReports is heralded as a great and powerful reporting engine, add to that iReport and a Grails Plugin and we’re all set to go. But beware the learning curve!
Continue reading ‘JasperReports and iReport – The Learning Curve’ »
As of Grails-1.2.2 we have a better way to specify JVM options just for Grails!
So now that headless option won’t prevent groovyConsole from starting, yay!
Note: this is for firing Grails up from the command line, not deployment.
Continue reading ‘GRAILS_OPTS a better way to specify JVM options’ »
Logging is a better way to debug and provide messages than slapping println statements around. Here is an example of a grails config for log4j. This will also place the log file in with the Tomcat logs when you deploy.