Presentation Slides
The "Spring Kickstart" slides are available to download. First part is "Persistence" and the second part is "Web MVC".Sample Code
The sample code for this presentation is available from the spring-kickstart project hosted at Google Code. You will need Maven 2.0.4 and Subversion to download and run this code.
Follow these steps and you should be OK -
- Check-out source using Subversion:
> svn checkout http://spring-kickstart.googlecode.com/svn/trunk/ spring-kickstart
- Switch to new project
> cd spring-kickstart/kickstart
- Run Maven build:
> mvn clean package
- Run Maven Jetty plug-in:
> mvn jetty:run
