Alex Snaps' weblog
Archive for February, 2008
On testing…
14 years ago
by Alex Snaps
in Java
Earlier this week I’ve received the Javalobby newsletter featuring an article by Antonio Goncalves on Why are we not using Java EE 5? While there is much to be discussed on the subject, I’ve been thinking about his statement on testing : Testing a Java EE 5 application is definitely not as easy as a Spring application. We live in a world where everybody talks about test, but nobody really does it. Java EE 5 doesn’t help in this aspect.
I am not really sure he means Java EE 5 applications aren’t easier to test than ones written based on previous specification versions, because if he is, More >