PetClinic « MVC « Spring Q&A





1. Any open source Spring sample project that's bigger than PetClinic?    stackoverflow.com

I've finished reading the spring doc and the PetClinic sample project. Just like to see some bigger real world project that's done with Spring. Thanks.

2. why setDisallowedFields for id? -- Spring petclinic example    stackoverflow.com

From the Spring API, i understood that @InitBinder is used to initialize some binding rules.. In the petclinic example why we have setdisallowed("id")? when the id is not displayed on the form?

@InitBinder
public ...

3. Spring MVC petclinic/vets link doesn't work and says - Unable to download vets from localhost    stackoverflow.com

I am new to Spring MVC and try to run PetClinic example. Currently running with JDBC as a persistence mechanism and it works for everything else but the link on home page ...