Learning Eclipse RCP and SWT/JFace

。_饼干妹妹 提交于 2019-12-03 13:48:27

问题


I am new to to Eclipse RCP and SWT/JFace. I intend to purchase the Second Edition of the well known Eclipse Rich Client Platform book by Jeff McAffer, Jean-Michel Lemieux, Chris Aniszczyk. I wish to know from people who have read any of the editions of the book whether the book serves as a good introduction to both the topics (RCP and SWT/JFace)? Or would I need separate reading material for SWT/JFace?


回答1:


I read the first edition of the book in 2007 when I started a project with Eclipse RCP development.

It was a really useful introduction on how to build RCP applications and what concepts are used by Eclipse.

Two other books that I read later are good follow-ups when you finished that book:

  1. Eclipse plug-ins by Eric Clayberg & Dan Rubel
  2. Contributing to Eclipse: Principles, Patterns, and Plug-Ins by Erich Gamma & Kent Beck

Although the second one is a bit dated, the concepts explained are still the same in the heart of Eclipse.

Another thing I did to learn more Eclipse RCP/JFace/SWT was to look at the source code of two great open-source projects built on Eclipse:

  1. RSSOwl
  2. MP3M by Kai Tödter

MP3M is especially interesting since the author tries to keep it up to date with the changes that newer Eclipse versions bring to the platform.



来源:https://stackoverflow.com/questions/3528646/learning-eclipse-rcp-and-swt-jface

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!