SWT / JFace还是Eclipse RCP? [英] SWT/JFace or Eclipse RCP?

查看:109
本文介绍了SWT / JFace还是Eclipse RCP?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么选择Eclipse Rich Client Platform作为我的应用程序的基础,而不是仅仅使用SWT / JFace的原因是什么?

Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just using SWT/JFace?

推荐答案

Eclipse RCP不仅是GUI(SWT / JFace),而且是 基于OSGi 的平台。

Eclipse RCP is not just a GUI (SWT/JFace), but an OSGi-based platform.

因此,您将选择RCP框架以便:

So, you would choose the RCP framework in order to:


  • 具有更好地定义您的不同模块

  • 管理它们的生命周期和版本兼容性

  • isolate 类加载器问题

  • have a better definition of your different modules
  • manage their lifecycles, and versions compatibility
  • isolate classloader issues.

如果您的应用程序只是一个整体式GUI字体结尾,则RCP可能有点过大。

If your application is just one monolithic GUI font-end, RCP might be a bit overkill.

这篇关于SWT / JFace还是Eclipse RCP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