Grails
-
Groovy
Logging Hibernate SQL
There are two well-known ways to log Hibernate SQL in Grails; one is to add logSql = true in DataSource.groovy…
Read More » -
Groovy
Stuff I Learned from Grails Consulting
I don’t do much Grails consulting since I work for the Engineering group, and we have an excellent group of…
Read More » -
Groovy
Test Driven Traps, part 1
Have you ever been in a situation, where a simple change of code, broke a few hundred tests? Have you…
Read More » -
Groovy
Grails Custom AuthenticationProvider
In order to tighten up security in our new Grails app I went about implementing the Spring Security Plugin. Getting…
Read More » -
Enterprise Java
Grails Dynamic Dropdown
Recently I had a UI requirement where a customer wanted to select values from two separate dropdowns. The value of…
Read More » -
Enterprise Java
Using Servlet 3.0 Async Features in Grails 2.0
I was talking to someone last week about the new support for Servlet 3.0 async features in Grails 2 and…
Read More » -
Enterprise Java
Using Servlet 3.0 Async Features in Grails 2.0
I was talking to someone last week about the new support for Servlet 3.0 async features in Grails 2 and…
Read More »