« Return to Thread: Grails and Spring AOP

Re: Re: Grails and Spring AOP

by Peter Ledbrook-2 :: Rate this Message:

Reply to Author | View in Thread

> I still haven't solved this puzzle. Surely anyone has more experience with this
> than I do?

Hi,

I'm not sure anyone has tried with AOP 2. Internally, Grails uses the
old AOP 1 style quite extensively, but I'm not sure the newer style
works with Groovy classes, and in particular closures. With the
Profiler Plugin for example, I used different interception techniques
- basically a mix of AOP 1, meta-programming, and a special closure
wrapper.

That said, it's been quite a while since I last looked at Spring's AOP
support and I can't remember how the AOP 2 style works at all, sorry.

Peter

--
Software Engineer
G2One, Inc.
http://www.g2one.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Grails and Spring AOP