Spring Sample Application
5 answers
Checkout sample projects from the SpringFramework Subversion repository:
https://src.springframework.org/svn/spring-samples/
+2
a source to share
A demo project based on Spring Petclinic, the goal of which is to integrate various frameworks: Spring MVC, Spring Webflow, Freemarker, Sitemesh, Hibernate, Acegi, DWR.here. There will be three sub-projects that vary in complexity and should cover most of the web application requirements.
+1
a source to share
You can try Spring PetClinic.
Or, another good option is to test the Spring tutorials available in the toolbox inside the SpringSource Tool Suite .
0
a source to share
This tutorial will help you: http://static.springsource.org/docs/Spring-MVC-step-by-step/ This is a simple application developed step by step.
0
a source to share