Eclipse Rich Client Platform (2nd Edition) and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications (Eclipse (Addison-Wesley))
 
 
Start reading Eclipse Rich Client Platform (2nd Edition) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications (Eclipse (Addison-Wesley)) [Paperback]

Jeff McAffer , Jean-Michel Lemieux
3.2 out of 5 stars  See all reviews (4 customer reviews)
Price: £36.08 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock but may require up to 2 additional days to deliver.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon.

Formats

Amazon Price New from Used from
Kindle Edition £21.04  
Paperback £31.44  
Paperback, 11 Oct 2005 £36.08  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.
There is a newer edition of this item:
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications (Eclipse (Addison-Wesley)) Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications (Eclipse (Addison-Wesley)) 3.2 out of 5 stars (4)
£31.44
In stock.

Frequently Bought Together

Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications (Eclipse (Addison-Wesley)) + Eclipse Plug-ins: Building Commercial-Quality Plug-ins (Eclipse (Addison-Wesley)) + OSGi and Equinox: Creating Highly Modular Java Systems
Price For All Three: £102.06

Some of these items are dispatched sooner than the others. Show details

Buy the selected items together


Product details

  • Paperback: 552 pages
  • Publisher: Addison Wesley; 1 edition (11 Oct 2005)
  • Language English
  • ISBN-10: 0321334612
  • ISBN-13: 978-0321334619
  • Product Dimensions: 23.4 x 17.9 x 2.7 cm
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 173,413 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Jeff McAffer
Discover books, learn about writers, and more.

Visit Amazon's Jeff McAffer Page

Product Description

Product Description

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 extends its reach to developers. In this book the

designers of Eclipse as an RCP introduces the reader to the RCP concept and

walks them through a set of scenarios and examples using Eclipse to solve real

world, application problems. This will appeal to all developers who want to

develop and deploy world-class applications with rich, native GUIs.

Development areas that are already using Eclipse RCP include bio-medical,

embedded technology (handhelds, etc), enterprise and productivity applications

and banking.

From the Back Cover

Build Powerful, Cross-Platform Rich Client Applications

Eclipse is more than a state-of-the-art IDE: its Rich Client Platform (RCP) plug-ins form an outstanding foundation for any desktop application, from chat applications to enterprise software front-ends. In Eclipse Rich Client Platform, two leaders of the Eclipse RCP project show exactly how to leverage Eclipse for rapid, efficient, cross-platform desktop development.

In addition to explaining the power of Eclipse as a desktop application development platform, the authors walk step-by-step through developing a fully featured, branded RCP application. They introduce a wide range of techniques, including developing pluggable and dynamically extensible systems, using third-party code libraries, and packaging applications for diverse environments. You'll build, refine, and refactor a complete prototype; customize the user interface; add Help and Update features; and build, brand, and ship the finished software.

  • For every Java developer, regardless of previous Eclipse experience

  • Thoroughly covers Eclipse 3.1's new RCP features and its extensive new tools for designing, coding, and packaging RCP applications

  • Presents techniques for branding and customizing the look and feel of RCP applications

  • Shows how to overcome the challenges and "rough edges" of RCP development

  • Discusses the similarities and differences between RCP and conventional plug-in development

  • Includes an overview of OSGi, the base execution framework for Eclipse

If you want to develop and deploy world-class Java applications with rich, native GUIs, and use Eclipse RCP—get this book.

CD-ROM contains the Eclipse 3.1 SDK, Eclipse 3.1 RCP SDK, and Eclipse 3.1 RCP Delta Pack appropriate for Windows, Linux, and Mac OS X. It also contains all the code samples developed in the book.


© Copyright Pearson Education. All rights reserved.


Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(10)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
3 of 3 people found the following review helpful
Format:Paperback
I've found that there are too many issues with the example projects to make good progress on following this book. While they're often trivial issues like an extra property that needs to be checked in a dialogue somewhere, it's not really possible for someone who's a neophyte at rich client platform development to discover these fixes for themselves. I've spent a lot of time posting questions to the book's forum and waiting for responses. While the forum itself is useful and the authors or other readers willing to help, it means that by the time I get the answer to the problem I had I've forgotten the details of the section I was working through (and therefore haven't really got the experience I was hoping for from the book). One of the more egregious examples is Chapter 10 (which is where I gave up following through the book), where the walkthrough tells you to delete a bunch of classes then "fix the compilation errors". There was no obvious way to do this, and comparison with the example code downloaded from the website (which was incomplete) showed that the changes required were much larger than could be intuited by trying to make errors disappear.

It's a shame really, because the book's scope is exactly what I wanted and the writing is good. But without being able to follow along with the examples I can't really make good progress on learning the code, which means it failed to meet my expectations.
Comment | 
Was this review helpful to you?
17 of 21 people found the following review helpful
Format:Paperback
Previously this was The book for getting up to speed with developing RCP applications using Eclipse. Sadly the book is written for Eclipse 3.1 while the latest version, and the one you're most likely to have, is 3.2. Much of the code is contrary to the use of generics in Java while the processes it describes are not compatible with the latest version of the IDE. The authors have provided 3.2 compatible example code on the book's website but using this negates the purpose of the book as a aid for learning.

Unless an update is produced for the book, either as a list of changes on the website or as a new edition, an Eclipse RCP neophyte would be better off with IBM's free tutorials. Given the book's reputation I was very disappointed with the it's lack of relevance and unnecessary obsolescence.
Was this review helpful to you?
3 of 5 people found the following review helpful
Format:Paperback
Having read "Eclipse RCP" in its entirety as a manuscript reviewer, I can tell you that this is a superb book. The authors have done a splendid job of creating a technical book that serves well as both a tutorial and as a reference.

Through the development of a single example, the book covers everything you need to get started building and packaging an Eclipse RCP application. The book even includes a CD containing all the software you'll need to work through the tutorials and build your own RCP applications.

While a single book could never describe every aspect of the Eclipse Platform, this book is certainly all you need to get started with Eclipse RCP, and then once you've found your feet, there are other books in the Eclipse Series that will help expand your knowledge of the Eclipse Platform and Eclipse plug-in development.

This book has been produced extremely well: The text is well written, the pages are full of easy to follow code snippets, and there are sidebars that share best practices and handy tips, as well as plenty of good quality screen shots and diagrams.

Buy this book. Read this book. You'll be glad you did.

Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges