A few people have now let me know (quite rightly) that the Hibernate, Spring and GWT tutorial is now out of date after the release of GWT 1.5
I believe the application should still work but....
As a result here is a summary of the changes you need to make to make the application to make it 1.5 compatible.
JAR Files
Firstly update the GWT jar files within the WEB-INF/lib folder. Make sure you update the gwt-servlet jar as well this MUST be the GWT 1.5 gwt-servlet.jar!
Compile, Laun...
Your views…