From b14d760c9b31cc00d88ec725c330e44c6fcd7579 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Mon, 6 Apr 2009 20:10:04 +0000 Subject: [PATCH] an outline of the Getting Started chapter --- .../src/getting-started.xml | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/spring-framework-reference/src/getting-started.xml b/spring-framework-reference/src/getting-started.xml index 96510540ae..68813229db 100644 --- a/spring-framework-reference/src/getting-started.xml +++ b/spring-framework-reference/src/getting-started.xml @@ -1,7 +1,34 @@ - Getting started with Spring 3.0 + Getting started with Spring - This is a placeholder, for now ... + This chapter will give you a quick introduction and a guide for how to get started + in 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