Dependency injection is certainly one of the most effective design patterns for writing clean, maintainable and testable code.
For these reasons it's been very popular over the past few years and a number of libraries/frameworks have been created to provide support for dependency injection.
The most...
Nov 23, 2013
May 30, 2013
Tinybundles, a little gem for OSGi testing
In my OSGi applications I often make use of the OSGi extender pattern. An excellent example is available on Kai's Toedter blog.
As Peter Kriens explained:
In the Synchronous Bundle Listener event call back, the subsystem can
look at the resources of the bundle and check if there is anything of
its...
Apr 27, 2013
Edit keyboard shortcuts in Nautilus 3.6
After upgrading to Ubuntu 13.04, I was a bit annoyed by a short-cut change: I have always used a lot BackSpace in Nautilus to go up one folder. Now, in Nautilus 3.6 this has been changed to ALT-UP.
Luckily enough, even if there is no GUI for this, you can change Nautilus key bindings pretty easily....