diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml
index a3523309527..f6669f8378b 100644
--- a/spring-framework-reference/src/beans.xml
+++ b/spring-framework-reference/src/beans.xml
@@ -7163,6 +7163,18 @@ argument.required=Ebagum lad, the '{0}' argument is required, I say, required.
ApplicationListener and thus receives the
BlackListEvent, at which point it can notify
appropriate parties.
+
+
+ Spring's eventing mechanism is designed for simple communication
+ between Spring beans within the same application context. However, for
+ more sophisticated enterprise integration needs, the separately-maintained
+ Spring Integration
+ project provides complete support for building lightweight, pattern-oriented,
+ event-driven architectures that build upon the well-known Spring
+ programming model.
+