0%

Book Description

The Definitive Guide to Eclipse Rich Client Development


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 examples working developers need—as well as “deep dives” into key technical areas that are essential to your success.

Source code download for use with book

Table of Contents

  1. Title Page
  2. Copyright Page
  3. Contents
  4. Foreword
  5. Preface
  6. Acknowledgments
  7. About the Authors
  8. Part I. Introduction
    1. Chapter 1. Eclipse as a Rich Client Platform
    2. Chapter 2. Eclipse RCP Concepts
  9. Part II. RCP by Example
    1. Chapter 3. Tutorial Introduction
    2. Chapter 4. The Hyperbola Application
    3. Chapter 5. Starting the Hyperbola Prototype
    4. Chapter 6. Adding Actions
    5. Chapter 7. Adding a Chat Editor
    6. Chapter 8. Branding Hyperbola
    7. Chapter 9. Packaging Hyperbola
    8. Chapter 10. Messaging Support
    9. Chapter 11. Adding a Login Dialog
    10. Chapter 12. Adding Key Bindings
    11. Chapter 13. Adding Help
    12. Chapter 14. Adding Software Management
  10. Part III. The Workbench
    1. Chapter 15. Workbench Advisors
    2. Chapter 16. Perspectives, Views, and Editors
    3. Chapter 17. Actions
    4. Chapter 18. Commands
    5. Chapter 19. Customizing Workbench Windows
    6. Chapter 20. Customizing the Presentation of Views and Editors
  11. Part IV. Development Processes
    1. Chapter 21. Installing and Updating with p2
    2. Chapter 22. Dynamic Plug-ins
    3. Chapter 23. RCP Everywhere
    4. Chapter 24. Building Hyperbola
    5. Chapter 25. Testing
    6. Chapter 26. The Last Mile
  12. Part V. Reference
    1. Chapter 27. OSGi
    2. Chapter 28. Eclipse Databinding
    3. Chapter 29. Eclipse Ecosystem
  13. Index