Scotland.JS 2013

https://twitter.com/gr2m/status/332410940979036160/photo/1 Two weeks ago, 9th-10th May, I took some time out from day to day development and went along to Scotland.JS. It was a great two ...Read More

Unit Testing Servlets: A simple test for a complex servlet

Testing Java servlets reliably can often be difficult. Generally the main business logic is contained in a different class which can be tested in isolation, but in some cases it is necessary to have some logic in the servlet itself. It's also nice ...Read More