I just watched the webinar "A Tour Through Spring 3: Developing Web Applications" that Keith Donald gave a while back. Some really nice features that I would like to start using.
I have tried downloading (from the subversion repository) and running the sample travel app featured in this webinar, however I am having problems with some of the dependencies?
For example the referenced joda time library 1.0.2 does not exist in maven central. When I changed it to 1.0.1 it resolved.
I have been so far unable to fix the dependency issue with servlet-api.
Has anyone been able to get this to run lately?


Reply With Quote