Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spring-projects/spring-mvc-showcase
Demonstrates the features of the Spring MVC web framework
https://github.com/spring-projects/spring-mvc-showcase
Last synced: 4 months ago
JSON representation
Demonstrates the features of the Spring MVC web framework
- Host: GitHub
- URL: https://github.com/spring-projects/spring-mvc-showcase
- Owner: spring-attic
- License: apache-2.0
- Archived: true
- Created: 2011-06-03T15:36:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T23:36:03.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T17:21:52.656Z (4 months ago)
- Language: Java
- Homepage:
- Size: 747 KB
- Stars: 4,989
- Watchers: 526
- Forks: 3,720
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-mvc-showcase is no longer actively maintained by VMware, Inc.
Spring MVC Showcase
-------------------
Demonstrates the capabilities of the Spring MVC web framework through small, simple examples.
After reviewing this showcase, 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 showcase 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 HandlingTo get the code:
-------------------
Clone the repository:$ git clone git://github.com/SpringSource/spring-mvc-showcase.git
If this is your first time using Github, review https://help.github.com to learn the basics.
To run the application:
-------------------
From the command line with Maven:$ cd spring-mvc-showcase
$ mvn jetty:runAccess the deployed web application at: http://localhost:8080/spring-mvc-showcase/
Note:
-------------------This showcase originated from a [blog post](https://spring.io/blog/2010/07/22/spring-mvc-3-showcase/) and was adapted into a SpringOne presentation called [Mastering MVC 3](https://www.infoq.com/presentations/Mastering-Spring-MVC-3).
A screen cast showing the showcase in action is [available in QuickTime format](http://s3.springsource.org/MVC/mvc-showcase-screencast.mov).