Examples

The source for

Thursday, October 6, 2016 - 17:42 by Wayne Beaton
The source for the Eclipse Project Handbook is in AsciiDoc format (rendered using Asciidoctor via Maven), and includes embedded Graphviz graph descriptions (which are rendered into embedded images). Proofing those images is a bit of a pain: it requires that I actually build the handbook and use a browser to...

Services, services, services, …

Thursday, March 12, 2009 - 13:45 by Wayne Beaton
I’m concerned that the Eclipse Business Expense Reporting Tool (EBERT) is getting too complicated. Since the application can run on the Eclipse Rich Ajax Platform (RAP), it needs to support the notion of multiple users. Since it also runs on Eclipse Rich Client Platform (RCP), I can’t use the RAP-specific...

Get on your ViewModel

Saturday, March 7, 2009 - 03:08 by Wayne Beaton
I’ve been quietly hacking away at the Eclipse Business Expense Reporting Tool (EBERT) from the Examples project for some time. My goal is to turn this application into a shining example of how you can go about making a real (albeit relatively simple) application based on Eclipse RCP, eRCP, and...

Eclipse Slideshow

Monday, January 19, 2009 - 23:41 by Wayne Beaton
I briefly mentioned some presentation software I’ve been working on on-and-off for a while a few postings back. Eclipse Slideshow has gotten to the point where others are expressing interest, so I thought it was time to make it available. I’ve been holding back only because there are already two...

Getting to Know EBERT

Monday, December 15, 2008 - 15:30 by Wayne Beaton
The Eclipse Examples Project has a 0.1 release review scheduled for next Tuesday (December 23). For this review, there are two components: The Eclipse Business Expense Reporting Tool (EBERT) and Image Utilities. I’ll defer discussion of Image Utilities for another day… As the name suggests, EBERT is an application that...

JUnit Testing GUIs

Monday, October 20, 2008 - 15:46 by Wayne Beaton
I’ve been filling in some of the gaps in unit testing on the Eclipse Examples project’s Eclipse Business Expense Reporting and Tracking (EBERT) component. My focus over the past several days has been to make sure that the user interface tests are as complete as I can make them. I...

Event Service

Thursday, July 17, 2008 - 14:18 by Wayne Beaton
I blogged a while back about the potential use of a bus for delivering property change notifications in place of the very common observer pattern. A reader commented that the exact service I need to implement that sort of thing is already available in the form of the OSGi Event...

EBERT: It’s alive!

Wednesday, May 21, 2008 - 16:25 by Wayne Beaton
Well… mostly. The code for the Eclipse Business Expense Reporting Tool (you may have noticed that I’ve changed what the ‘T’ stands for) has been checked into CVS per the approval of CQ 2310 and subject to the constraints of the parallel IP process. I don’t consider this a complete...

EBERT on Sprint Titan

Thursday, May 15, 2008 - 09:27 by Wayne Beaton
Radoslav has taken it upon himself to get EBERT running on Sprint Titan (based on eRCP). How cool is that? Let me answer that for you: very cool. See some screenshots here. I’m looking forward to Radoslav’s contributions to the project.