Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to weave proxy classes?




Guofeng,

You'll need to use load-time weaving. We have a JVMTI agent that works with
Java 5. See http://www.eclipse.org/aspectj/doc/next/adk15notebook/ltw.html.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/

"Guofeng Zhang" <guofeng@xxxxxxxxxxxxx>@eclipse.org on 08/08/2005 09:24:59

Please respond to aspectj-users@xxxxxxxxxxx

Sent by:    aspectj-users-bounces@xxxxxxxxxxx


To:    <aspectj-users@xxxxxxxxxxx>
cc:
Subject:    [aspectj-users] How to weave proxy classes?


A dynamic proxy class is created in my code by java.lang.reflect.Proxt. Now
some reason I want to weave it.

Can Aspect 5 support to weave the proxy class?

Thanks

Guofeng
 _______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top