When should I use a platform like OSGI and when it must be avoided?

前端 未结 2 1503
暗喜
暗喜 2021-01-04 04:10

My question is pretty straightforward: What are the features of an application that force the developer to exploit OSGI-like system? What are the cases, when such a utility

2条回答
  •  我在风中等你
    2021-01-04 04:56

    Use OSGI if you want some of:

    • a very modular code structure (extreme case : each install has a different set of modules/plugins)
    • to start/stop/upgrade a module without stopping the rest of the application

提交回复
热议问题