You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrates the capabilities of the Spring MVC web framework through small, simple examples.
4
+
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.
5
+
Includes project code along with a supporting slideshow and screen cast.
6
+
7
+
In this showcase you'll see the following in action:
8
+
9
+
- The simplest possible @Controller
10
+
- Mapping Requests
11
+
- Obtaining Request Data
12
+
- Generating Responses
13
+
- Message Converters
14
+
- Rendering Views
15
+
- Type Conversion
16
+
- Validation
17
+
- Forms
18
+
- File Upload
19
+
- Exception Handling
20
+
21
+
To run:
22
+
-------------------
23
+
From the command line:
24
+
$ mvn clean install tomcat:run
25
+
26
+
In SpringSource Tool Suite (STS):
27
+
Simply import the project into STS and drag-n-drop the project onto the "SpringSource tc Server Developer Edition" or another Servlet 2.5 or > Server to run.
28
+
29
+
Access the deployed web application at: http://localhost:8080/mvc-showcase/
30
+
31
+
Other info:
32
+
-------------------
33
+
Framework version illustrated: Spring MVC 3.1
34
+
35
+
The slide presentation is located in this directory and named MasteringSpringMVC3.pdf.
36
+
37
+
A screen cast showing the showcase in action is available at http://s3.springsource.org/MVC/mvc-showcase-screencast.mov.
0 commit comments