From: tieleboy <nu...@jb...> - 2005-04-30 15:58:43
|
Hello, I am currently preparing a presentation about Dynamic AOP with JBoss AOP. I am using a standalong application. Is it possible to add an interceptor or an advice by just adding a new class and new xml file to the classpath, or do I always need to use AspectManager.instance().addBinding(binding)? So my question is what possibilities I have to add a new interceptors to my standalone application at runtime? Tiele View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876026#3876026 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876026 |