>>>>> "Bob" == Bob Lee <[EMAIL PROTECTED]> writes:
Bob> Why does everyone think jAdvise is interface-based? It Bob> instruments the bytecode, and yes, it is very fast. :) I meant that aspects in jAdvise have to implement the org.crazybob.aop.Aspect interface and are advised by calling the invoke(Invocation) method of this interface. As opposed to JAC who allows to dynamically invokes a method of the aspect which just have to have a particular signature (the same as jAdvise's invoke(), but we renamed Invocation into Interaction). -- Laurent Martelli http://jac.aopsys.com/ [EMAIL PROTECTED] http://www.bearteam.org/~laurent/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
