Vincente Cobra wrote:
Hi everybody,

   I am looking for examples on how to deploy a Java Web Start application
using Felix framework. For now, I am using JPF(http://jpf.sourceforge.net).
JPF is a simple plugin framework. I don't have any problems with it but I
would like to use a standard architecture to deploy my plugins. This would
also be my first exposure to OSGI.

Is there a sample somewhere on how to deploy felix in a java web start
application?

People have played with this in the past, so I am pretty sure it can be done, but I don't think we have any samples for it. This would make a great document for the web page if someone could get around to it...we could add it to the FAQ.

   - Will I be able to start plugins hosted on the user machine using
   Java Web Start and Felix?

Should be possible. You just need a URL or an input stream to the plugins and you can install them.

   - Will felix be able to resolve all the plugins(embedded and hosted on
   the client side)?

Technically, yes, but Felix doesn't do this automatically. You would need to program your application to remove unwanted plugins.

   - Are there some parameters, configurations that I need to specify to
   avoid security manager issues?

Good question. Will your app have AllPermissions? If so, it will be easier, I imagine.

-> richard


Yves Zoundi
http://xpontus.sourceforge.net/


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

Reply via email to