PDF Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books

By Jared Hunter on Thursday 2 May 2019

PDF Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books



Download As PDF : Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books

Download PDF Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books

"I had a question about how to use a new Eclipse 3.0 feature, job scheduling, so I thought I would try out this book. I immediately found the answer with a concise explanation. Cool!"

--Erich Gamma

Official Eclipse 3.0 FAQs is the convenient source for answers to your most crucial questions about writing Eclipse plug-ins. Whether you're creating simple extensions for personal use or commercial Eclipse-based applications, you'll find hundreds of concise solutions here--including many that aren't answered anywhere else.

John Arthorne and Chris Laffra have worked with Eclipse technology since the very beginning; both are active members of the Eclipse development community and frequently answer questions on Eclipse newsgroups and mailing lists. Here, they cover an extraordinary range of topics, from workspace management to documentation, SWT to JFace, JDT to natural language support. Many FAQs include code samples and references to other information, making the book an invaluable desk reference for anyone working with Eclipse.

Just a few of the 350+ questions answered here...

  • How do I upgrade Eclipse? Page 29
  • What is new in Eclipse 3.0? Page 34
  • How can I add my views and actions to an existing perspective? Page 187
  • How do I set up a Java project to share in a repository? Page 58
  • How do I declare my own extension point? Page 74
  • How do I display a Web page in SWT? Page 141
  • How do I support multiple natural languages in my plug-in messages? Page 253
  • How do I save settings for a dialog or wizard? Page 166
  • How do I provide syntax coloring in an editor? Page 269
  • How do I hook into global actions, such as Copy and Delete? Page 225
  • How do I create a Rich Client application? Page 241
  • What is the purpose of activities? Page 229
  • How do I create and examine an AST? Page 369




PDF Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books


"I was expecting just raw FAQs but what I got was thoughtful, well organized, and reminiscent of one of O'Rielly's Cookbook style books. Screenshots are kept to a minimum and used effectively. UML diagrams are used to explain object relationships. The code samples are kept reasonably small. And the content of the FAQs themselves cover relevant and important issues. For those looking to use Eclipse as a development platform, or extend Eclipse with plugins this book is definitely worth the look."

Product details

  • Paperback 432 pages
  • Publisher Addison-Wesley Professional; 1 edition (July 8, 2004)
  • Language English
  • ISBN-10 0321268385

Read Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books

Tags : Official Eclipse 3.0 FAQs [John Arthorne, Chris Laffra] on . <P> <p align= left > I had a question about how to use a new Eclipse 3.0 feature, job scheduling,John Arthorne, Chris Laffra,Official Eclipse 3.0 FAQs,Addison-Wesley Professional,0321268385,Programming Languages - Java,Computer software - Development,Computer software;Development.,Java (Computer program language),BUSINESS ECONOMICS / Taxation / General,COMPUTERS / Programming Languages / Java,Computer Books Languages,Computer software,Computers,Computers - General Information,Computers / Programming Languages / General,Development,Java variants,Programming Languages - General,Web programming,Java (Computer program languag

Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books Reviews :


Official Eclipse 30 FAQs John Arthorne Chris Laffra 0785342268386 Books Reviews


  • Seemed to explain things that were already self-explanitory given the JavaDoc.

    Still, a nice reference for future work. This book is currently toilet-side.
  • The name of this book is a little deceptive as this is really the official FAQs for Eclipse plug-in developers. The book is broken up into chapters with each chapter covering about 20 questions. The first three chapters seem a bit unnecessary as they cover a general overview of Eclipse. Most plug-in developers probably don't need the answers to those questions and most developers not trying their hand at plug-ins won't need the answers to the remaining 300 questions.

    Starting with chapter 4, the book covers many of the questions that plug-in developers will have. The main sections are broken up into a look at the basics of the Rich Client platform including JFace and SWT and specifics on the Eclipse IDE platform. Workbench, editors, perspectives, and views are covered in the general part. The next part goes into more specific details of the Workspace and Resources API and the Java Development Tool API, among other topics. The questions are arranged well so rather than a random collection of questions, each chapter is very readable. Supporting screen shots and source code are provided as needed. The questions selected cover many of the more confusing areas of plug-in development. The answers are well written and easy to follow.

    The book includes a CD that can be installed as an Eclipse plug-in so that the answers will always be nearby even when a co-worker borrows your copy of the book. Overall, this book is a valuable aid to have nearby while doing plug-in development.
  • For those Eclipse users amongst you, this recent book may be a useful extension of your physical library. The authors have assembled 361 FAQs under one cover. These pertain to the latest major stable release, 3.0. In the jargon of O'Reilly, a major competitor to this publisher, the book is the equivalent of one of their "100 Hacks" books on some computing topic. But here offering over 3 times more tips.

    The book is designed for random access. Each FAQ is titled with a question that the FAQ then answers. So the directory pages should suffice in guiding you to an answer, if it exists, of course. Each FAQ's explanation can be read in isolation of the others. Though one very nice feature is how they cross reference each other where appropriate. The old fashioned equivalent of hyperlinks, remember?

    The technical level is moderate. You are required to have the rudiments of Java. It is not the authors' remit to teach this to you. But if you have this background, the book should be intelligible.

    Of course, the entire book could be online. But some will prefer this hardcopy.
  • I've spent many hours both using Eclipse and dissecting its source code, so I wasn't sure what I'd learn, if anything, from this book. It didn't take long, however, before I found myself saying, "Really? Eclipse does that?" and racing to Eclipse to verify items this book teaches. And yes, everything I've tried from the book does indeed work.

    Time was, you could click your way through an IDE to discover its capabilities. After all, IDEs did little more than collect your source files together with a way to edit the files, build your program, and launch or debug your creation. Eclipse goes way beyond that, however, and you'll not likely tap all its power and capabilities by simply hunting and clicking. To leave Eclipse's abilities dormant would be a real shame, too, because Eclipse will honestly help you code much faster.

    Yes, you'll already know some of the things this book teaches. Your set of previously-known items won't match my set, however, and all the items in the book merit inclusion. Unless you already know everything there is to know about Eclipse, you will learn something new--something that elevates your usage of Eclipse.
  • I was expecting just raw FAQs but what I got was thoughtful, well organized, and reminiscent of one of O'Rielly's Cookbook style books. Screenshots are kept to a minimum and used effectively. UML diagrams are used to explain object relationships. The code samples are kept reasonably small. And the content of the FAQs themselves cover relevant and important issues. For those looking to use Eclipse as a development platform, or extend Eclipse with plugins this book is definitely worth the look.
  • This is a MUST-HAVE when you develop eclipse plugins. It answers most of your questions