Java
-

More on Creating Stubs for Legacy Code – Testing Techniques 7
In my last blog, I talked about dealing with the badly behaved untestable(1) SitePropertiesManager class and how to create stubs by…
Read More » -

Java Recursion basics
For those who don’t know what recursion is (and like a good laugh), click on this link: Google search: Recursion…
Read More » -

Musing on mis-usings: ‘Powerful use, Damaging misuse’
There’s an old phrase attributed to the former British Prime Minister Benjamin Disraeli which states there are three types of…
Read More » -

Spring Pitfalls: Transactional tests considered harmful
One of the Spring killer-features is an in-container integration testing. While EJB lacked this functionality for many years (Java EE…
Read More » -

REST Service Discoverability with Spring, part 5
This is the fifth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…
Read More » -

RESTful Web Service Discoverability, part 4
This is the fourth of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…
Read More » -

Ignoring Self-Signed Certificates in Java
A problem that I’ve hit a few times in my career is that we sometimes want to allow self-signed certificates…
Read More » -

Creating Stubs for Legacy Code – Testing Techniques 6
Any one who reads this blog will probably have realised that at present I’m working on a project that contains…
Read More » -

From Spring to Java EE 6
I recently worked on a quite complex project mixing many Java EE 6 technologies (such as JPA, JAXB, JMS, JTA,…
Read More »


