OSGi:蓝图与 Spring DM

标签 osgi blueprint-osgi spring-dm

我对 Blueprint 和 Spring DM 有点困惑:

据我认为的真实情况:

  • Spring DM 是 Spring Source 定义的框架
  • Blueprint 是 OSGi 联盟定义的框架
  • Blueprint 从 Spring DM 中“汲取”了许多想法

没有?

我们能否期望这两个框架在未来合而为一(合并)?如果不是,哪一个最适合 future ?

最佳答案

OSGi 4.2 introduces the Blueprint Service specification based on Spring Dynamic Modules project for which Spring DM (2.x) is the Reference Implementation (RI).

简而言之:Blueprint是一种规范,Spring DM是Blueprint API的实现

关于OSGi:蓝图与 Spring DM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10008786/

相关文章:

java - IPojo - @Reference 不注入(inject)服务

spring - 如何在 Spring DM 中获得 BundleContext?

java - 将外部库集成到 OSGI 中

osgi - 有没有办法从不同的 CQ 实例导入/导出任务?

cxf - 如何分享cxf :bus over multiple osgi bundles on karaf?

java - 带蓝图的 Camel 代理

java - 在每个类使用的 OSGi Karaf 和 Blueprint 中重新加载 .cfg 文件的内容

java - Spring-DM OSGI 服务和 @Autowired 的问题

osgi - "Import-Bundle"和 "Require-Bundle"有什么区别?

java - OSGi 解决了什么问题?