Integrating Equinox OSGi into Apache Tomcat web app
问题 Is it possible to introduce osgi-equinox into existing java Apache Tomcat project? From my understanding OSGI must run inside some kind of "container". How would I integrate it? I am also using Jersey for RESTful resources. 回答1: You may want to look at this question: OSGI runtime inside traditional Java EE server. In this bridge model, a special servlet is installed and Tomcat invokes this servlet to handle the request. An OSGi runtime is spawned from within this servlet, but the OSGi runtime