Uncategorized

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