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.

Advanced Spring Integration

Advanced Spring Integration - Spring Tutorial

From the course: Spring: Spring Integration

Start my 1-month free trial

Advanced Spring Integration

- [Instructor] In our time together during this course, we have covered a lot of ground. You have learned the foundational principles of spring integration from both a theoretical and a hands-on perspective. There is much more to explore. If you are curious to learn more or you are in the place of building a spring integration implementation yourself, here are some additional topics you should be aware of. Protocol-specific endpoints. There is significant variety in the endpoint implementations for each of the external system connectivity protocols. We have looked at JDBC, Twitter, and HTTP together. And the general principles we have learned will get you started on the path. However, a degree of research will be required for you to fully implement a specific protocol connection for your system and to understand all of the options that are available to you. Annotations. While annotation-based configuration is a core spring…

Contents