Spring Sample Application

Can anyone point me to some good, detailed, example Spring applications?

Ideally those with good test coverage!

+2


a source to share


5 answers


Checkout sample projects from the SpringFramework Subversion repository:
https://src.springframework.org/svn/spring-samples/



+2


a source


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.



https://code.google.com/p/petclinicplus/

+1


a source


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


0


a source


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







All Articles