diff --git a/spring-framework-reference/src/getting-started.xml b/spring-framework-reference/src/getting-started.xml deleted file mode 100644 index b07b933156c..00000000000 --- a/spring-framework-reference/src/getting-started.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - Getting started with Spring - - - This chapter will give you a quick introduction and serve as a guide for how to get started - using the Spring Framework for your Java development. We can of course only cover a tiny - subset of the available features in this chapter. You will have to turn to the rest of this - reference document for more detailed coverage of all features. - -
- Creating an ApplicationContext - We ... - -
- -
- The Data Access Object - We ... - -
- -
- The Business Layer - We ... - -
- -
- The Web UI - We ... - -
- -
\ No newline at end of file diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.xml index cf39e5b110e..566eb449287 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.xml @@ -64,6 +64,15 @@ issue. +
+ New getting started tutorial + + There is now a new getting started tutorial for developing a basic + Spring 3.0 MVC web application. This tutorial is a separate document that can + be found at the + Spring Documentation page. +
+
New module organization and build system diff --git a/spring-framework-reference/src/spring-framework-reference.xml b/spring-framework-reference/src/spring-framework-reference.xml index e22eab8c2d8..a6c78699459 100644 --- a/spring-framework-reference/src/spring-framework-reference.xml +++ b/spring-framework-reference/src/spring-framework-reference.xml @@ -125,10 +125,9 @@ - - + + - Core Technologies