Feedbacks

Eclipse Galileo is Coming Soon!

May 13, 2009

It’s that time of year again… we’re getting close to release time at Eclipse! This year we have a fancy new webpage and logo for Galileo: We also have a Twitter Birdsnest for the Twitterati out there: …

Multi-locale Support in Eclipse

Ralf Sternberg
May 12, 2009

Enabling RCP applications to work with different locales is an essential requirement for server-side Eclipse setups. Multiple users are accessing the same instance of a running application …

OSGi Declarative Services

May 12, 2009

For those of you who don’t know, the Eclipse SDK now ships an implementation of OSGi Declarative Services (DS). I love DS when working with OSGi services and recommend it to people over using the …

Categorize your p2 repository

Ian Bull
May 8, 2009

Have you had the experience of creating an interesting application, exporting it, generating a p2 repository, connecting to your repository, and *BAM*, nothing there! The reason this happens is …

UI.toString() in a snippet

May 8, 2009

Ever wanted to get a print out of all components that make up a piece of UI? This little recursive snippet does that for you. java private void printChildren(Composite composite, int count) { …

Those Leaky Networks

May 6, 2009

In previous blog posts I’ve blogged about ECF’s upcoming implementation of RFC 119. In this post, I would like to jump out of the description of RFC 119 and talk about how the implementation of RFC …