Zdeněk Louženský wrote:
please could somebody help me? Is it possible to start and use felix osgi framework in java applet?
I would think that this should only be complicated by the security policy you are running under. Assuming that the applet has all permissions, then it should be pretty straight forward. You just need to create an instance of Felix. There is some unfinished documentation on how to launch and embed Felix here:
http://cwiki.apache.org/FELIX/launching-and-embedding-felix.html This should give you some idea of how to create a Felix instance. -> richard