This is my third book on Eclipse RCP and it is by far the best. I wish I had started here. The book is laid out in a tutorial fashion that takes you step-by-step through the process of creating a real-world application. It has a lot of practical advice such as how to integrate third-party libraries,
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications
β Scribed by Jeff McAffer, Jean-Michel Lemieux
- Publisher
- Addison-Wesley Professional
- Year
- 2005
- Tongue
- English
- Leaves
- 384
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
This is my third book on Eclipse RCP and it is by far the best. I wish I had started here. The book is laid out in a tutorial fashion that takes you step-by-step through the process of creating a real-world application. It has a lot of practical advice such as how to integrate third-party libraries, and when to use the API versus when to use the declarative syntax. This was an especially important concept since most RCP applications are doing just tha -- putting a UI on top of a service. The other books that I read either provided too little information or read like a reference book.
My recommendation for a newbie on RCP is to start with this book, and then augment as necessary with additional books on SWT,JFace, OSGI, or other topics such as GEF as necessary.
π SIMILAR VOLUMES
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 fr
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 lever
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 lever
<b>The Definitive Guide to Eclipse Rich Client Development</b><br /><br />In<b><i>Eclipse Rich Client Platform, Second Edition,</i></b>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-fee
This book did it for me! I was struggling reading numerous books on how to get started developing a Java web based application. Here in this book it explains clearly in steps (snap shots) how to configure Eclipse with the various technologies. How to write basic but essential JSP , Servlets..etc and