Eclipse RCP 和 EMF 客户端平台 (ECP) 之间有什么区别?

What is the difference between Eclipse RCP and EMF Client Platform (ECP)?

我找不到任何关于 Eclipse RCP 和 EMF 客户端平台 (ECP) 之间区别的提示。有人可以解释一下区别吗?

提前致谢!

来自Eclipse EMF Client Platform web page

The EMF Client Platform is a framework for building EMF-based client applications. The goal is to provide reusable, adaptable and extensible UI components to develop applications based on a given EMF model. All components can be used stand-alone and be embedded into your own application.

Eclipse 富客户端平台允许您使用 Eclipse 的 GUI 组件构建通用 GUI。

Eclipse 建模框架 (EMF) 客户端平台允许您构建基于表单的业务 GUI 并为基于表单的业务 GUI 创建自定义 EMF 组件。

我已经创建了 RCP 应用程序。我没有使用过 EMF 客户端平台。