This page lists all the available source code bundles. They are written in good Eclipse style, rather than in the shortend style used in the book. So no ugly line wrappings, no shortend variable names and some annotations.
There are examples in the book that evolve throughout the chapters, so certain examples from the book are not found in the downloads.
These examples have been compiled against Java 6, but Java 5 should work fine as well. They are working as they are. So in case of compile errors you might need to fix some workspace settings.
The projects can be imported using the Eclipse import wizard and errata are automatically applied to these packages, so the code from the download should always overrule the code from the book.
This download has 5kb
Which contains a very basic hello world type of application. All the infrastructure is set up to build the application on top.
This includes Workbench and Views, as well as the RAP entrypoint to launch the application.
This download has 12kb
And contains a project with Menu and Toolbar with Actions. It is using a Table to display a model and an Form based editor.
This includes Toolbars and Actions, JFace Table Viewer, Editor and Forms.
This download has 15kb
It contains a project with a custom widget displaying a YouTube player.
The player is implemente in basic QooxDoo code, and the required wiring to the custom Widget is done.
The Eclipse Project provides plenty of solutions for all Java releated products and projects