Re: osgi-ification progress

2009-09-01 Thread Rick McGuire
David Jencks wrote: I've been working on my sandbox framework copy on converting to use osgi, and I've made some progress. My basic strategy has been to replace plugin classloader usage with Bundle (and BundleContext) use. This looks like it will work out ok. Most of the code compiles and

osgi-ification progress

2009-08-28 Thread David Jencks
I've been working on my sandbox framework copy on converting to use osgi, and I've made some progress. My basic strategy has been to replace plugin classloader usage with Bundle (and BundleContext) use. This looks like it will work out ok. Most of the code compiles and unit tests pass and