-
Scala
A practical solution to the BREACH vulnerability
Two weeks ago CERT released an advisory for a new vulnerability called BREACH. In the advisory they say there is…
Read More » -
Agile
Looking for Answers at Agile 2013
I went to Agile 2013 last week in Nashville to look for answers on how Agile development ideas and practices…
Read More » -
Core Java
Apache log4j is the leading logging framework
According to a survey from Zero Turnaround Apache log4j is the leading Java logging framework. This was actually a very…
Read More » -
Enterprise Java
Spring MVC: Resources
One of the most frequent questions which I receive from my blog readers is how to use css and javascript…
Read More » -
Core Java
Injecting Test Doubles in Spring using Mockito and BeanPostProcessors
I’m pretty sure that if you have ever used Spring and are familliar with unit testing, you have encountered a…
Read More » -
Software Development
What if every object was an array? No more NullPointerExceptions!
To NULL or not to NULL? Programming language designers inevitably have to decide whether they support NULLs or not. And…
Read More » -
Agile
Coach or Consultant? Agile or not? What am I?
I am: a Software Development Consultant who specialises in Agile techniques Or maybe: I am an Agile Consultant who specialise…
Read More » -
Enterprise Java
DI / CDI – Basics
Introduction (DI/CDI Basics) First of all, I would assume there is a bit of confusion to this, but the truth…
Read More » -
Core Java
Almost named method arguments in JDK 8
Sometimes it would be really nice to have named method parameter in Java, this doesn’t look likely for a long…
Read More »