有没有什么明智的方法可以让 OSGI 与 WebLogic10/11 一起工作?
我现在正在寻找一种方法来做到这一点。在 Oracle 的路线图中,他们将使 GlassFish 和 Weblogic 更加紧密地结合在一起(OSGI 将在 2012 年左右出现)。但现在呢?
问这个问题是因为WebLogic是公司的默认标准,而不是因为我是它的粉丝。
I'm looking for a way to do it now. On the Oracle's road map they will be bring GlassFish and Weblogic closer together (OSGI will be there in 2012-ish). But what about now?
Asking this, cause WebLogic is default standard for the company, not because I'm a fan of it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不将 OSGi 框架嵌入到您的 WAR 中? Eclipse Equinox 甚至在其 wiki 上提供了一些关于如何实现这一目标的示例。
Why not embed the OSGi framework within your WAR? Eclipse Equinox has even some examples on its wiki on how to achieve that.
如果这个问题仍然相关。请查看我几个月前提出的这个问题:WebLogic 和 OSGi。我也更新了问题。从版本 12.1.2 开始,Weblogic 开箱即用地支持 OSGi。
If this question is still relevant. Please have a look to this question I've raised several months ago: WebLogic and OSGi. I also updated the question. Since version 12.1.2, Weblogic supports OSGi out of the box.