On Mon, Sep 28, 2009 at 12:54 PM, chihi asma <[email protected]> wrote: > 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?
Hi, I did some research a few months ago on OSGi&Web Frameworks and reported my results at: http://www.osgilook.com/2009/06/19/web-frameworks-on-osgi-matrix/ The plain Servlet+JS solution would certainly work (the Apache Felix Web Console is a good example), but if you plan to use a web framework you may find some issues. Check my blog post for a more detailed list. -- Filippo Diotalevi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

