Hi Asma, At trialox we've developed the open source jax-rs implementation triaxrs which runs on osgi and locates root resources as services.
Here's an intro on how it works: http://trialox.org/projects/org.trialox.triaxrs/documentation/tutorial_1.xhtml it can be downloaded here: http://repo.trialox.org/snapshot/org/trialox/org.trialox.triaxrs/0.9-SNAPSHOT/org.trialox.triaxrs-0.9-20090926.080124-4.jar triaxrs is based on wrhapi which is a simpler alternative to servlets: http://wrhapi.wymiwyg.org/ wrhapi and triaxrs run as described in the tutorial (link above) on a separate jetty instance or using the following bundle (instead of wrhapi-jetty) on the standard OSGI http service: http://wymiwyg.berlios.de/maven2/org/wymiwyg/wrhapi-osgi/0.1-SNAPSHOT/wrhapi-osgi-0.1-20090924.092105-1.jar do not hesitate to ask if you encounter any difficulties getting the stuff working. Cheers, reto chihi asma said the following on 09/28/2009 12:54 PM: > 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 > > > > > > -- Reto Bachmann-Gmür trialox.org Tel: +41445005015 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

