You can now download the source code for my talk here. You will need to modify the location of the HSQL data file. Currently, it is /Users/janm/Writing/s3wa/code/uk.org.springusergroup.s3wa.repository/src/test/db/t for the test database and /Users/janm/Writing/.../.../p for the “production” database. You will need to find the module-context-t.xml file in the repository and cookbook nodule and the module-context-p.xml in the repository module and modify the path to the database to suit your system.
Once you’ve done that, you can build the application. To do that, go to s3wa/trunk/build-s3wa and run ant test.
Once it says BUILD SUCCEEDED, you can open the project in IntelliJ IDEA or drop the war (in ../integration-repo/org.uk.springusergroup/org.uk...web/1.0.0/uk.org...web-1.0.0.war) into Tomcat.
Don’t forget to download the PDF chapter from the “Building Spring 3 web applications” post and keep an eye on that post for updates to the PDF.
Thanks Jan