EclipseSource Blogs

Read all latest blog posts

Why should we always program in English?

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

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 …

Using Eclipse databinding with Felix

Aug 29, 2012

Update: It turned out that there is already a solution to the problem described here. The bundle org.eclipse.equinox.supplement exports the packages needed by equinox.common. This bundle is available …

Sharing Git Configurations With Your Team

Aug 28, 2012

When new developers join a team, or existing developers move quickly between projects, setting up a development environment can be a real headache. Most software teams will (hopefully) share a set of …