Customer Reviews


15 Reviews
5 star:
 (9)
4 star:    (0)
3 star:
 (2)
2 star:
 (1)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


12 of 12 people found the following review helpful:
5.0 out of 5 stars Different is good
"Contributing to Eclipse" is a great read. More importantly, as someone who is in the middle of their first major Eclipse plugin development project, I learned a lot -- even though I've previously read every other available book on the topic. Gamma and Beck take you through the development of a fairly sophisticated plugin, step by step. Perhaps most welcome, the plugin...
Published on September 3, 2004 by Ernest Friedman-Hill

versus
26 of 29 people found the following review helpful:
1.0 out of 5 stars What I would expect if there was NO docs for eclipse
I don't like this book as a book on writing plugins for eclipse for the following reasons:

1) This book's 'exploratory' approach tries to show you how to search (the hack approach) through the installed plugins for excerpts that you can copy/paste/edit. It would have been more useful if the authors used a 'tutorial' approach that constrains the example to...
Published on November 5, 2004 by Manuel A. Ricart


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

26 of 29 people found the following review helpful:
1.0 out of 5 stars What I would expect if there was NO docs for eclipse, November 5, 2004
By 
Manuel A. Ricart "aricart" (Cottage Grove, MN United States) - See all my reviews
(REAL NAME)   
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
I don't like this book as a book on writing plugins for eclipse for the following reasons:

1) This book's 'exploratory' approach tries to show you how to search (the hack approach) through the installed plugins for excerpts that you can copy/paste/edit. It would have been more useful if the authors used a 'tutorial' approach that constrains the example to documented basics (many different examples that then integrate/or not).

2) As expected (and tiring if you have other book from these authors), JUnit integration is the example developed throughout the book. This may satisfy the need for some types of plugins (code oriented plugins), but leaves much to be desired if you want to develop other kinds of tools.

3) The samples are outdated in 3.0, and the main example won't work/run in 3.0 (even if you download their project source). If you try to follow along, you will quickly be disapointed once you run into that snag. I am sure that under 2.x it works great.

4) This book is useful as a way of seeing a small example built up. However, because of #3, this all becomes useless once the plugin doesn't 'work'.

As with most books that cook a long example as a way of teaching, rather than as a way to support other knowledge, much of the time is spent on explaining how to cook things for the example. For me this doesn't work, as I want something focused that instructs me, rather than a evolving code-walkthrough of a particular example. To me this is boring, and has no use after the initial read.

