Spring Tips: A Gentle introduction to Spring Integration

preview_player
Показать описание
Speaker: Josh Long

Hi Spring fans! In this tip, we'll look at enterprise application integration with Spring Integration and the Spring Integration Java Config DSL.
Рекомендации по теме
Комментарии
Автор

As gentle as an introduction could be.

sunnykhetan
Автор

Great work! Appreciated! It's very helpful to all.

RishiRaj-wqxd
Автор

Is there any reason why the fluent builder is NOT TYPE SAFE? FE: Java 8 stream API also type safe even using lambdas...

haridaniel
Автор

so many new complicated abstractions (

sergenikitin
Автор

Any chance of having this source code?

alexsouza
Автор

How do we run an FTP Server on a machine so that I can send files from my machine to another over ftp

milanfaizal
Автор

why file example? the common use case is reading data from different databases right?

souravpati
Автор

josh's name in bengali for the slides - যশ লং :)

aprofromuk
Автор

File is an old API that should not be used. Use NIO instead

privettoli
Автор

Output to a local ftp server is so unnecesary for a introduction video. Should be done in as simple as possible manner, only to focus on 'Spring Integration' part.

RuskiTraktor
Автор

No good for Spring Boot 2.0.1.RELEASE. Can't find handleWithAdapter in IntegrationFlowDefinition anymore

darkknightleon