diff --git a/docs/src/reference/docbook/index.xml b/docs/src/reference/docbook/index.xml
index 780c6d6433..614c1c72f9 100644
--- a/docs/src/reference/docbook/index.xml
+++ b/docs/src/reference/docbook/index.xml
@@ -68,8 +68,8 @@
What's new in Spring Integration 2.0
- For those of you who already familiar with Spring Integration, this chapter provides a brief overview of
- what is new and what has changed in Spring Integration 2.0
+ For those who are already familiar with Spring Integration, this chapter provides a brief overview of
+ the new features of version 2.0.
@@ -78,10 +78,15 @@
Overview of Spring Integration Framework
- Spring Integration is a POJO-based light weight, embedded messaging framework with a loosely
- coupled programming model aimed to simplify integration of heterogeneous systems based on
- Enterprise Integration Patterns
- and is an alternative to ESB-like approach.
+
+ Spring Integration provides an extension of the Spring programming model to support the well-known
+ Enterprise Integration Patterns.
+ It enables lightweight messaging within Spring-based applications and supports
+ integration with external systems via declarative adapters.
+ Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling.
+ Spring Integration's primary goal is to provide a simple model for building enterprise integration solutions
+ while maintaining the separation of concerns that is essential for producing maintainable, testable code.
+
@@ -89,7 +94,12 @@
Core Messaging
- Core Messaging TODO
+ This section covers all aspects of the core messaging API in Spring Integration.
+ Here you will learn about Messages, Message Channels, and Message Endpoints.
+ Many of the Enterprise Integration Patterns are covered here as well,
+ such as Filters, Routers, Transformers, Service-Activators, Splitters, and Aggregators.
+ The section also contains material about System Management, including the Control Bus and Message History support.
+
@@ -102,7 +112,9 @@
Integration Adapters
- Adapters TODO
+ This section covers the various Channel Adapters and Messaging Gateways provided
+ by Spring Integration to support Message-based communication with external systems.
+
@@ -125,7 +137,7 @@
Appendices
- Appendices TODO
+ Advanced Topics and Additional Resources