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
If this is your first time using Github, review http://help.github.com to learn the basics.
27
28
28
29
To run the application:
29
30
-------------------
30
31
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
33
35
34
36
or
35
37
36
38
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.
39
42
40
43
Access the deployed web application at: http://localhost:8080/spring-mvc-showcase/
41
44
@@ -45,7 +48,6 @@ Framework version illustrated: Spring MVC 3.1
45
48
46
49
The slide presentation is located in this directory and named MasteringSpringMVC3.pdf.
47
50
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).
49
52
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