Wayne Beaton's blog

    VE is Everywhere!

    Friday, October 26, 2007 - 09:51 by Wayne Beaton
    Some local artists have expressed their excitement with the revitalized Visual Editor (VE) project at Eclipse. I thought that I’d share their artistic expression. For reasons unknown to me, the artists have opted to remain anonymous…

    Double, double, toil and trouble

    Wednesday, October 24, 2007 - 13:55 by Wayne Beaton
    We came across this interesting quote in the Eclipse Summit Europe surveys: Ed’s and Rich’s demo of EMF/GMF (domain-specific modeling with the Eclipse Modeling Project) was unbelievable … I couldn’t help having a vision of a cottage where two madly giggling witches dance around a cauldron throwing in OCl, QVT...

    Adapters, part deux

    Tuesday, October 23, 2007 - 23:37 by Wayne Beaton
    In my last post on the topic, I hinted that adapters can be used to loosen the coupling in your code and then showed how you could use adapters to add even more coupling in your code. Originally, I had a domain class, Person, that knew how to provide information...

    Gusty

    Wednesday, October 17, 2007 - 15:42 by Wayne Beaton
    I’ve been using Ubuntu Linux for a few months and am generally happy with it. It’s not perfect, but it’s very good. I’ve become a bit of a Linux apologist lately. I find myself apologising for the fact that my laptop doesn’t easily connect to external monitors and projectors. I...

    Team Development

    Wednesday, October 17, 2007 - 15:03 by Wayne Beaton
    Months ago, I started a series based on a 2002 blog posting about Eclipse titled “Ten Reasons to Use Eclipse”. As of July, I’ve managed to get through first eight reasons (the previous entry is here). Today, I’m going to look at reason number nine: Team Development Eclipse is designed...

    Open Financial Market Platform Workshop: Services for a Banking Platform

    Tuesday, October 16, 2007 - 22:15 by Wayne Beaton
    I’ve posted a podcast that I recorded last week with Alexey Aristov, co-project lead of the proposed Open Financial Market Platform ( OFMP) project. In this podcast, Alexey discusses the history and nature of the project, some of the challenges that lay ahead, and the results of the workshop held...

    Adapters

    Monday, October 15, 2007 - 21:08 by Wayne Beaton
    In my last installment, I showed how—by making a domain class implement IPropertySource and (naturally) implementing the methods required by that interface—you can expose properties from a domain class that can be viewed and modified by the Properties view. In that posting, I suggested that implementing IPropertySource introduces a tight...

    XAML on SWT

    Friday, October 12, 2007 - 18:50 by Wayne Beaton
    I spoke with Yves Yang today at the Eclipse: Now You Can conference (I think it was a “conference”) in Paris about the eFace product he’s been working on. It appeared on TSS today; you can find the link here. You can find more information here and here. Essentially, eFace...