实现类似 Eclipse 的 OSGi 启动器

发布于 2024-08-08 12:31:16 字数 324 浏览 5 评论 0原文

我正在构建一个 OSGi 应用程序,需要创建一个类似 Eclipse 的 OSGi 应用程序启动器。

对于那些不知道的人来说,当 OSGi 应用程序通过 Eclipse 的 OSGi 框架运行时,Equinox 会启动并自动管理捆绑包的启动和停止顺序。从我迄今为止的经验来看,它的工作效率似乎非常高。

我希望类似的软件能够创建功能强大的可分发 OSGi 应用程序,该应用程序可以采用动态捆绑包组,并且无需重写任何代码,即可以正确的捆绑包顺序正确启动应用程序。

我很想知道 Eclipse 如何有效地实现这个结果以及我如何实现相同的结果。

谢谢你,

史蒂夫

I am building an OSGi application and need to create an Eclipse-like OSGi application launcher.

For those who do not know, when an OSGi application is run through Eclipse's OSGi framework, Equinox launches and automatically manages the order of bundles being started and stopped. From what I have experienced so far, it seems to be very efficient in what it does.

I want a similar piece of software to be able to create powerful distributable OSGi applications that can take a dynamic group of bundles, and without rewriting any code, start the application correctly and in the right bundle order.

I am curious to know how Eclipse achieves this result efficiently and how I can achieve the same result.

Thank you,

Steve

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

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

发布评论

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

评论(1

负佳期 2024-08-15 12:31:16

您有两个选择:
1) 使用pax runner
2)使用 Eclipse Bundle 作为启动器(我相信它是 org.eclipse.equinox.launcher)

编辑:
1*) 对于春分选项启动器,请参阅此链接段落配置和所有这些...顺便说一句,我错了,它不是启动器捆绑包,而是常见的更新捆绑包。
2*)Fox pax runner 示例请参见 此屏幕演员表

You have two options:
1) use pax runner
2) Use eclipse bundle witch serves as starter ( i believe it's org.eclipse.equinox.launcher)

Edit:
1*)For equinox options starter see this link paragraph Configurations and all that... BTW I've been wrong it's not launcher bundle it's common and update bundles.
2*)Fox pax runner example see this screen cast

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