The Petclinic sample is based on the Spring Faces hotel booking application, which features:
The original (not Impala) version of the application is hosted online here. Use this to get an idea of what the application is supposed to look like. Of course, once its running in Impala it will look the same.
The easiest way to access the examples is to check them out directly from trunk.
Get the source using:
svn co http://impala.googlecode.com/svn/trunk/springfaces-sample springfaces-sample
Then open an Eclipse workspace in the new spring-faces folder, and import all the projects into the workspace.
To run up the web application, simply run the main class StartServer, which is in the project springfaces-host. This time, run it as a (main) Java application.
Connect using the URL http://localhost:8080/springfaces-host/
Wiki: Release1_0RC1Announcement
Wiki: RunningSamples
Wiki: StartServer
Wiki: WikiHome