All, We've started working on a better Restlet OSGi integration. We have the ability to dynamically register applications and resources in an OSGi server using and embedded web container like Jetty. With a little work, you should also be able to run the code embedded in a web container like Tomcat using the Equinox servletbridge. You can register your applications either by using an OSGi service (whiteboard pattern), or an Equinox extension point. Hot-plug is fully supported, so your bundles that register applications and resources may come and go during runtime, and the system will "do the right thing". The project is hosted at EclipseLabs at the link below. There are working unit tests (with launchers), and some example bundles. This is a work in progress, so your feedback is greatly appreciated.
http://code.google.com/a/eclipselabs.org/p/restlet-integration-with-equinox/ Bryan ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2686468

