Skip to content

Commit 61958b6

Browse files
author
Keith Donald
committed
comments about tutorials
1 parent 03e9e45 commit 61958b6

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

spring-framework-reference/src/mvc.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3128,13 +3128,10 @@ public class SimpleController {
31283128

31293129
<itemizedlist>
31303130
<listitem>
3131-
<para>The Spring distribution ships with a Spring Web MVC tutorial
3132-
that guides the reader through building a complete Spring Web
3133-
MVC-based application using a step-by-step approach. This tutorial is
3134-
available in the <literal>docs</literal> directory of the Spring
3135-
distribution. An online version can also be found on the <ulink
3136-
url="http://springframework.org/">Spring Framework
3137-
website</ulink>.</para>
3131+
<para>
3132+
There are many excellent articles and tutorials that show how to build web applications with Spring MVC.
3133+
Read them at the <ulink url="http://www.springsource.org/documentation">Spring Documentation</ulink> page.
3134+
</para>
31383135
</listitem>
31393136

31403137
<listitem>

spring-framework-reference/src/new-in-3.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@
5757
</section>
5858

5959
<section id="new-in-3-new-tutorial">
60-
<title>New getting started tutorial</title>
60+
<title>New articles and tutorials</title>
6161

62-
<para>There is now a new getting started tutorial for developing a basic
63-
Spring 3.0 MVC web application. This tutorial is a separate document that
64-
can be found at the <ulink
65-
url="http://www.springsource.org/documentation"> Spring
66-
Documentation</ulink> page.</para>
62+
<para>
63+
There are many excellent articles and tutorials that show how to get started with Spring 3 features.
64+
Read them at the <ulink url="http://www.springsource.org/documentation">Spring Documentation</ulink> page.
65+
</para>
6766

6867
</section>
6968

spring-framework-reference/src/web-integration.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -556,13 +556,9 @@
556556
</quote>
557557
</para>
558558

559-
<para>WebWork is (in the opinion of this author) a very clean, elegant web
560-
framework. Its architecture and key concepts are very easy to
561-
understand, and the framework also has a rich tag library as well as
562-
nicely decoupled validation. It
563-
is (again, in the opinion of this author) quite easy to be productive in
564-
next to no time at all (the documentation and tutorials are pretty good
565-
too).</para>
559+
<para>Web work's architecture and concepts are easy to
560+
understand, and the framework also has an extensive tag library as well as
561+
nicely decoupled validation.</para>
566562

567563
<para>One of the key enablers in WebWork's technology stack is <ulink
568564
url="http://www.opensymphony.com/webwork/wikidocs/IoC%20Overview.html">an

0 commit comments

Comments
 (0)