Blog Posts

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

    Bottoms Up

    Thursday, September 22, 2005 - 22:35 by Mike Milinkovich
    The past two days have been both busy and exciting. Today was the Eclipse Members meeting. Yesterday I was in the Board meeting while Ian Skerrett and Skip McGaughey were leading the new members meeting and the Eclipse marketing symposium. The marketing symposium was definitely a big hit with the...

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