I'm developing an application with several bundles.  Some of them use the http 
service as the api for the outside world.
I haven't found a good pattern for integrating Servlets with the rest of the 
OSGi framework.  After a request is received, I want to invoke OSGi services, 
etc.  I have experimented with singletons or initializing the Servlet with 
objects that "bridge" the Servlet to the services.

Is there something better?  Am I missing something obvious?

Thanks.

Steve Pruitt

_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to