[jboss-user] [JBoss AOP] - Re: Aspect concept in JBoss AOP
kabir.khan@jboss.com
do-not-reply at jboss.com
Tue Jan 2 13:37:29 EST 2007
In 1.5.x, dynamic AOP is most easily possible with interceptors.
In 2.0 it will be possible with everything. However, having said that you might be able to do it with 1.5.x as well. Take a look at org.jboss.aop.advice.PerVmAdvice, it is used to generate interceptor classes from aspects (in 1.5.x interceptors are used internally)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997326#3997326
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997326
More information about the jboss-user
mailing list