Knoplerfish does dynamic byte code patching of bundles: http://www.modumind.com/2009/06/03/making-osgi-easier/ (thanks OSGI planet).
Is there any way to implement byte code patching of bundles outside of the framework? Is the extender pattern useful here? Spring DM apparently does it - how is it achieved? I've read the spec over and over and can't work out if the bundle tracker api allows you to intercept calls to the bundle you are tracking - if you return something other than the Bundle from the addingBundle method - what does that do? Cheers Lindsay
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
