Friday, November 9, 2012

Spring mvc features

Spring MVC references:

The latest version of spring web is 3.2. It has support for following features
  • Controller
  • Mapping Requests
  • Obtaining Request Data
  • Generating Responses
  • Message Converters
  • Rendering Views
  • Type Conversion
  • Validation
  • Forms
  • File Upload
  • Exception Handling
Spring doc:  http://static.springsource.org/spring/docs/current/spring-framework-reference/htmlsingle/spring-framework-reference.html#overview-web
 
Spring test mvc reference: https://github.com/SpringSource/spring-test-mvc/

Spring MVC Showcase:https://github.com/SpringSource/spring-mvc-showcase.git

No comments:

Post a Comment