Science Current Events | Science News | Brightsurf.com
 
Eclipse Plug-ins (3rd Edition)
View Larger Image

Eclipse Plug-ins (3rd Edition) | Paperback

by Eric Clayberg (Author), Dan Rubel (Author)

List Price: $59.99  
Price:  $48.58
You Save:  $11.41 (19%)
Available:  Usually ships in 24 hours

Binding:  Paperback
Publisher:  Addison-Wesley Professional
Edition:  3rd Edition
Page Count:  928 Pages
Publication Date:  December 21, 2008
Sales Rank:  88,482th


EDITORIAL REVIEWS


Product Description
Producing a commercial-quality plug-in means going above and beyond the minimal requirements needed to integrate with Eclipse. It means attending to all those details that contribute to the “fit and polish” of a commercial offering. This comprehensive guide covers the entire process of plug-in development, including all the extra steps needed to achieve the highest quality results.Building on two internationally best-selling previous editions, Eclipse Plug-ins, Third Edition, has been fully revised to reflect the powerful new capabilities of Eclipse 3.4. Leading Eclipse experts Eric Clayberg and Dan Rubel present detailed, practical coverage of every aspect of plug-in development, as well as specific, proven solutions for the challenges developers are most likely to encounter. All code examples, relevant API listings, diagrams, and screen captures have been thoroughly updated to reflect both the Eclipse 3.4 API and the latest Java syntax. In addition, Clayberg and Rubel have completely revamped their popular Favorites View case study, reworking much of its content and recreating its code from scratch. The authors carefully cover new functionality added to existing Eclipse features, such as views and editors, and fully explain brand-new features such as Commands, GEF, and PDE Build.This extensively revised edition Thoroughly covers Eclipse’s new preferencesIlluminates the powerful new Eclipse Command Framework, which replaces Eclipse’s older Action FrameworkPresents extensive new discussions of using commands with views and editorsIntroduces Mylyn, the new task-focused interface that reduces information overload and simplifies multi-taskingContains an all-new chapter on using the Graphical Editing Framework (GEF) to build dynamic, interactive graphical user interface elementsWalks you step by step through the entire PDE Build processShows how to create update sites with p2, which replaces Eclipse’s old Update Manager This book is designed for every experienced developer interested in extending the Eclipse platform, the Rational Software Development Platform, or any other platform that supports Eclipse plug-ins.


CUSTOMER REVIEWS (Average Customer Rating: 4.5 based on 38 reviews)

Eclipse Plug-ins by Eric Jain (Seattle, WA USA) 4 Stars
November 12, 2009
Despite its huge size, this book isn't able to cover all of the Eclipse API in detail. For example, there isn't proper coverage of form editors and undo support. There is an entire chapter devoted to GEF, but, like RCP, that seems like it needs to be a book of it's own in order to be useful. Btw I hope the RCP book in this series gets updated soon! No complaints about the quality of the writing. Unlike many technical books this size, the writing doesn't degrade into lists and tables copied from the API documentation. Didn't find any mistakes, but the book is bound to get outdated fast: The 3rd edition was written for Eclipse 3.4; the current version is now 3.5, and milestone builds are available for 3.6...

Any programmer seeking an advanced Eclipse 'bible' of detail must have this by Midwest Book Review (Oregon, WI USA) 5 Stars
November 15, 2008
Eclipse has become a dominant force in applications and its success rests largely on its generous plug-in applications which extend its abilities to developers. That's why the second updated edition Eclipse: Building Commercial-Quality Plug-Ins is key to any advanced programming collection specializing in Java or Eclipse: it's been revised to incorporate Eclipse 3.1 and 3.2 APIs, and offers both a quick introduction and a step-by-step reference for experienced Eclipse users to take the next advanced steps. Any programmer seeking an advanced Eclipse 'bible' of detail must have this.

Too many trees, too little forest by Thomas Maurer 3 Stars
June 16, 2008
I am writing Eclipse plug-ins for almost two years now and owned this book almost from the beginning. Looking back I must say that the book helped me get started and let me believe "it's possible". As probably many others I was a little intimidated at first by the vast possibilities of the framework. Now that I am much more experienced I must say that whenever I look into the book it leaves me a little bit disappointed. It only adds little value to the "Platform Plug-in Developer Guide" which is part of the online documentation and already covers a lot. The book goes into details and code very quickly without explaining the concepts very well. I still use the book every now and then for finding some nuggets not covered elsewhere and sometimes I get lucky but not too often. Shall you buy this book? If you are a beginner and if you like to learn by programming a sample plug-in then yes. The more proficient you get the more the book will lose its value and you will use other sources of information.

