Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspectj discussion

Sean R. Drucker wrote:
I would like to learn about "Weaving different advices for the same class at
different times without stopping the JVM" as well.  If you find some source,
please post it back this list.

JAC (http://jac.aopsys.com) is a framework for AOP in Java. Aspects can weaved/unweaved dynamically (ie without stopping the VM.
Other framework/toolkits exists (PROSE, JMangler, ...).

Lionel.

Thanks... Sean

----- Original Message ----- From: "Mohan Radhakrishnan" <mradhakrishnan@xxxxxxxxxxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Tuesday, May 06, 2003 7:48 AM
Subject: [aspectj-users] Aspectj discussion



Hi,

I am a newbie. Is this a very low volume list? I am interested in using
aspects. Have read some of the code of the nanning project since it is a
framework using dynamic proxies etc.

     Is there a more popular forum somewhere? I don't receive many mails.

The idea is to learn about
1. Reusable aspects.
2. Weaving diffent advices for the same class at different times withou t
stopping the JVM.
3. Aspect patterns

Mohan

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




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



--
Lionel Seinturier
Univ. Paris 6 - Lab. LIP6 - Theme SRC
http://www-src.lip6.fr/~Lionel.Seinturier



Back to the top