[jboss-user] [JBoss AOP] - Re: AOP configuration in AS
flavia.rainone@jboss.com
do-not-reply at jboss.com
Tue Oct 28 19:57:58 EDT 2008
Hi!
Regarding the correct structure to deploy your aspects with servlets, there are a few options. Take a look at this tutorial:
http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/examples/injboss/aopInJbossPackaging.html
JBoss AS uses an unified class loader structure. This means that classes from a deployment unit are visible to other deployment units, unless you use a scoped deployment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185248#4185248
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185248
More information about the jboss-user
mailing list