On Oct 18, 2007, at 14:38 , Charles Abreu wrote:

I did read the article, but it was not clear about if bundles can be loaded from sources other than the filesystem. I plan to deploy my app as an applet and by Webstart too, but I don't know how to inform Felix to load my bundles
from the server, maybe from app classpath, and not from the client
filesystem.

If you just look at the API the OSGi specification has for loading bundles, you can see that bundles can be installed and updated based on InputStreams. That makes it trivial to load a bundle from just about anywhere, provided the security restrictions don't get in the way.

BTW, Eclipse Equinox has a launcher that can run the framework and bundles
via WebStart.

It might make sense for us (as a Felix community) to create a subproject or document with different launchers too. I'm quite sure many people have embedded Felix in applets, webstart applications, servlet containers, or even OSGi bundles.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to