chihi asma schrieb: > Hi, > > I have to implement on OSGi a web interface with which I want to interact > with other bundles > (execute methods, retrieve variables..). > Can anyone tell me what's the the best technology (servlets, javascript..) I > should use to achieve this? > > Thanks in advance > > Asma > > > > >
Good question, I'm working on a webinterface, too. My approach is to use the osgi http service with a servlet. The servlet has a reference to the bundle context, so that you can interact with the osgi framework. This works for me, but maybe there are other approaches. Especially working with webframeworks is not so easy, if you want to use the http service. Cheers Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

