Getting code coverage running was harder than expected, as we hit a Jenkins bug.
mvn clean before every test run was the solution.
changed the pom.xml to generate javadoc. Configure Jenkis was once again harder than expected.
Controller's are now testable too. We are using the mock objects from org.springframework.mock.web.
Code coverage is a great tool to discover dead code.
Worried about the rating criteria in the first week - we don't have much code yet which applies to Patterns and Code-Design (one class and one test with DI).
Maven caused problems once again, solution was to use the default configuration of maven-war-plugin.
Starting with the implementation of the registration page.
Proud of the implementation for hibernate. Very clean approach.