Gert-Jan van de Streek on 12 March 2012
Flexible methods in JUnit
JUnit default behavior is to only allow methods without arguments. With a little effort you can change JUnit to accept method arguments. When combined with a ...
Gert-Jan van de Streek on 12 March 2012
Gert-Jan van de Streek on 08 March 2012
Gert-Jan van de Streek on 07 March 2012
Gert-Jan van de Streek op 07 March 2012
Some code gets born early in the morning, most code gets born during the day, some code gets born at night. All code has it's own time, although daylight is better, for me it is unavoidable to sometimes wake up at night go downstairs and jam down whatever popped up in my head. But that's just me.
Gert-Jan van de Streek op 06 March 2012
When upgrading to servlet api 3.0 be aware of the performance penalty you get from the classpath scanning that looks for annotations denoting servlets, filters, etc.