3 Replies Latest reply on Feb 5, 2004 1:37 AM by terkans

    Can aspects be compiled instead of dynamically loaded?

    terkans

       

      "terkans" wrote:
      "terkans" wrote:
      Would it be possible to statically compile jboss aspects into classes, instead of doing it dynamically during classloading?

      This would allow jboss aspects to be used as part of the build process, resulting in plain old class files that can be run by any normal JVM, without needing to fiddle with (system) classloaders.

      This could make jboss aop a viable technique for any piece of code, also in environments where for technical and/or political reasons it may be impossible to modify the system classloader.

      Regards,

      Maarten