-
Enterprise Java
Why You Should Write Unit Tests – Testing Techniques 8
I’ve had lots of reaction to my recent blog on ‘What you Should Test’, some agreeing with me for varying…
Read More » -
Enterprise 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 » -
Core Java
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 » -
Core Java
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 » -
Software Development
Multitenancy in Google AppEngine (GAE)
Multitenancy is a topic that has been discussed for many years, and there are many excellent references that readily available,…
Read More » -
Enterprise Java
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 » -
Best Of The Week
Best Of The Week – 2011 – W49
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More » -
Enterprise Java
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 »