Equinox 和 OSGI 捆绑包

发布于 2024-12-14 04:06:03 字数 205 浏览 0 评论 0原文

我试图通过查看其底层捆绑包来了解 Equinox 的工作原理。

有人可以一般性地解释(或指出一个很好的资源来理解)org.eclipse.osgi 和 org.eclipse.equinox 系列捆绑包之间的关系/区别吗?据我了解,org.eclipse.osgi 包含基本的 OSGI 运行时实现,org.eclipse.equinox 实现附加服务。

I am trying to understand how Equinox works by looking through its underlying bundles.

Can someone explain in general terms (or point out a good resource to understand) the relationship/difference between the org.eclipse.osgi and org.eclipse.equinox series of bundles? From what I understand org.eclipse.osgi contains the base OSGI runtime implementation and org.eclipse.equinox implements additional services.

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

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

发布评论

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

评论(1

虫児飞 2024-12-21 04:06:03

事实上,情况恰恰相反。 org.eclipse.osgi 包管理内部并实现一些服务(但不是全部,请参阅此处的列表:http://www.eclipse.org/equinox/bundles/)。 org.eclipse.equinox 包代表整个框架,负责管理包,并且具有最低的启动级别。

Actually, it's the other way around. The package org.eclipse.osgi manages internals and imlements some services (but not all, see the list here: http://www.eclipse.org/equinox/bundles/). The org.eclipse.equinox bundle represents the whole framework and is responsible for managing the bundles and has the lowest start level.

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