Re: [osgi-dev] Can we have dynamic sevlets?

2018-02-21 Thread Nikhil Chilwant via osgi-dev
Solved it. I was uploading exported jar instead of the bundle which gets generated in /generated folder. Regarding approach, I found it working. I have blogged about my PoC here: https://exploringsoftwareworld.blogspot.in/2018/02/osgi-plugin-framework-using-http.html Hope it helps people in

Re: [osgi-dev] Can we have dynamic sevlets?

2018-02-13 Thread Henrik Niehaus via osgi-dev
Hi, I think the problem here is, that the export function in the bndrun files does not create an OSGi bundle, but a jar file, which contains the whole application. Just open that jar with an archive tool and have a look at the contents. The jar, which is created, already contains (or at least it

[osgi-dev] Can we have dynamic sevlets?

2018-02-13 Thread Nikhil Chilwant via osgi-dev
Hi, OSGi newbie here. This question is lengthy but I hope it helps people in future. I want to make a software which provides the feature to install/uninstall plugins. Think of something like Eclipse IDE plugins. The only difference is mine is web-app. I thought of implementing plugins as