Browse Source

Link to Spring Integration at end of event coverage

pull/1234/head
Chris Beams 14 years ago
parent
commit
b90260f8d2
  1. 12
      spring-framework-reference/src/beans.xml

12
spring-framework-reference/src/beans.xml

@ -7163,6 +7163,18 @@ argument.required=Ebagum lad, the '{0}' argument is required, I say, required.</ @@ -7163,6 +7163,18 @@ argument.required=Ebagum lad, the '{0}' argument is required, I say, required.</
<interfacename>ApplicationListener</interfacename> and thus receives the
<classname>BlackListEvent</classname>, at which point it can notify
appropriate parties.</para>
<note>
<para>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
<ulink
url="http://springsource.org/spring-integration">Spring Integration</ulink>
project provides complete support for building lightweight, <ulink
url="http://www.enterpriseintegrationpatterns.com">pattern-oriented</ulink>,
event-driven architectures that build upon the well-known Spring
programming model.</para>
</note>
</section>
<section id="context-functionality-resources">

Loading…
Cancel
Save