docs for LTW for WebSphere


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3934 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Costin Leau 2011-02-01 10:18:06 +00:00
parent e1cd8ac5f1
commit 38a49f088e
1 changed files with 9 additions and 3 deletions

View File

@ -3553,6 +3553,12 @@ http://www.springframework.org/schema/context
<entry><para><classname>WebLogicLoadTimeWeaver</classname></para></entry> <entry><para><classname>WebLogicLoadTimeWeaver</classname></para></entry>
</row> </row>
<row>
<entry><para>Running in <ulink
url="http://www-01.ibm.com/software/webservers/appserv/was/">IBM WebSphere Application Server 7</ulink></para></entry>
<entry><para><classname>WebSphereLoadTimeWeaver</classname></para></entry>
</row>
<row> <row>
<entry><para>Running in <ulink <entry><para>Running in <ulink
url="http://www.oracle.com/technology/products/oc4j/index.html">Oracle's url="http://www.oracle.com/technology/products/oc4j/index.html">Oracle's
@ -3800,10 +3806,10 @@ TR: REVISED, PLS REVIEW. Chnaged the last one to *inside*--> is recommended
</section> </section>
<section id="aop-aj-ltw-environments-weblogic-oc4j-resin-glassfish-jboss"> <section id="aop-aj-ltw-environments-weblogic-oc4j-resin-glassfish-jboss">
<title>WebLogic, OC4J, Resin, GlassFish, JBoss</title> <title>WebLogic, WebSphere, OC4J, Resin, GlassFish, JBoss</title>
<para>Recent versions of BEA WebLogic (version 10 and above), Oracle <para>Recent versions of BEA WebLogic (version 10 and above), IBM WebSphere Application Server (version 7 and above),
Containers for Java EE (OC4J 10.1.3.1 and above), Resin (3.1 and above) and JBoss (5.x or above) Oracle Containers for Java EE (OC4J 10.1.3.1 and above), Resin (3.1 and above) and JBoss (5.x or above)
provide a ClassLoader that is capable of local instrumentation. provide a ClassLoader that is capable of local instrumentation.
Spring's native LTW leverages such ClassLoaders to enable AspectJ weaving. Spring's native LTW leverages such ClassLoaders to enable AspectJ weaving.
You can enable LTW by simply activating <literal>context:load-time-weaver</literal> You can enable LTW by simply activating <literal>context:load-time-weaver</literal>