Search Results

1
vote

What’s the best way to get started with OSGI?

There are a couple of thinks to keep in mind if you are starting with OSGi. As mentioned elsewhere in this thread, knowing about classloading is really important. In my experience everybody …
0
votes

How can I manage OSGi build dependencies?

Can you please elaborate where the problem occurs? You mention OSGi bundle dependencies. Is this during runtime? Or during compile-time? In the first case you should consider Declarative Services ( …
0
votes

Which Rich Client Platform to use

Of course it all depends on the kind of applications and services you want to provide, and the target environment. But I can also recommend OSGi as a development and deployment platform. The underl …
0
votes

Including additional resources with OSGi bundles

Your solution works, of course. But you have to be careful to also stop and remove any resource that you extracted and started during the installation. This might especially difficult to track in c …