Spring Integration with Spring Boot | Transformer | Example | Simple Programming

preview_player
Показать описание
Welcome to Simple Programming

Spring Integration with Spring Boot Transformer Example

Say you have an application that accepts and processes data in json format.
and you are connected to some external system tat can process only xml

now you have to go through the pain of converting your java object into xml before sending the request to that external system

well spring integration gives u a transformer for that

Transformer – converts the payload or structure to another form (like for example XML payload to JSON)

There are multiple built in transformers – xml to object (unmarshallers) / object to xml (marshallers), Object to string, File to string, Object serializer/deserialier, Object to map, Object to Json
Рекомендации по теме
Комментарии
Автор

I was looking for this for a long time ... thanks a lot. this is only correct and fine tutorial available in youtube so far .. all the best.

kuldeepbisen
Автор

This is really worth session, can you please create content on IntegrationFlow

redlighttogreenlight
Автор

please make some more vlog on spring integration, Excellent explained++

SushilKumarBhaskar
Автор

Good example! just an small suggestion please add some graphical content to make presentation more understandable. Rest all good. Thanks for sharing

VikramThakur
Автор

How can I use this by reading a text file?

davidsilva
Автор

I could not understand one thing. In gateway, the channel name is different than service activator. Or am I missing something? Is it like- controller>gateway's requestchannel>config's transformer>serviceactivator?

mithunda
Автор

Hi. Thanks for the tutorial. 

Do you have your source code uploaded somewhere?

pradeepssuubramanian
Автор

is it possible to use JsonToObjectTransformer with List? e.g. List<Student> instead of Student.class?

yevgeny
Автор

Could you provide Http OutBound with handling Http 200, 404, 500 example

kishorek