© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
F. Gutierrez, J. B. OttingerIntroducing Spring Framework 6https://doi.org/10.1007/978-1-4842-8637-1_9

9. Integrating Your Spring Application with External Systems

Felipe Gutierrez1   and Joseph B. Ottinger2
(1)
Cary, NC, USA
(2)
YOUNGSVILLE, NC, USA
 

In previous chapters, we’ve focused on processes that are synchronous processes – we issue a command to a database and get a response, or we make a web request, and it gives us a rendered page. In this chapter, we’re going to introduce asynchronous processing, processes that do not create an immediate response.

We’re also going to change approach slightly. In prior chapters, we’ve been building a “search engine”

Get Introducing Spring Framework 6: Learning and Building Java-based Applications With Spring 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.