-
Enterprise Java
OSGi: An Introduction
OSGi, created for Java-based systems, provides a framework for modular systems. OSGi makes it possible to define the dependencies of…
Read More » -
Enterprise Java
DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules
In this week’s run of my TDD course, I thought it would be interesting to write a little fixture to…
Read More » -
Software Development
Pair Programming: The disadvantages of 100% pairing
I’ve written a lot of blog posts in the past about pair programming and the advantages that I’ve seen from…
Read More » -
Core Java
Debugging the JVM
In some (rare) cases you might find yourself in the situation that you managed to crash the JVM itself. I…
Read More » -
Best Of The Week
Best Of The Week – 2012 – W01
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Software Development
5+1 Sonar Plugins you must not miss
This post is a revision of the original post, published last year and it covered Sonar version 2.8. Many months…
Read More » -
Android Core
Learning Android: Getting a service to communicate with an activity
In the app I’m working on I created a service which runs in the background away from the main UI…
Read More » -
Enterprise Java
Introducing Deliberate Caching
A few weeks ago I attended a ThoughtWorks Technology Radar seminar. I worked at ThoughtWorks for years and think if…
Read More » -
Core Java
Java 7: Project Coin in code examples
This blog introduces – by code examples – some new Java 7 features summarized under the term Project Coin. The…
Read More »