From the course: Spring: Spring Integration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using Spring Integration to connect with external systems

Using Spring Integration to connect with external systems - Spring Tutorial

From the course: Spring: Spring Integration

Start my 1-month free trial

Using Spring Integration to connect with external systems

- [Instructor] One very compelling reason to use the Spring Integration framework for your Java-based messaging needs is the rich library of implementations allowing you to quickly connect your Java application to a very wide variety of external systems. There are approximately 28 different out of the box endpoints available, letting you cross the Java virtual machine runtime boundaries using best messaging practices and, best of all, code that you don't have to write. As we have mentioned, these external endpoints are supported heavily by the adapter and gateway enterprise integration patterns. It is worth noting that in this course, we use a broad definition of the term endpoint. However, sometimes when you hear the term endpoint used in the context of Spring Integration, it will be more circumscribed to these two particular types of connector. Under Spring Integration implementation, adapters notably support…

Contents