协作建模编辑器插件

发布于 2024-12-21 09:22:20 字数 124 浏览 2 评论 0原文

我需要开发一个 Eclipse 插件来开发协作建模编辑器。我只有基本的日食知识。如何在 Eclipse 中开发协作编辑器? 我可以使用 ECF 来执行此操作吗?

如果是这样,有人请给我一个提示,如何开始开发协作编辑器?

I need to develop an eclipse plugin for developing Collaborative Modeling Editor. I have only basic eclipse knowledge. How can I develop collaborative editors in Eclipse?
Can I use ECF for doing this?

If so, Anyone please give me a hint, how to start with developing Collaborive editor?

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

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

发布评论

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

评论(1

美男兮 2024-12-28 09:22:20

如果您想创建协作图编辑器,可以使用 CDO 项目,它为 EMF 模型提供协作后端。它可以为你处理持久性、冲突和沟通。 CDO是Eclipse基金会EMF类别下的官方项目。您可以在此处找到有关 CDO 的更多信息。 CDO 有一个名为 Dawn 的子项目,旨在为那些想要为 EMF 模型构建协作工具的人创建一个通用框架。它是一个可以为您处理 CDO 的大部分工作的框架。您绝对应该看看它

您可以通过他们的演示文稿找到有关 Dawn 和 CDO 的更多信息。

免责声明:我是 Eclipse 基金会基于 EMF 的项目的领导者。

If you want to create a collaborative diagram editor, you can use the CDO project that provides a collaborative back-end for EMF models. It can handle persistency, conflicts and communication for you. CDO is an official project of the Eclipse Foundation under the EMF category. You can find more about CDO here. There is a sub-project of CDO called Dawn that aims at creating a common framework for those who want to build a collaborative tooling for EMF models. It is a framework that can handle most of the work with CDO for you. You should definitively look at it.

You can find more about Dawn and CDO with their presentations.

Disclaimer: I am the leader of an EMF based project of the Eclipse Foundation.

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