diff --git a/spring-framework-reference/src/getting-started.xml b/spring-framework-reference/src/getting-started.xml index 96510540ae1a380db8a663b7e94bfdc25c4f7b02..68813229db412765ae7e454fb8164c589b61985f 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