Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is this possible with AspectJ (or AOP in general)?



Holger Hoffstätte-2 wrote:
> 
> This is perfectly possible by exposing the rt.jar to the weaver and add
> the woven classes to the bootclasspath. Adding methods to
> java.lang.String? No problem, works fine. :)
> However it is mostly _impractical_, because of licensing restrictions and
> the need to control the VM startup otions. The first may not be a problem
> for much longer, but the second problem makes weaving JDK classes useless
> for libraries or anything based on service containers (OSGi, "J2EE"). It
> would be wicked cool if the OSGi-AOP integration would eventually allow
> this, maybe someone from the team can chime in?
> 

Hmm ... has the license in version 6 changed or why is that problem gone?
Do you have a link to instructions what I need to do to mess with the
rt.jar? ;)

-- 
View this message in context: http://www.nabble.com/Is-this-possible-with-AspectJ-%28or-AOP-in-general%29--tf3204488.html#a8917876
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top