Wayne Beaton's blog

    SWT Graph

    Wednesday, August 6, 2008 - 14:17 by Wayne Beaton
    The SWT Graph Source Forge project provides some pretty sophisticated interactive graphical technology for Eclipse RCP-based applications. The sample images shown on the examples page are pretty cool, but the description of the underlying technology seems even cooler. Layered canvases are a natural and very powerful extension to SWT. It’s...

    Wanna see some numbers?

    Tuesday, August 5, 2008 - 23:20 by Wayne Beaton
    I’ve got some numbers from from the usage data collector for the month of July. It’s the first full month of real data. Currently, I’ve only got data for commands, views, editors, and perspectives used; the information is restricted to only show those entries that start with “org.eclipse.”. You can...

    Write lots of code

    Sunday, August 3, 2008 - 11:26 by Wayne Beaton
    I generally enjoy reading Jeff Atwood’s Coding Horror blog. Yesterday his post, Quantity Always Trumps Quality, made me think of two things. First, the thoughts conveyed are exemplified at Eclipse: we value code over specifications; code is written, mistakes are made, lessons are learned, and everything gets better in the...

    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...

    Holy Cow!

    Thursday, July 17, 2008 - 11:07 by Wayne Beaton
    Participation in the Usage Data Collector has been nothing short of outstanding. As of this moment, we have gathered usage data from more than 22,000 users (more than 20,000 new participants this month alone). The usage trends page shows this in a cool graph. The other reports that we’ve generated...

    Paste Snippet

    Monday, July 7, 2008 - 11:28 by Wayne Beaton
    Try this in Eclipse Ganymede (one of the variants that includes the Java development tools): Copy this text: System.out.println(new Date()); Bring the Package Explorer into focus (make sure that none of the existing projects is highlighted) and select “Paste” from the context menu. JDT will build the project, package, class...

    Eclipse IDE for Education

    Monday, July 7, 2008 - 11:18 by Wayne Beaton
    I just created bug 239808, Eclipse IDE for Education, as a proposal for a new component in the SOC project. Please add your comments on the bug. While you’re at it, we’re looking for volunteers… The proposal originates from the need to provide a streamlined environment to help first-year undergraduate-level...