我想推荐一本关于Eclipse富客户端平台(RCP)的书

时间:2022-05-29 11:43:32

I have read through several reviews on Amazon and some books seem outdated. I am currently using MyEclipse 6.5 which is using Eclipse 3.3. I'm interested in hearing from people that have experience learning RCP and what reference material they used to get started.

我在亚马逊上阅读了几篇评论,有些书似乎已经过时了。我目前正在使用Eclipse 3.3的MyEclipse 6.5。我有兴趣听取那些有学习RCP经验的人以及他们用来开始的参考资料。

6 个解决方案

#1


2  

I've been doing Eclipse RCP development for almost 2 years now. When I first started, I wanted a book for help and many people told me, with Eclipse you're better off using the Eclipsepedia and Google.

我已经做了近2年的Eclipse RCP开发。当我刚开始时,我想要一本帮助书,许多人告诉我,使用Eclipse,你最好使用Eclipsepedia和Google。

However, I started with "The Java Developer's Guide to Eclipse" by D'Anjou et al, and I still reference it when I need a better starting point or a good reference. It's probably a little outdated now, but is very thorough and really explains how the Eclipse framework works. Like just about anything, RCP isn't too hard to pick up if you've figured out how the framework supporting it works and you'll get a lot more mileage out of your code.

但是,我从D'Anjou等人的“Java开发者指南”开始,当我需要一个更好的起点或一个好的参考时,我仍然会参考它。它现在可能有点过时,但是非常彻底并且真正解释了Eclipse框架的工作原理。就像几乎任何事情一样,如果你已经弄清楚支持它的框架是如何工作的,并且你将从代码中获得更多的里程数,那么RCP并不难以接受。

#2


3  

I agree with Thomas Owens on "Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications" and would also add "Eclipse: Building Commercial-Quality Plug-ins" to the list of rather outdated but still somewhat useful books on Eclipse RCP. Even though the latter does not go much into the Rich Client Platform, it explains quite a lot about the Eclipse plug-in architecture that is useful knowledge for developers of RCP applications.

我同意Thomas Owens的“Eclipse富客户端平台:设计,编码和打包Java(TM)应用程序”,并且还将“Eclipse:构建商业质量插件”添加到相当过时但仍然有用的书籍列表中在Eclipse RCP上。即使后者没有深入到富客户端平台,但它解释了很多关于Eclipse插件架构的知识,这对于RCP应用程序的开发人员来说是有用的知识。

There has been a lot of improvements in the Eclipse RCP platform since the release of both of these books, so I really hope that there are new versions of these books coming out soon.

自从这两本书发布以来,Eclipse RCP平台已经有了很多改进,所以我真的希望很快就会出现这些书的新版本。

#3


1  

Although I don't have personal experience, a few friends of mine did Eclipse RCP development, and they used the book "Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications". They seemed to like it a lot, and I looked it at myself, and it seemed useful. If I was going to do RCP development on Eclipse, I would probably get this book.

虽然我没有个人经验,但是我的一些朋友做了Eclipse RCP开发,他们使用了“Eclipse富客户端平台:设计,编码和打包Java(TM)应用程序”这本书。他们似乎很喜欢它,我看着自己,看起来很有用。如果我打算在Eclipse上进行RCP开发,我可能会得到这本书。

To clarify - this book is geared toward Eclipse 3.1, and since I haven't done any RCP development of my own, I'm not sure how much things have changed.

澄清一下 - 这本书面向Eclipse 3.1,由于我没有自己做任何RCP开发,我不确定有多少东西发生了变化。

#4


1  

Recently published:

The third edition of "eclipse Plug-ins" by Eric Clayberg and Dan Rubel

Eric Clayberg和Dan Rubel的第三版“eclipse Plug-ins”

Practical Eclipse rich Client Platform Projects by Vladimir Silvar=1-1

Vladimir Silvar的实用Eclipse富客户端平台项目= 1-1

#5


1  

I find a lot of the books to be lacking in any sort of depth. At least not enough to justify their price. You can find plenty of tutorials online that cover what the books do and plenty more. They're usually less outdated than the books too.

我发现很多书都缺乏任何深度。至少还不足以证明他们的价格。你可以在网上找到大量的教程,涵盖书籍的内容和更多内容。它们通常也比书本更不过时。

I really like Lars Vogel's tutorials: http://www.vogella.com/eclipse.html

我非常喜欢Lars Vogel的教程:http://www.vogella.com/eclipse.html

They're short and easy to understand, with enough pictures and material to get you going. After you have a basic understanding, then google will suffice for the details of things.

