Grails Articles
- How to get Grails to use a reserved word with Microsoft SQL You can use a custom database mapping from reserved to [reserved].
- Java/Groovy Overloading and Null Parameters When you overload a Java method to accept different types of parameters, it can’t always determine which to call when one of the inputs is null. Here’s a hacky workaround.