Archive for March 17th, 2004

Eclipse Update servers

Wednesday, March 17th, 2004

Jon Eaves of Thoughtworks was writing on managing Eclipse updates and how to preserve your environment between upgrades.

(more…)

Tags: , , ,

Adding unit tests to a J2EE application

Wednesday, March 17th, 2004

I got asked a very simple question today: how do you go about adding unit tests to an already existing J2EE app? In particular, so you can test your logic standalone, without needing to go through a deployment cycle and test it in the server?

(more…)

Tags: , , ,