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.
我有一个包含接口的 Spring bean,作为 OSGI 包的一部分。
我想在我的 Shindig 项目(WAR)中使用那个 bean。并注入它的实现。
为此,我尝试使用 Guice Spring 集成,但效果不佳。
在我的 Shindig 项目中使用带有 @Autowire spring 注释的 OSGI 捆绑包有哪些选择?
谢谢你,多伦
春天 dm。
这将需要一些额外的 Spring OSGi 配置来将 Spring bean 作为 OSGi 服务发布/使用,但您不必更改已经完成的任何操作。