Hi Asma, If you prefer to work in a more J2EE traditional way with Apache Wicket / Apache Kraf (running Apache Felix) + PAX WEB, you can have a look to my tutorial and tricks :
- http://cwiki.apache.org/CAMEL/tutorial-osgi-camel-part2.html - http://cmoulliard.blogspot.com/2009/04/power-of-apache-wicket-and-spring-osgi.html - http://cmoulliard.blogspot.com/2009/03/trick-to-customize-war-deployment-on.html The services exported as OSGI bundles (through Spring DM) are injected in Wicket application ! Remark : Instead of using Spring DM, you can use blueprint : http://gnodet.blogspot.com/2009/06/osgi-blueprint-services.html Regards, I Charles Moulliard Senior Enterprise Architect Apache Camel Committer ***************************** blog : http://cmoulliard.blogspot.com 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? > > Thanks in advance > > Asma > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

