I've read similar questions but I still don't have all the pieces together.
Is it possible (and if yes how) to start an Apache Felix based OSGi desktop application via Java Web Start?
My main concern is that you have to specify the bundles somewhere in JNLP file if you want to enable the update checks of Web Start (which is a requirement). But the only thing I see that could help is a jar resource. But this would just add jars to the classpath, not starting them as bundles.
Any ideas?