grubbelWeblog of Jonas Bonér [jonas AT codehaus DOT org]Interception == AOP (finally true ;-)- January 6, 2005 One of the new features in the AspectWerkz 2 architecture is that it comes with a full-blown interception framework that allows per instance programmatic deployment with most of the AOP semantics preserved. You can make use of this using both the regular load-time weaving or the AW Proxy (that I blogged about here) In short you will get: Per instance programmatic deployment for before, around, after, after finally and after throwing advice types for call, execution, set and get pointcuts.http://blogs.codehaus.org/people/jboner/archives/000912_interception_aop_finally_true_.htm... |