November 2014
Intermediate to advanced
808 pages
22h 47m
English
CHAPTER 16
![]()
Spring Integration
In this chapter, you will learn the principles behind enterprise application integration (EAI), used by many modern applications to decouple dependencies between components. The Spring framework provides a powerful and extensible framework called Spring Integration. Spring Integration provides the same level of decoupling for disparate systems and data that the core Spring framework provides for components within an application.
This chapter aims to give you all the required knowledge to understand the patterns involved in EAI, to understand what an enterprise service bus (ESB) is, and - ultimately - how to build ...