Tag: grails
All the articles with the tag "grails".
-
Airbrake Exception Logging in Your Grails Application
Airbrake has a Java library that can be used in your Grails application fairly easily. A couple of items that the library doesn’t do is make it …
-
Stupid Simple POST/GET With Groovy HTTPBuilder
I was frustrated as hell today finding examples on how to use HTTPBuilder to perform a simple POST and GET request in my Grails application. I now …
-
Grails Authentication With Shiro
Source code for the example project can be found at https://github.com/cavneb/grails-shiro-example. Shiro is a security framework that is meant to …
-
Grails Domain Classes and Enums
For a long time, I have been creating static int values to represent states in domain classes. For example, I would have something like the following …