Skip to content

Commit 3d0e9f9

Browse files
committed
Merge pull request spring-attic#7 from pledbrook/patch-01
Convert README to Markdown syntax.
2 parents d7434e5 + e1fdd4d commit 3d0e9f9

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

README renamed to README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,39 @@ Includes project code along with a supporting slideshow and screen cast.
66

77
In this showcase you'll see the following in action:
88

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
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
2020

2121
To get the code:
2222
-------------------
2323
Clone the repository:
24-
$ git clone git://github.com/SpringSource/spring-mvc-showcase.git
24+
25+
$ git clone git://github.com/SpringSource/spring-mvc-showcase.git
2526

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

2829
To run the application:
2930
-------------------
3031
From the command line with Maven:
31-
$ cd spring-mvc-showcase
32-
$ mvn tomcat:run
32+
33+
$ cd spring-mvc-showcase
34+
$ mvn tomcat:run
3335

3436
or
3537

3638
In your preferred IDE such as SpringSource Tool Suite (STS) or IDEA:
37-
- Import spring-mvc-showcase as a Maven Project
38-
- Drag-n-drop the project onto the "SpringSource tc Server Developer Edition" or another Servlet 2.5 or > Server to run, such as Tomcat.
39+
40+
* Import spring-mvc-showcase as a Maven Project
41+
* Drag-n-drop the project onto the "SpringSource tc Server Developer Edition" or another Servlet 2.5 or > Server to run, such as Tomcat.
3942

4043
Access the deployed web application at: http://localhost:8080/spring-mvc-showcase/
4144

@@ -45,7 +48,6 @@ Framework version illustrated: Spring MVC 3.1
4548

4649
The slide presentation is located in this directory and named MasteringSpringMVC3.pdf.
4750

48-
A screen cast showing the showcase in action is available at http://s3.springsource.org/MVC/mvc-showcase-screencast.mov.
51+
A screen cast showing the showcase in action is [available in QuickTime format](http://s3.springsource.org/MVC/mvc-showcase-screencast.mov).
4952

50-
This showcase originated from the blog at: http://blog.springsource.com/2010/07/22/spring-mvc-3-showcase/
51-
It was also adapted into a SpringOne presentation called "Mastering MVC 3": http://www.infoq.com/presentations/Mastering-Spring-MVC-3
53+
This showcase originated from a [blog post](http://blog.springsource.com/2010/07/22/spring-mvc-3-showcase/) and was adapted into a SpringOne presentation called [Mastering MVC 3](http://www.infoq.com/presentations/Mastering-Spring-MVC-3).

0 commit comments

Comments
 (0)