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

Posted in Grails | Tagged , | 6 Comments

Generating UML class diagrams from Grails domain model

In this post I compare the existing Grails plugins to generate UML class diagrams. Continue reading

Posted in Grails | Tagged | 2 Comments

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

Posted in Grails, Testing, Webtest | Tagged , , | Leave a comment