-
1. Re: Is this related to AOP?
Shigeru Chiba Apr 24, 2003 5:41 AM (in response to Raja)Roughly to say, yes. Javassist allows you to
write an aspect in Java as AspectJ allows you
in an extended Java language.
Because of this difference, Javassist is suitable
for describing a complex crosscutting concern
and automatic aspect weaving. -
2. Re: Is this related to AOP?
Bill Burke Apr 24, 2003 10:15 AM (in response to Raja)JBoss AOP framework is built on top of Javassist.
http://www.jboss.org/index.html?module=html&op=userdisplay&id=developers/projects/jboss/aop -
3. Re: Is this related to AOP?
marc fleury Apr 28, 2003 5:35 PM (in response to Raja)yes that is precisely the whole point of bringing prof chiba on board, it is a core piece of our instrumentation and we want him right here with us.
If you are coming to JavaONE be sure to check out our talk JBossTWO where we will be talking about all this and much more -
4. Re: Is this related to AOP?
Jeff Grigg May 28, 2003 1:54 PM (in response to Raja)See "jAdvise", an Aspect Oriented Programming (AOP) framework built on top of javassist.
http://crazybob.org/downloads/