Wayne Beaton's blog

    It’s alive… alive!!!

    Friday, June 30, 2006 - 16:58 by Wayne Beaton
    The Callisto projects are now replicated to a handful of mirrors and are ready for download. Click here to start the Callisto experience. For more excitement… see the video of Denis bringing the Callisto release to life.

    Eclipse application architecture

    Monday, June 26, 2006 - 11:43 by Wayne Beaton
    In response to my Friday entry, Jeroen asked about Eclipse application design; how do you architect an Eclipse application? It’s a good question. I tend to fall back on classic patterns. As a start, I separate my application into multiple layers, employing the well known model-view-controller pattern. Typically, I’ll separate...

    Installing and using the CDT

    Friday, June 16, 2006 - 12:50 by Wayne Beaton
    I made this little demo a few weeks back. It goes through the process of installing the CDT feature and then how you use it to build your first C programme. It starts from an already-installed Eclipse workbench–either the SDK or the Platform Runtime Binaries–and uses the Callisto Discovery Site...