Wayne Beaton's blog

    Fun with Combinatorics

    Monday, October 3, 2005 - 10:10 by Wayne Beaton
    I attended a talk a few days ago in which the speaker was talking about some of the challenges faced by organizations building plug-ins. He stated something to the effect of “if you have six separately deployable (i.e. not interdependent) plug-ins, then there are ‘six factorial‘ (6 x 5 x...

    eBay SDK for Java and RCP

    Wednesday, September 28, 2005 - 10:14 by Wayne Beaton
    I’ve been looking into the use of eBay from an Eclipse RCP. The good news is that it works; at least, I’ve had some success. eBay provides a site for developers where you can get a software developer’s kit (SDK) that includes almost everything you need (more complete examples would...

    PHPEclipse and XAMPP

    Sunday, September 25, 2005 - 16:05 by Wayne Beaton
    At the Eclipse Foundation, we tend to eat our own dog food. Foundation employees use Eclipse itself to generate content for the website (I can’t speak for individual project teams, but I’m pretty sure that most of them do as well). In particular, we use PHPEclipse to create and edit...

    Draggin’ and droppin’ URLs

    Friday, September 23, 2005 - 13:48 by Wayne Beaton
    Yesterday, I wrote about the ability to drop URLs onto an SWT component. I’ll pause for a couple of minutes while you go back and review it… I found an entry in Bugzilla ( bug #100095) that’s asking for the URLTransfer class to be made public. It seems that the...

    Integrating Firefox with RCP

    Thursday, September 22, 2005 - 23:25 by Wayne Beaton
    I was asked a question today about whether or not Eclipse RCP can integrate with Firefox. The short answer is “yes”. The longer answer is “what do you mean by ‘integrate’?”. An RCP application can, for example, be the drop target of a link dragged off a browser. SWT code...

    Who is using SWT?

    Monday, September 19, 2005 - 10:41 by Wayne Beaton
    If you’re using RCP or even Eclipse itself, you’re using SWT. So… who’s using SWT? Lots of folks are. Ian Skerrett gave some examples of folks using RCP (and SWT by extension) in an blog entry several months back. If you’re using RCP/Eclipse, you’ve also been using Eclipse’s OSGi implementation...

    Extending RCP beyond the desktop

    Thursday, September 15, 2005 - 14:04 by Wayne Beaton
    I guess that the name “Rich Client Platform” should be a tip-off that applications built using RCP technology can extend beyond the desktop. Essentially… if you have a client, it seems that you should probably also have a server. Last night, I started build a collection of views (with an...