2 Replies Latest reply on Feb 4, 2004 4:43 PM by bill.burke

    JBoss AOP and Tomcat 4.x integration?

       

      "Alf_" wrote:
      "Alf_" wrote:
      "Alf_" wrote:
      "Alf_" wrote:
      Hi guys,
      are there any attempts to integrate stanadlone JB4 AOP with Tomcat 4 webapps - I mean replace org.apache.catalina.loader.WebappClassLoader with org.jboss.aop.standalone.SystemClassLoader (of cause, subclassed)???

      Or may be there are JBoss 4 distro with Tomcat and AOP?


        • 1. Re: JBoss AOP and Tomcat 4.x integration?
          marc.fleury

           

          "marc fleury" wrote:
          Hi alf,

          yes that would be the first usage of AOP that I can tell. People doing Tomcat but wanting to enhance their objects with AOP would use it. I am going to work on Petstore AOP (as soon as I get a minute away from business busy work). I think one of the first things that would come out is this TomcatJBoss integration which you describe


          • 2. Re: JBoss AOP and Tomcat 4.x integration?
            bill.burke

            I have added a precompiler to HEAD. Look in testsuite/build.xml for of the ant target.

            Also, look at the target test-baseaop-unit.

            I will document before the next release.

            Bill