I think I follow you. Thanks for the clarification. Would you mind posting a small example?

Thanks,
Bob

On Sunday, January 12, 2003, at 05:30 PM, Laurent Martelli wrote:

"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]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to