Charts for GWT and JavaScript
The best way to get a project done faster is to start sooner.
Enabling Tomcat NIO Connector with Grails 2.0
At dozens of different sources it says that you need to put rails.tomcat.nio=true into your Config.groovy file – apparently that’s not true, at least it wasn’t working for me.
MongoDB: can only have 1 index plugin / bad index key pattern
I got this exception while working with MongoDB and the MongoDB Java driver I got this exception, caused by a simple type mismatch.
Using Grails without a database
This posting describes the step necessary to change your Grails project if you’re using Grails for frontend only, without direct database access.