Fantastic book(and a few suggestions) by AA (Ashburn, VA) 5 Stars
April 22, 2008
If you're planning to write an eclipse plugin, this is THE book to read. The authors have done a fantastic job. Kudos. Now a few suggestions. The examples in the book can now be imported in the form of an eclipse plugin. This is great but the examples take a huge leap. For example, chapter 6 introduces you to the concept of views and shows you how to build a simple view with a table and a hard coded set of values. The example in chapter 7 is a huge leap in complexity. It would have been nice to have an example that shows you how to wire events to mouse clicks in the basic "One, Two, Three" view. Instead, the example in chapter 7 tries to do too much. As such, I can only give a limited time to reading the book and going through the examples. The jump in the complexity of the examples from chapter 6 to chapter 7 is like going from "hello world" to socket programming. Again, my review is based on the perspective of someone who is writing eclipse plugins as productivity tools for my project, not as commercial products that I plan to sell. I may not be the right audience for your fantastic book but I suspect there are a lot of people like me who want to write plugins as productivity tools. Since your book is THE best book on eclipse plugins, I'm sure they'll be referring to it too. Another thing: Part of the examples from chapter 7 don't seem to work. Specifically, the "add to favorites" button on the toolbar doesn't work because the selection object is of the type TextSelection and not IStructuredSelection. Maybe I'm doing something wrong. Update: After having actually written a decent eclipse plugin, I have a list of suggestions for people who're just getting started. 1. Eclipse Corner is a very good resource for tips on writing eclipse plugins. 2. If you can't figure out how something is done, try looking for code on google codesearch. For example, lang:java eclipse ASTRewrite 3. If you're using Ganymede, you can see how things are done in the eclipse source code. For example, if you want to see the code that implements the outline view, select the outline view and hit Alt-Shift-F1. This will bring up the plugin spy. It will have a link to the source code that implements the outline view. Of course, the real code for the outline view is buried in a deep hierarchy but you get the general idea.

Very helpful by Mule (Shelby Twp, MI United States) 4 Stars
February 09, 2008
This is a good guide for developing Eclipse plugins. Since most online documentation for Eclipse is garbage, this will get you up and running in much less time. It doesn't answer all questions but is a handy reference.

SIMILAR PRODUCTS


Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications

Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications
by Jeff McAffer (Author), Jean-Michel Lemieux (Author)

Eclipse, a platform for building applications, was originally aimed at Web application and image manipulation. With the release of Eclipse 3.0 there has been a shift to the use of Eclipse as a Rich Client Platform (RCP). In other words, using Eclipse as a base for everyday generic applications from media players to productivity and desktop applications. Thinking of Eclipse as not just an IDE but a platform for all application building is an evolution for the platform and significantly...

EMF: Eclipse Modeling Framework (2nd Edition)

EMF: Eclipse Modeling Framework (2nd Edition)
by Dave Steinberg (Author), Frank Budinsky (Author), Marcelo Paternostro (Author), Ed Merks (Author)

EMF: Eclipse Modeling Framework

 

Dave Steinberg

Frank Budinsky

Marcelo Paternostro

Ed Merks

 

Series Editors: Erich Gamma • Lee Nackman • John Wiegand

 

The Authoritative Guide to EMF Modeling and Code...

Practical Eclipse Rich Client Platform Projects (Practical Projects)

Practical Eclipse Rich Client Platform Projects (Practical Projects)
by Vladimir Silva (Author)

Eclipse and the Rich Client Platform (RCP) together form a leading development platform. It provides a lightweight software component framework based on plug–ins. In addition to allowing Eclipse to be extended using other programming languages, it provides the key to the seamless integration of tools with Eclipse. The RPC gives Eclipse its modularity: Eclipse employs plug–ins in order to provide all of its functionality on top of (and including) the RCP, in contrast to some other...

Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit

Eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit
by Richard C. Gronback (Author)

Achieve Breakthrough Productivity and Quality with MDD and Eclipse-Based DSLs

 

Domain-specific languages (DSLs) and model-driven development (MDD) offer software engineers powerful new ways to improve productivity, enhance quality, and insulate systems from rapid technological change. Now, there’s a pragmatic, start-to-finish guide to creating DSLs and using MDD techniques with the powerful open source Eclipse...

Contributing to Eclipse: Principles, Patterns, and Plug-Ins

Contributing to Eclipse: Principles, Patterns, and Plug-Ins
by Erich Gamma (Author), Kent Beck (Author)

This book encourages tool building by laying bare the design of an excellent tool platform, Eclipse, and encourages design by building a typical tool extending Eclipse. This tutorial on creating custom tools also provides an explanation of a highly effective software design philosophy. The authors revive the lost art of supporting existing work by building tools. This book improves the software developers skill set by building little tools, and gradually growing those tools into...

© 2009 BrightSurf.com