This book would be great if it was 1/2 as long, and focused on the patterns for the plugins instead, not presume to be an intro to plugin development.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 12 people found the following review helpful:
5.0 out of 5 stars Different is good, September 3, 2004
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
"Contributing to Eclipse" is a great read. More importantly, as someone who is in the middle of their first major Eclipse plugin development project, I learned a lot -- even though I've previously read every other available book on the topic. Gamma and Beck take you through the development of a fairly sophisticated plugin, step by step. Perhaps most welcome, the plugin they develop isn't a syntax-highlighting text editor (an example that's already been done to death,) but a set of tools for running JUnit tests on Java code!

This is the only book I've seen that discusses testing and Test-Driven Development of plugins, a must for serious plugin developers. As you'd expect from the developers of JUnit, they use JUnit to test every piece of functionality they add. Surprisingly, even though you'd expect some confusing in writing about using JUnit to test a JUnit plugin, there's none. Gamma and Beck are both excellent writers, and they know this subject matter inside out.

A word of warning: this is neither an introduction to nor a reference for Eclipse plugin programming. I don't think I would have gotten nearly as much from this book if I hadn't read "Eclipse in Action" and "The Java Programmer's Guide to Eclipse" first. But if you've gotten beyond the novice level with Eclipse, I guarantee you'll learn something by reading this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars Zen and the Art of Eclipse, July 30, 2004
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
Once you get past the interesting writing style, this is a pretty cool book written by two of the giants in the industry. This is a particularly good book, if you are interested in Eclipse plugin development and JUnit testing. The tutorial is pretty comprehensive and the book example evolves in a natural way. The only downside is that this book is targeted at Eclipse 2.1 rather than 3.0 (which is no wonder given that it predates 3.0 by more than six months). This doesn't really detract from the book because most of the examples are fairly generic and can be made to run in Eclipse 3.0 with minimal effort.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars Excellent tutorial and guide..., November 27, 2003
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
Review
As I move more into the world of Java and Websphere development, I'm spending more and more time in the Websphere Studio Application Developer (WSAD) IDE. This is built on the open source Eclipse framework and allows you great flexibility in extending the package to include tools that you write and incorporate into your workspace. But while it may be possible for you to write your own tools, you'll need to have a good resource to guide you through the process. This is the book to do that.

Erich Gamma is well known as one of the "Gang Of Four" who wrote the classic Design Patterns book. Kent Beck is the father of Extreme Programming. Given the pedigree of these two authors, you know that there will be plenty of proper programming techniques and concepts that underlie each chapter. They also stress that to properly build tools for Eclipse, you have to understand the platform and work with it. They spare no effort in making sure that understanding is present each step of the way.

The book works through a sample plug-in to help you run JUnit tests on your code. The style closely follows an Extreme Programming type development cycle. The basic functionality is built and tested, and then more comprehensive features are added. By the time you finish the book, you should be well on your way to understanding tool writing for both your own work or for possible product sale.

IBM has concentrated on the Eclipse platform for the development of a rich client that can run web applications. Because of the extensible nature of Eclipse, this could lead to multiple opportunities for add-on features that could easily be integrated into the new client. By using the concepts in this book, you can put yourself ahead of the curve as IBM moves forward in the Lotus area.

Conclusion
This is an excellent book if you are looking to build tools (for yourself or others) for either Eclipse or WSAD. Very readable and filled with essential knowledge you need for this type of development.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful:
5.0 out of 5 stars A great resource for anyone that wants to extend Eclipse, November 10, 2003
By 
tpruett "ntpruett" (Eagan, MN United States) - See all my reviews
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
Eclipse is the name of both an open source IDE and the extensible framework that it is built upon. A little experience of using Eclipse as an IDE, and a desire to extend the framework further are needed for this book. Before you know it, you'll be developing your first plug-in. Of course, it's a 'Hello World', but it introduces the concepts you need to go on to bigger and better things. The 'bigger and better' thing the book provides is a JUnit plug-in that performs automatic unit tests during builds. The authors don't just teach you how to build a plug-in, but how to build a plug-in that 'plays well with others' and allows for your plug-in to be extended in the future. Wrapping up the book are a collection of 'pattern stories' describing some of the design patterns used in Eclipse. The clear writing style and the flow of topics will help you get up to speed and writing plug-ins in no time. If you need further details on a topic ample references to the Eclipse documentation or other books that will help you on the subject are provided. All-in-all this book is a great resource for anyone that wants to extend the functionality of Eclipse.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 12 people found the following review helpful:
5.0 out of 5 stars The Big Picture of Eclipse, December 2, 2003
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
Two widely know and experienced software authors came together to produce this book. Their writing skill shows clearly in the clarity of the step-by-step pedagogy that they use. They define a "Contribution Circle" of different types of Eclipse usage, from User to Configurer to Extender to Publisher to Enabler and back to User. They suggest how each role can get code from its predecessor, add to it or extract ideas for a new code base, and then offer these new changes to its successor. In doing so, we see the emergence of a virtuous positive feedback loop, and the rise of an Eclipse community.

Granted, this may sound nice but vague. So Gamma and Beck proceed in the book to describe 4 such circles, in gradually increasing detail, that illustrate the concept. As is obligatory in a software text, they start with the demotic "Hello World". The coding is trivial. But even here, they show the various needed files and a look at the Eclipse framework. Plus, and this is good teaching style, most readers will gain some understanding immediately from this first example. Encourages you to delve further. (As opposed to a text that is totally over most readers' heads from the first chapter.)

The book gives the big picture of Eclipse, in explaining the various roles of users. As such, it is a good complement to other Eclipse texts, which tend to focus on specific Eclipse features or applications.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 10 people found the following review helpful:
2.0 out of 5 stars Feels like a first draft, February 17, 2004
By A Customer
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
Big name authors, but the book really doesn't deliver.

The authors take the approach of guiding the reader through 3 "circles" of eclipse development. This reasonable pedagogical approach is underminded by frequent errors and unexplained changes/additions to the code being developed.

Circles 0 and 1 take the reader through the canonical "Hello World" example followed by a more substantial example Test plugin. Circle 1 is particularly let down by various unexplained additions to the code being developed. Additionally, complex code approaches are adopted which hinder the explaination of the task at hand.

Throughout these circles, various interesting but unnecessary sidebars meander through justifications for why the Eclipse way is "Right"[tm]. These sidebars are poorly placed and delve far into the philosophy behind Eclipse. The content of these sidebars is interesting, however the diversions only serve to muddy the waters at a point where the reader is mostly interested in learning how to write a plugin. (As opposed to becoming a member of the Eclipse cult.)

Circle 2 continues with the development of the test plugin started in circle 1, expanding functionality and exposing the reader to further aspects of plugin development.

Finally, circle 3 takes a higher level look at appropriate patterns for plugin development. This is the place where the earlier philosophy and detailed information scattered in circles 0 and 1 would have best been presented. (That is after the reader has a grasp of the terminology and has got enough speed up for the information to be useful.)

Overall, the writing is reasonable but tends towards sloppy in places. In a sense the writing feels like it needs some quality time with a good editor.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Hands on tour through Eclipse 2!!! Plugin Development, January 20, 2005
By 
ws__ (Hamburg, Germany) - See all my reviews
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
This book takes you through a tour on plugin development. The main disadvantage of this book is that it is for Version 2 and not Version 3 of Eclipse. Yes you can somehow manage to translate and find your way around. Anyhow this is quite annoying not always successful and maybe one wants to learn more about the special advertised feature of Eclipse 3: rich client platforms. A topic inherently connected to plugin development. Please give us a new version of this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 24 people found the following review helpful:
1.0 out of 5 stars Ego Gratification, March 23, 2004
By A Customer
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
I'm sorry but this book seems to be more about gratifying the authors' egos than actually helping anyone contribute a development tool to eclipse. As a previous reviewer indicated there is a CULT feel to the whole business. Page 2 shows the pyramid of enlightenment. One can imagine Gamma and Beck sitting on the point. Of course there's money to be made in such cults and I suspect some of the "rave reviewers" are trying to cash in.

However, eclipse itself is not so bad and the on-line documentation (as opposed to this book) is actually useful. I particularly recommend the articles by John Arthorne.

I'm sorry about giving such a negative review but I think it's important to discourage this kind of "cultism."

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 8 people found the following review helpful:
5.0 out of 5 stars Excellent introduction to the Eclipse mindset, December 3, 2003
This review is from: Contributing to Eclipse: Principles, Patterns, and Plug-Ins (Paperback)
This is one of the best technical books I've read this year. I hope Kent Beck and Erich Gamma will team up for more books in the future, because they are excellent writers and teachers.

I bought this book because I wanted to start writing Eclipse plugins. While there's nothing wrong with that, having read the book I now realize there's SO much more subtlety in contributing to Eclipse than slapping together some code and calling it a plugin.

The book builds progressively more functionality into a single contribution, and I can't think of a better way for the book to be structured. I highly recommend working along in Eclipse, because it's very easy to pick up the rhythm of working with the various bits and pieces that add up to a contribution. Not only did I learn how these bits and pieces fit together, but I also developed an appreciation for just how well-architected the Eclipse framework is.

I enjoyed the book so much that I immediately started re-reading it after finishing it the first time.

Highly recommended!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Contributing to Eclipse: Principles, Patterns, and Plug-Ins
Contributing to Eclipse: Principles, Patterns, and Plug-Ins by Kent Beck (Paperback - October 30, 2003)
$44.99 $35.06
Usually ships in 1 to 3 weeks
Add to cart Add to wishlist