|
7 | 7 | xsi:schemaLocation="
|
8 | 8 | http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
|
9 | 9 | http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd">
|
10 |
| - <title>New Features and Enhancements in Spring 3.0</title> |
| 10 | + <title>New Features and Enhancements in Spring Framework 3.0</title> |
11 | 11 |
|
12 | 12 | <para>If you have been using the Spring Framework for some time, you will be
|
13 | 13 | aware that Spring has undergone two major revisions: Spring 2.0, released in
|
14 | 14 | October 2006, and Spring 2.5, released in November 2007. It is now time for
|
15 |
| - a third overhaul resulting in Spring 3.0.</para> |
| 15 | + a third overhaul resulting in Spring Framework 3.0.</para> |
16 | 16 |
|
17 | 17 | <sidebar xml:id="new-in-3.0-intro-java">
|
18 | 18 | <title>Java SE and Java EE Support</title>
|
|
52 | 52 | <title>Improved documentation</title>
|
53 | 53 |
|
54 | 54 | <para>The Spring reference documentation has also substantially been
|
55 |
| - updated to reflect all of the changes and new features for Spring 3.0. |
56 |
| - While every effort has been made to ensure that there are no errors in |
| 55 | + updated to reflect all of the changes and new features for Spring Framework |
| 56 | + 3.0. While every effort has been made to ensure that there are no errors in |
57 | 57 | this documentation, some errors may nevertheless have crept in. If you do
|
58 | 58 | spot any typos or even more serious errors, and you can spare a few cycles
|
59 | 59 | during lunch, please do bring the error to the attention of the Spring
|
|
65 | 65 | <title>New articles and tutorials</title>
|
66 | 66 |
|
67 | 67 | <para>
|
68 |
| - There are many excellent articles and tutorials that show how to get started with Spring 3 features. |
69 |
| - Read them at the <link xl:href="http://www.springsource.org/documentation">Spring Documentation</link> page. |
| 68 | + There are many excellent articles and tutorials that show how to get |
| 69 | + started with Spring Framework 3 features. Read them at the |
| 70 | + <link xl:href="http://www.springsource.org/documentation">Spring Documentation</link> page. |
70 | 71 | </para>
|
71 | 72 | <para xml:id="new-in-3.0-samples">
|
72 |
| - The samples have been improved and updated to take advantage of the new features in Spring 3. |
73 |
| - Additionally, the samples have been moved out of the source tree into a dedicated SVN |
| 73 | + The samples have been improved and updated to take advantage of the new features in Spring |
| 74 | + Framework 3. Additionally, the samples have been moved out of the source tree into a dedicated SVN |
74 | 75 | <link xl:href="https://anonsvn.springframework.org/svn/spring-samples/">repository</link> available at:</para>
|
75 | 76 |
|
76 | 77 | <para>
|
77 | 78 | <literal>https://anonsvn.springframework.org/svn/spring-samples/</literal>
|
78 | 79 | </para>
|
79 | 80 |
|
80 |
| - <para>As such, the samples are no longer distributed alongside Spring 3 and need to be downloaded separately from the repository mentioned above. However, this documentation |
81 |
| - will continue to refer to some samples (in particular Petclinic) to illustrate various features.</para> |
| 81 | + <para>As such, the samples are no longer distributed alongside Spring |
| 82 | + Framework 3 and need to be downloaded separately from the repository |
| 83 | + mentioned above. However, this documentation will continue to refer to |
| 84 | + some samples (in particular Petclinic) to illustrate various features.</para> |
82 | 85 |
|
83 | 86 | <note><para>For more information on Subversion (or in short SVN), see the project homepage at:
|
84 | 87 | <literal>http://subversion.apache.org/</literal></para>
|
|
190 | 193 | <section xml:id="new-in-3.0-features-overview">
|
191 | 194 | <title>Overview of new features</title>
|
192 | 195 |
|
193 |
| - <para>This is a list of new features for Spring 3.0. We will cover these |
| 196 | + <para>This is a list of new features for Spring Framework 3.0. We will cover these |
194 | 197 | features in more detail later in this section.</para>
|
195 | 198 |
|
196 | 199 | <itemizedlist>
|
|
0 commit comments