它们简短易懂,有足够的图片和材料让你前进。在您有一个基本的了解之后,谷歌就足以了解事情的细节。

#6


0  

I read the book suggested by Thomas and it's really worth reading, although not very up-to-date.

我读过托马斯建议的这本书,虽然不是最新的,但它确实值得一读。

#1


2  

I've been doing Eclipse RCP development for almost 2 years now. When I first started, I wanted a book for help and many people told me, with Eclipse you're better off using the Eclipsepedia and Google.

我已经做了近2年的Eclipse RCP开发。当我刚开始时,我想要一本帮助书,许多人告诉我,使用Eclipse,你最好使用Eclipsepedia和Google。

However, I started with "The Java Developer's Guide to Eclipse" by D'Anjou et al, and I still reference it when I need a better starting point or a good reference. It's probably a little outdated now, but is very thorough and really explains how the Eclipse framework works. Like just about anything, RCP isn't too hard to pick up if you've figured out how the framework supporting it works and you'll get a lot more mileage out of your code.

但是,我从D'Anjou等人的“Java开发者指南”开始,当我需要一个更好的起点或一个好的参考时,我仍然会参考它。它现在可能有点过时,但是非常彻底并且真正解释了Eclipse框架的工作原理。就像几乎任何事情一样,如果你已经弄清楚支持它的框架是如何工作的,并且你将从代码中获得更多的里程数,那么RCP并不难以接受。

#2


3  

I agree with Thomas Owens on "Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications" and would also add "Eclipse: Building Commercial-Quality Plug-ins" to the list of rather outdated but still somewhat useful books on Eclipse RCP. Even though the latter does not go much into the Rich Client Platform, it explains quite a lot about the Eclipse plug-in architecture that is useful knowledge for developers of RCP applications.

我同意Thomas Owens的“Eclipse富客户端平台:设计,编码和打包Java(TM)应用程序”,并且还将“Eclipse:构建商业质量插件”添加到相当过时但仍然有用的书籍列表中在Eclipse RCP上。即使后者没有深入到富客户端平台,但它解释了很多关于Eclipse插件架构的知识,这对于RCP应用程序的开发人员来说是有用的知识。

There has been a lot of improvements in the Eclipse RCP platform since the release of both of these books, so I really hope that there are new versions of these books coming out soon.

自从这两本书发布以来,Eclipse RCP平台已经有了很多改进,所以我真的希望很快就会出现这些书的新版本。

#3


1  

Although I don't have personal experience, a few friends of mine did Eclipse RCP development, and they used the book "Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications". They seemed to like it a lot, and I looked it at myself, and it seemed useful. If I was going to do RCP development on Eclipse, I would probably get this book.

虽然我没有个人经验,但是我的一些朋友做了Eclipse RCP开发,他们使用了“Eclipse富客户端平台:设计,编码和打包Java(TM)应用程序”这本书。他们似乎很喜欢它,我看着自己,看起来很有用。如果我打算在Eclipse上进行RCP开发,我可能会得到这本书。

To clarify - this book is geared toward Eclipse 3.1, and since I haven't done any RCP development of my own, I'm not sure how much things have changed.

澄清一下 - 这本书面向Eclipse 3.1,由于我没有自己做任何RCP开发,我不确定有多少东西发生了变化。

#4


1  

Recently published:

The third edition of "eclipse Plug-ins" by Eric Clayberg and Dan Rubel

Eric Clayberg和Dan Rubel的第三版“eclipse Plug-ins”

Practical Eclipse rich Client Platform Projects by Vladimir Silvar=1-1

Vladimir Silvar的实用Eclipse富客户端平台项目= 1-1

#5


1  

I find a lot of the books to be lacking in any sort of depth. At least not enough to justify their price. You can find plenty of tutorials online that cover what the books do and plenty more. They're usually less outdated than the books too.

我发现很多书都缺乏任何深度。至少还不足以证明他们的价格。你可以在网上找到大量的教程,涵盖书籍的内容和更多内容。它们通常也比书本更不过时。

I really like Lars Vogel's tutorials: http://www.vogella.com/eclipse.html

我非常喜欢Lars Vogel的教程:http://www.vogella.com/eclipse.html

They're short and easy to understand, with enough pictures and material to get you going. After you have a basic understanding, then google will suffice for the details of things.

它们简短易懂,有足够的图片和材料让你前进。在您有一个基本的了解之后,谷歌就足以了解事情的细节。

#6


0  

I read the book suggested by Thomas and it's really worth reading, although not very up-to-date.

我读过托马斯建议的这本书,虽然不是最新的,但它确实值得一读。