angelina
angelina

Reputation: 111

spring demo example

Dear all, I'm new to spring mvc framework. Plaese share small examples to start with:-

Upvotes: 0

Views: 2793

Answers (3)

Brandon Yarbrough
Brandon Yarbrough

Reputation: 38369

There are some good examples in the official docs:

http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html

Spring has a document called "Spring MVC step by step" that is a bit dated (uses 2.5 instead of 3.0) but is still full of valuable information:

http://static.springsource.org/docs/Spring-MVC-step-by-step/

Upvotes: 0

Bozho
Bozho

Reputation: 597016

The spring petclinic app:

svn co https://src.springframework.org/svn/spring-samples/petclinic/trunk spring-petclinic

The project is created using Eclipse, so use Eclipse to import it as well.

Upvotes: 3

miku
miku

Reputation: 188004

How about this SpringAcegiTutorial-1_1-html.html.

Upvotes: 0

Related Questions