> > For instance, another idea I have is to dynamically create a bundle > per user contrib, and dynamically install / start them via OSGi. (the > user contrib would depend on CCW's bundle, as well as use the export: > directive to reference its own classpath on the filesystem). >
Yes this sounds like the way to go. Creating bundles on the fly has been done a few times. I know for example that the R_OSGi is doing this [2] Cheers, Wim PS When searching the web, I found an "inventor" who patented the dynamic bundle creation for OSGi [1]. So you may have to cough up some dough if you want to go into that direction. I'm willing to chip in ;) [1] http://www.google.com/patents/US8230389 [2] http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java?id=ad1ec7941c4cdacb806bd8bbbebeb05cd723c275
_______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev
