Feedbacks
Eclipse Galileo is Coming Soon!
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
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
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
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
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
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 …