CHAPTER 11

image

Integrating Your Spring Application with External Systems

In this chapter, you are going to learn how to integrate your Spring application, My Documents, with external or existing systems. Let’s imagine for a moment that you have two friends. The first friend wants to send you some document information: the same Document class model that you have in XML format. But this friend only knows JMS (Java Message Service). The second friend wants to only receive document information in XML format as well, but this friend only knows AMQP (Advance Message Queue Protocol).

Figure 11-1 shows how you should communicate between these systems. At ...

Get Introducing Spring Framework: A Primer now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.