Wayne Beaton's blog

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

    A new Sudoku puzzle generator

    Wednesday, June 7, 2006 - 22:39 by Wayne Beaton
    I’ve had to set aside the Sudoku stuff for a couple of days while I did some real work. But, George Koch has been keeping busy. George sent me a Sudoku puzzle builder that he’s been working on; he’d managed to make it work with my application. His algorithm is...