OSGI creating modular web application

前端 未结 4 1037
南方客
南方客 2021-02-01 10:25

I have been looking for a solution to create a modular web application, which is modular in the sense that user can provide its own plugin in form of a simple jar which will the

4条回答
  •  日久生厌
    2021-02-01 10:48

    ServletBridge is for embedding an OSGI contianer within a web container. The other option is to embed a web container (as a bundle) in an OSGI container. The following article has some details on how to achieve this.

    http://java.dzone.com/articles/osgi-and-embedded-jetty

提交回复
热议问题