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
基础教程推荐
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
