Feedbacks

Modeling Symposium ECE 2012

Jonas Helming
Sep 4, 2012

Ed and I are organizing the Modeling Symposium for EclipseCon Europe. It is scheduled for the first day of the conference, i.e., Tuesday, October 23rd at 5 pm. The symposium aims to provide a forum …

The 3 things you should know about hashCode()

Ralf Sternberg
Sep 4, 2012

In Java, every object has a method hashCode that is simple to understand but still it’s sometimes forgotten or misused. Here are three things to keep in mind to avoid the common pitfalls. An object’s …

Why should we always program in English?

Tim Buschtoens
Sep 3, 2012

Want to be a developer, but your English is really, really bad? Are you learning some other language and want to practice while doing your job? Or do you just want drive your colleagues insane with …

Clearing your p2 cache

Ian Bull
Aug 31, 2012

There are only two hard things in Computer Science: cache invalidation, naming things and off by one errors. (reference) I appears that P2 (em, p2) suffers from both of these things, but today I’m …

Handling Camera and Album UIImages on iOS

Aug 30, 2012

In a next release of Tabris we will provide support for Camera. This will allow you to show a UI on the client to take a photo or select a picture on your device. The selected Image will then be …

Organizing Hudson and Jenkins Build Jobs

Aug 29, 2012

At Eclipse we are running many, many build jobs on our Hudson servers. Most projects are managing multiple jobs, one for each version that they are supporting, sometimes multiplied by the number of …