To answer my own question: looks like this would be doable via the installBundle method from org.osgi.framework.BundleContext.
The Felix File Install is a good example of doing this by watching for new files in a directory. Anyone care to disagree? - Peace Dave On Mon, Oct 5, 2009 at 1:32 PM, Dave King <[email protected]> wrote: > Total new to OSGi but here's what I'm trying to do. > > We receive a connection request that specifies the protocol version. > > We don't have a driver for the request protocol version. > > We download the driver for the requested version from the requesting > client and start up a handler that version of the protocol. > > I understand that OSGi can handle multiple versions of the same class > hierarchy so that why we're looking at OSGi. > > As of version 4, I think it should be able to handle the dynamic side > of this as well. > > Any wag as to how hard this would be to do with iPOGO? Am I insane or > is there a tutorial that does that and I've missed it? > > We'd need to customize the dynamic deployment of code, but I have no > idea where to start looking for that. > > Any help appreciated. > > - Peace > Dave > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

