Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krishnagehlotr/spring-mvc-web

Demonstrates the features of the Spring MVC web framework
https://github.com/krishnagehlotr/spring-mvc-web

java-8 maven spring-mvc spring-security tomcat8

Last synced: about 2 months ago
JSON representation

Demonstrates the features of the Spring MVC web framework

Awesome Lists containing this project

README

        

Spring MVC Web Framework
-------------------
Demonstrates the capabilities of the Spring MVC web framework through small, simple examples.
After reviewing this framework, you should have a good understanding of what Spring MVC can do and get a feel for how easy it is to use.
Includes project code along with a supporting slideshow and screen cast.

In this framework you'll see the following in action:

* The simplest possible @Controller
* Mapping Requests
* Obtaining Request Data
* Generating Responses
* Message Converters
* Rendering Views
* Type Conversion
* Validation
* Forms
* File Upload
* Exception Handling

To get the code:
-------------------
Clone the repository:

$ git clone git://github.com:KrishnaGehlotR/spring-mvc-web.git

If this is your first time using Github, review http://help.github.com to learn the basics.

To run the application:
-------------------
Access the deployed web application at: http://localhost:8080/spring-mvc-web/