Dear all, I'm new to spring mvc framework. Plaese shar开发者_Python百科e small examples to start with:-
- Displaying data in a page
- Submiting data
- login
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.
How about this SpringAcegiTutorial-1_1-html.html.
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/
精彩评论