OSGi - How mature is this technology?

前端 未结 4 2130
离开以前
离开以前 2021-01-31 21:10

I have a requirement where I need to share some web resources (jsp, html, js, images, css etc.) across different

4条回答
  •  不要未来只要你来
    2021-01-31 22:09

    OSGi is used in Eclipse, GlassFish, ServiceMix (and others, too), which are mature software products. However, they are very specific in nature, and my personal opinion is, that OSGi is not quite suitable for the common type projects. As far as I know (someone correct me, if there is news in this area), if you want to use OSGi with web applications, you will need an OSGi bundled servlet container. Also, putting resources (html, js, images) in OSGi bundles can be troublesome.

提交回复
热议问题