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? Here is my current deployment information : - The application starts and load the default plugins which are embedded in the application - Some plugins which are hosted in the user's machine are loaded later Here are my questions? - Will I be able to start plugins hosted on the user machine using Java Web Start and Felix? - Will felix be able to resolve all the plugins(embedded and hosted on the client side)? - Are there some parameters, configurations that I need to specify to avoid security manager issues? Yves Zoundi http://xpontus.sourceforge.net/

