Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Rich Client Platform/Book"

Line 12: Line 12:
 
Publisher: Addison-Wesley Professional ([http://www.awprofessional.com/title/0321334612 AW book page])
 
Publisher: Addison-Wesley Professional ([http://www.awprofessional.com/title/0321334612 AW book page])
  
Free excerpts:
+
In Eclipse [[Rich Client Platform]], Second Edition, three Eclipse Rich Client Platform (RCP) project leaders show how to use Eclipse 3.5 (""[[Galileo]]") to rapidly deliver cross-platform applications with rich, native-feel GUIs.
* [http://eclipsercp.org/book/chapters/RCP_Foreward2.pdf Foreword by Jeff Norris from NASA/JPL]
+
* [http://eclipsercp.org/book/chapters/RCP_Chapter02.pdf Chapter 2]
+
 
+
[http://www.eclipsezone.com/articles/rcp-review Book review] by [http://wbeaton.blogspot.com Wayne Beaton]
+
 
+
In Eclipse Rich Client Platform, Second Edition, three Eclipse Rich Client Platform (RCP) project leaders show how to use Eclipse 3.5 (“Galileo”) to rapidly deliver cross-platform applications with rich, native-feel GUIs.
+
  
 
The authors fully reveal the power of Eclipse as a desktop application development platform; introduce important new improvements in Eclipse 3.5; and walk through developing a full-featured, branded RCP application for Windows, Linux, Mac, and other platforms—including handheld devices and kiosks.
 
The authors fully reveal the power of Eclipse as a desktop application development platform; introduce important new improvements in Eclipse 3.5; and walk through developing a full-featured, branded RCP application for Windows, Linux, Mac, and other platforms—including handheld devices and kiosks.
Line 26: Line 20:
 
For Java programmers at all levels of experience, this book
 
For Java programmers at all levels of experience, this book
  
* Introduces important new RCP features such as p2, Commands, and Databinding
+
* Introduces important new RCP features such as [[p2]], Commands, and Databinding
* Thoroughly covers key RCP-related technologies such as Equinox, SWT, JFace, and OSGi
+
* Thoroughly covers key RCP-related technologies such as [[Equinox]], [[SWT]], [[JFace]], and [[OSGi]]
 
* Shows how to effectively brand and customize RCP application look-and-feel
 
* Shows how to effectively brand and customize RCP application look-and-feel
* Walks through user interface testing for RCP applications with SWTBot
+
* Walks through user interface testing for RCP applications with [[SWTBot]]
 
* Illuminates key similarities and differences between RCP and conventional plug-in development
 
* Illuminates key similarities and differences between RCP and conventional plug-in development
 
* Hands-on, pragmatic, and comprehensive, this book offers all the real-world, nontrivial code example working developers need—as well as "deep dives" into key technical areas that are essential to your success.
 
* Hands-on, pragmatic, and comprehensive, this book offers all the real-world, nontrivial code example working developers need—as well as "deep dives" into key technical areas that are essential to your success.
 +
 +
Free excerpts:
 +
* [http://eclipsercp.org/book/chapters/RCP_Foreward2.pdf Foreword by Jeff Norris from NASA/JPL]
 +
* [http://eclipsercp.org/book/chapters/RCP_Chapter02.pdf Chapter 2]
 +
 +
== More Information ==
 +
 +
<references />
 +
 +
* [http://www.eclipsezone.com/articles/rcp-review Book review] by [http://wbeaton.blogspot.com Wayne Beaton]
  
 
[[Nick Edgar]]'s opinion: This book is essential reading if you're doing or planning any development with the [[Rich Client Platform]].
 
[[Nick Edgar]]'s opinion: This book is essential reading if you're doing or planning any development with the [[Rich Client Platform]].
 
The book also has a nice forward by Jeff Norris of NASA/JPL, where they are building their next generation mission planning platform on top of RCP.
 
The book also has a nice forward by Jeff Norris of NASA/JPL, where they are building their next generation mission planning platform on top of RCP.
 
[[Category:RCP]]
 
[[Category:RCP]]

Revision as of 22:11, 11 December 2010

RCP
Home
How to Contribute
FAQ

Book: "Eclipse Rich Client Platform : Designing, Coding, and Packaging Java™ Applications, Second Edition"

Authors: Jeff McAffer, Jean-Michel Lemieux, Chris Aniszczyk

Date of publication: April 15, 2010 (second edition)[1], October 11, 2005 (first edition)

Book website: http://eclipsercp.org

Purchase on Amazon and reviews: Eclipse Rich Client Platform, Second Edition on Amazon.com

Publisher: Addison-Wesley Professional (AW book page)

In Eclipse Rich Client Platform, Second Edition, three Eclipse Rich Client Platform (RCP) project leaders show how to use Eclipse 3.5 (""Galileo") to rapidly deliver cross-platform applications with rich, native-feel GUIs.

The authors fully reveal the power of Eclipse as a desktop application development platform; introduce important new improvements in Eclipse 3.5; and walk through developing a full-featured, branded RCP application for Windows, Linux, Mac, and other platforms—including handheld devices and kiosks.

Drawing on their extensive experience, the authors cover building, refining, and refactoring prototypes; customizing user interfaces; adding help and software management features; and building, branding, testing, and shipping finished software. They demonstrate current best practices for developing modular and dynamically extensible systems, using third-party code libraries, packaging applications for diverse environments, and much more.

For Java programmers at all levels of experience, this book

  • Introduces important new RCP features such as p2, Commands, and Databinding
  • Thoroughly covers key RCP-related technologies such as Equinox, SWT, JFace, and OSGi
  • Shows how to effectively brand and customize RCP application look-and-feel
  • Walks through user interface testing for RCP applications with SWTBot
  • Illuminates key similarities and differences between RCP and conventional plug-in development
  • Hands-on, pragmatic, and comprehensive, this book offers all the real-world, nontrivial code example working developers need—as well as "deep dives" into key technical areas that are essential to your success.

Free excerpts:

More Information

  1. http://eclipsercp.org/2010/04/eclipse-rcp-2nd-edition-going-to-press/

Nick Edgar's opinion: This book is essential reading if you're doing or planning any development with the Rich Client Platform. The book also has a nice forward by Jeff Norris of NASA/JPL, where they are building their next generation mission planning platform on top of RCP.

Back to the top