Feedbacks
Modeling Symposium ECE 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()
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?
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
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
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
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 …