First serious encounter with Spring-MVC
So, I’ve had my first serious round with Spring-MVC/Tomcat, going through the tutorial over at
springframework.og
Now spring seems like a excellent choice for our Abakus project, but I would like the guys
that wrote the tutorial to go through it and check for errors. They have some small but _very_
annoying ones in their JUnit stuff. Important notes to everyone that goes through it, change
the JUnit target from:
to:
This will save you lots of problems if you have a directory named test somewhere else
in the project you’re working on. ( and test is not all that uncommon in a Dev-environment ).
I would also point a finger at JUnit for trying to run regular *.class files as Unit tests.
How hard could it be to do a instanceof before you load the class file as a test?
Well, next step would be to try integrate hibernate into this thing..
See you later
Kenneth
No comments yet.