[jboss-user] [JBoss AOP] - Re: dynamic AOP whith EJB ?

2008-02-27 Thread belabed
Thanks for your response; I want to use dynamic AOP to realize a run-time 
adaptability of applicationsbased components, dynamic AOP is used to implement 
a redirection mechanism that allow a replacement  of component, this mechanism 
is implemented in connectors level ( between two components). thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132528#4132528

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132528
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: dynamic AOP whith EJB ?

2008-02-19 Thread [EMAIL PROTECTED]
hi, some more information of what you want to do would be appreciated. but a 
rule of thumb is that you cant use aop on ejbclasses since these are not the 
"same" classes you write and deploy in the appserver. the appserver adds a lot 
of "magic" to your ejbbeans when they are deployed.
will the interceptor mechanism in the ejb3 spec fulfill your needs?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130290#4130290

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130290
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user