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
基础教程推荐
- 在springboot中如何给mybatis加拦截器 2023-04-29
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- Maven:无效的目标版本:10 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- JPA惰性列表上的流 2022-01-01
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
