comments about tutorials
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2942 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
0760179df8
commit
12506fa9b7
|
|
@ -3128,13 +3128,10 @@ public class SimpleController {
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The Spring distribution ships with a Spring Web MVC tutorial
|
<para>
|
||||||
that guides the reader through building a complete Spring Web
|
There are many excellent articles and tutorials that show how to build web applications with Spring MVC.
|
||||||
MVC-based application using a step-by-step approach. This tutorial is
|
Read them at the <ulink url="http://www.springsource.org/documentation">Spring Documentation</ulink> page.
|
||||||
available in the <literal>docs</literal> directory of the Spring
|
</para>
|
||||||
distribution. An online version can also be found on the <ulink
|
|
||||||
url="http://springframework.org/">Spring Framework
|
|
||||||
website</ulink>.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
||||||
|
|
@ -57,13 +57,12 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="new-in-3-new-tutorial">
|
<section id="new-in-3-new-tutorial">
|
||||||
<title>New getting started tutorial</title>
|
<title>New articles and tutorials</title>
|
||||||
|
|
||||||
<para>There is now a new getting started tutorial for developing a basic
|
<para>
|
||||||
Spring 3.0 MVC web application. This tutorial is a separate document that
|
There are many excellent articles and tutorials that show how to get started with Spring 3 features.
|
||||||
can be found at the <ulink
|
Read them at the <ulink url="http://www.springsource.org/documentation">Spring Documentation</ulink> page.
|
||||||
url="http://www.springsource.org/documentation"> Spring
|
</para>
|
||||||
Documentation</ulink> page.</para>
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -556,13 +556,9 @@
|
||||||
</quote>
|
</quote>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>WebWork is (in the opinion of this author) a very clean, elegant web
|
<para>Web work's architecture and concepts are easy to
|
||||||
framework. Its architecture and key concepts are very easy to
|
understand, and the framework also has an extensive tag library as well as
|
||||||
understand, and the framework also has a rich tag library as well as
|
nicely decoupled validation.</para>
|
||||||
nicely decoupled validation. It
|
|
||||||
is (again, in the opinion of this author) quite easy to be productive in
|
|
||||||
next to no time at all (the documentation and tutorials are pretty good
|
|
||||||
too).</para>
|
|
||||||
|
|
||||||
<para>One of the key enablers in WebWork's technology stack is <ulink
|
<para>One of the key enablers in WebWork's technology stack is <ulink
|
||||||
url="http://www.opensymphony.com/webwork/wikidocs/IoC%20Overview.html">an
|
url="http://www.opensymphony.com/webwork/wikidocs/IoC%20Overview.html">an
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue