Skip to content

Commit b90260f

Browse files
committed
Link to Spring Integration at end of event coverage
1 parent 258a474 commit b90260f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-framework-reference/src/beans.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7163,6 +7163,18 @@ argument.required=Ebagum lad, the '{0}' argument is required, I say, required.</
71637163
<interfacename>ApplicationListener</interfacename> and thus receives the
71647164
<classname>BlackListEvent</classname>, at which point it can notify
71657165
appropriate parties.</para>
7166+
7167+
<note>
7168+
<para>Spring's eventing mechanism is designed for simple communication
7169+
between Spring beans within the same application context. However, for
7170+
more sophisticated enterprise integration needs, the separately-maintained
7171+
<ulink
7172+
url="http://springsource.org/spring-integration">Spring Integration</ulink>
7173+
project provides complete support for building lightweight, <ulink
7174+
url="http://www.enterpriseintegrationpatterns.com">pattern-oriented</ulink>,
7175+
event-driven architectures that build upon the well-known Spring
7176+
programming model.</para>
7177+
</note>
71667178
</section>
71677179

71687180
<section id="context-functionality-resources">

0 commit comments

Comments
 (0)