Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于这个问题,我了解 OSGI 解决的问题....
OSGi 解决了什么问题?
而且我已经确信 Guice 很棒,所以我很好奇这个被称为“peaberry”的 Guice 的 OSGI 集成应该做什么,它似乎无处不在,甚至在 Maven 3 演示中也是如此。
http://code.google.com/p/peaberry/
它基本上允许您通过将其绑定到您的 Guice 模块来提供和使用 OSGi 服务。您可以在 OSGi 中使用不带 Peaberry 的普通 Guice,但为此使用 Peaberry 要容易得多。
我自己更喜欢将 Peaberry 与它的激活扩展一起使用,这样我的包中就不需要任何 BundleActivator 代码。这与使用 Spring 动态模块非常相似,只是它都是 java 和类型安全的。
它扩展了 Guice 以允许注入 OSGi 服务。