Starting working with Eclipse RCP(开始使用 Eclipse RCP)
问题描述
我将很快开始为我现在的雇主维护一个 Eclipse RCP 应用程序.
您对这个平台有什么体验?有什么优点,有什么缺点,有什么需要注意的地方?
另外,您可以推荐哪些阅读材料(书籍、教程)?我在网上找到的大部分教程都已经过时了,有没有更好的更新的?
我开始阅读
I'm going to start maintaining an Eclipse RCP application for my current employer soon.
What are your experiences with this platform? What are the pros, what are the cons, what are the caveats that I should be aware of?
Also, what reading materials (books, tutorials) can you recommend? Most of the tutorials I found on the web are outdated, are there any good ones that are more up to date?
I started reading
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications
but since it's also out of date, I got stuck pretty much in the beginning, and the book actually seems to be more like a collection of recipes to do something than a genuine book on the subject (it doesn't explain the core concepts very well).
So, what can you tell me about the good sides and bad sides of developing an app with Eclipse RCP, and what are your reading recommendations?
- Eclipse Rich Client Platform (RCP) with Eclipse Ganymede (3.4) - Tutorial
- JFace examples
- Make your Eclipse applications richer with view linking
- RCP FAQ
- Java Developer's Guide To Eclipse
Eclipse RCP isn't as easy as people put it is. It's essentially writing an Eclipse plug-in and you have to learn a whole new JFace/Eclipse way of doing things.
这篇关于开始使用 Eclipse RCP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:开始使用 Eclipse RCP
基础教程推荐
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 降序排序:Java Map 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01