Pages
Categories
Tags
Archives
Notice
Category Archives: Grails
Disable Ehcaches UpdateChecker in Grails application
This post describes how to disable Ehcaches annoying and suspiciously talkative UpdateChecker in a Grails 1.2.0 application using Ehcache 1.7.1 as its 2nd level cache provider. Continue reading
Generating UML class diagrams from Grails domain model
In this post I compare the existing Grails plugins to generate UML class diagrams. Continue reading
Using storeXPath() in your Grails Webtest
Today I had to figure out how to save some content from a site during a running Webtest so that I am able to restore all changed data afterwards. Luckily Webtest provides the step storeXPath() which does the job. But … Continue reading
