如何在 Ivy 中表示 OSGi 运行时配置?

发布于 2024-09-25 03:36:00 字数 183 浏览 5 评论 0 原文

与 POJO 世界相比,运行时类路径只是容器的有序列表,在 OSGi 中,运行时类路径本身的容器可以是容器的有序列表容器路径

这样的结构化运行时配置如何/应该在 ivy.xml 文件中表示?

有关术语,请参阅 OSGi 服务平台核心规范第 4 版的第 3.8 节。

In contrast to the POJO world where the runtime classpath is just an ordered list of containers, in OSGi, the containers from the runtime classpath itself can be ordered lists of container paths.

How can/should such a structured runtime configuration be represented in an ivy.xml file?

For terminology please see section 3.8 from OSGi Service Platform Core Specification release 4.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶ ̄淡然 2024-10-02 03:36:00

Ivy 是一个通用的依赖管理器。我不从事 OSGi 捆绑包的工作,但附加的链接可能会为您提供一些如何使用 ivy 构建和管理捆绑包的指导:

http://code.google.com/p/bushel/wiki/HowToUseIvyWithYourOsgiProject

Ivy is a generic dependency manager. I don't work on OSGi bundles but the attached link might give you some pointers how how bundles can be structured and managed using ivy:

http://code.google.com/p/bushel/wiki/HowToUseIvyWithYourOsgiProject

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文