0 Replies Latest reply on Apr 30, 2005 11:58 AM by tieleboy

    Dynamic AOP

    tieleboy

      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