OPI Blog
Learn from experts in their fields

Browsing Tags: aop

Nov 16, 2010
Grails Plumbing: Spring AOP Interceptors With Annotations
In my last post we covered how to use some of the Spring AOP Interceptors in our Grails project for things like simple trace logging and basic performance monitoring. One thing that I mentioned in ...
Oct 19, 2010
Grails Plumbing: Spring AOP Interceptors
On my most recent Grails project we where tasked to get execution times on some methods that were suspected of running a bit long. The quick and easy (but kind of crude) way to do ...