|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
3 | 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
4 |
| -<chapter id="new-in-3"> |
| 4 | +<chapter id="new-in-3.0"> |
5 | 5 | <title>New Features and Enhancements in Spring 3.0</title>
|
6 | 6 |
|
7 | 7 | <para>If you have been using the Spring Framework for some time, you will be
|
8 | 8 | aware that Spring has undergone two major revisions: Spring 2.0, released in
|
9 | 9 | October 2006, and Spring 2.5, released in November 2007. It is now time for
|
10 | 10 | a third overhaul resulting in Spring 3.0.</para>
|
11 | 11 |
|
12 |
| - <sidebar id="new-in-3-intro-java"> |
| 12 | + <sidebar id="new-in-3.0-intro-java"> |
13 | 13 | <title>Java SE and Java EE Support</title>
|
14 | 14 |
|
15 | 15 | <para>The Spring Framework is now based on Java 5, and Java 6 is fully
|
|
19 | 19 | at the same time introducing some early support for Java EE 6.</para>
|
20 | 20 | </sidebar>
|
21 | 21 |
|
22 |
| - <section id="new-in-3-intro"> |
| 22 | + <section id="new-in-3.0-intro"> |
23 | 23 | <title>Java 5</title>
|
24 | 24 |
|
25 | 25 | <para>The entire framework code has been revised to take advantage of Java
|
|
43 | 43 | @Asynchronous annotation).</para>
|
44 | 44 | </section>
|
45 | 45 |
|
46 |
| - <section id="new-in-3-improved-docs"> |
| 46 | + <section id="new-in-3.0-improved-docs"> |
47 | 47 | <title>Improved documentation</title>
|
48 | 48 |
|
49 | 49 | <para>The Spring reference documentation has also substantially been
|
|
56 | 56 | issue</ulink>.</para>
|
57 | 57 | </section>
|
58 | 58 |
|
59 |
| - <section id="new-in-3-new-tutorial"> |
| 59 | + <section id="new-in-3.0-new-tutorial"> |
60 | 60 | <title>New articles and tutorials</title>
|
61 | 61 |
|
62 | 62 | <para>
|
63 | 63 | There are many excellent articles and tutorials that show how to get started with Spring 3 features.
|
64 | 64 | Read them at the <ulink url="http://www.springsource.org/documentation">Spring Documentation</ulink> page.
|
65 | 65 | </para>
|
66 |
| - <para id="new-in-3-samples"> |
| 66 | + <para id="new-in-3.0-samples"> |
67 | 67 | The samples have been improved and updated to take advantage of the new features in Spring 3.
|
68 | 68 | Additionally, the samples have been moved out of the source tree into a dedicated SVN
|
69 | 69 | <ulink url="https://anonsvn.springframework.org/svn/spring-samples/">repository</ulink> available at:</para>
|
|
81 | 81 |
|
82 | 82 | </section>
|
83 | 83 |
|
84 |
| - <section id="new-in-3-modules-build"> |
| 84 | + <section id="new-in-3.0-modules-build"> |
85 | 85 | <title>New module organization and build system</title>
|
86 | 86 |
|
87 | 87 | <para>The framework modules have been revised and are now managed
|
|
153 | 153 | </listitem>
|
154 | 154 | </itemizedlist>
|
155 | 155 |
|
156 |
| - <sidebar id="new-in-3-intro-spring-jar"> |
| 156 | + <sidebar id="new-in-3.0-intro-spring-jar"> |
157 | 157 | <title>Note:</title>
|
158 | 158 |
|
159 | 159 | <para>The spring.jar artifact that contained almost the entire framework
|
|
182 | 182 | </itemizedlist>
|
183 | 183 | </section>
|
184 | 184 |
|
185 |
| - <section id="new-in-3-features-overview"> |
| 185 | + <section id="new-in-3.0-features-overview"> |
186 | 186 | <title>Overview of new features</title>
|
187 | 187 |
|
188 | 188 | <para>This is a list of new features for Spring 3.0. We will cover these
|
|
0 commit comments