Monthly Archives: July 2009

Testing Abstract Classes With Mockito and JUnit

Often times in Java, you have an abstract parent class which has some concrete methods which call abstract methods which will be implemented by the child classes. So what’s an easy way to test this sort of pattern? A mock … Continue reading

Posted in General, Java, Software Engineering | Tagged Java, junit, mockito, testing | Leave a comment

5 Reasons Why NetBeans Rocks

I’m a long time NetBeans user, but I’m still surprised how many developers still haven’t given it a go. Certainly there was a time in the deep distant past when NetBeans couldn’t compete at the same level as Eclipse or … Continue reading

Posted in General, Java, Software Engineering | Tagged ide, Java, netbeans, tips | Leave a comment

Unfortunately Interesting Java Generics

The last couple of days I have been trying to come up with a sneaky way of creating an abstraction layer between a business object model and an external object model. In general these two models would be the same … Continue reading

Posted in General, Java, Software Engineering | Tagged Java, syntax | Leave a comment

Recruitment from the Other Side – Part 2

Following on from my Part 1 article on tips to write a good CV and job application for an IT job, this article covers some tips for the interview process itself. Tip #1 – Politeness and Appearance The job interview … Continue reading

Posted in General | Tagged cv, developer, IT, jobs, recruitment, tips | Leave a comment