项目 >> OSGi >> Spring-OSGi

Spring-OSGi

Spring-OSGiframework. A Spring application written in this way provides better separation of modules, the ability to dynamically add, remove, and update modules in a running system, the ability to deploy multiple versions of a module simultaneously (and have clients automatically bind to the appropriate one), and a dynamic service model.

Homepage: http://www.springframework.org/osgi

Loading...

OSGi与Spring的整合 - 如虎添翼

     OSGi的强大还在于它的声明式服务(DS - Declarative Services),乍一看,和Spring的依赖注入(DI - Dependency Injection)很相像,于是不免会想到OSGi是否会对Spring产生巨大的冲击呢?其实这种担心完全没有必要,相反二者的结合反而会让OSGi如虎添翼,强者更强。        Spring组织早在2006年已经开始了...

OSGi与Spring的整合 - 发现之旅

      对于我这个文字水平不佳的人来说,能坐下来写博而不是下棋,应该算是一种不容易的选择。权当平时学习的笔记。         前不久学习JPF(Java Plugin Framework)时,发现其功能实现不是太理想而且在和Spring整合时有不少问题要解决,无意中搜索到OSGi( Open Services Gateway Initiative)...