OSGI runtime inside traditional Java EE server

前端 未结 1 1200
甜味超标
甜味超标 2021-02-13 14:44

I understand it should probably be other way round (OSGI runtime hosting Java EE servers), as it is apparently already possible with glassfish.

However, our clients have

1条回答
  •  终归单人心
    2021-02-13 15:11

    You might want to look at the bridge servlet solution from Equinox. They have a special servlet (bridge servlet) that spawns an OSGi runtime, adds an OSGi HTTP service, and proxies traffic to the HTTP service (and ultimately to your servlets that register themselves to the HTTP service).

    0 讨论(0)
提交回复
热议问题