Spring: Spring Integration

Spring: Spring Integration

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 23m | 295 MB

In this course, instructor Kathy Flint shows how Spring Integration fits into the overall Spring framework. Kathy covers realistic use cases that warrant the use of Spring Integration, such as APIs, reactive websites, and database-integrated systems. Kathy demonstrates the full capabilities of Spring Integration by building a demonstration application; she starts with an empty Spring Boot application and adds Spring Integration components in increasing complexity, ending with a substantive demonstration application. She covers key features like message channels, message transformation, routing, and aggregation. Kathy finishes the course by identifying practical challenges and choices that an architect or engineer may encounter during the design and implementation of a Spring Integration system.

Table of Contents

1 What can Spring Integration do
2 What you should know
3 Using the exercise files
4 Essential Spring Integration components
5 Set up a Spring Integration project
6 Create a message in Spring Integration
7 Create a channel in Spring Integration
8 Choose the right channel for the job
9 Challenge Refactor a Spring Integration SubscribableChannel
10 Solution Refactor a Spring Integration SubscribableChannel
11 Capabilities of a Spring Integration endpoint
12 Filter Spring Integration messages
13 Transform Spring Integration messages
14 Challenge Configure a service activator
15 Solution Configure a service activator
16 Using Spring Integration to connect with external systems
17 JDBC connectivity using Spring Integration
18 Integrate Twitter using Spring Integration
19 Call a REST API using Spring Integration
20 Advanced Spring Integration
21 Next steps with Spring Integration