-
Integration
Spring Integration Custom Transformer Example
1. Introduction Spring Integration provides a transformer mechanism to convert message payloads from one form to another between two channels.…
Read More » -
spring
Spring REST with JSON Example
RESTful web services using JSON data format address the problems with SOAP web services using XML. REST can output data…
Read More » -
spring
Spring SOAP with XML Example
Web services are the distributed computing mechanism designed to work with open standards and protocols, thus facilitating interoperability among disparate…
Read More » -
Integration
Spring Integration Splitter Example
1. Introduction Spring Integration provides many components for processing messages before they reach their end point. Splitter is the component…
Read More » -
Integration
Spring Integration Kafka Tutorial
In this tutorial, we will show the Spring Integration with Kafka through examples. 1. Introduction Apache Kafka started as an…
Read More » -
Integration
Spring Integration DirectChannel Example
1. Introduction This article discusses the implementation of Spring Integration Direct Channel in a Spring Boot application. Spring Integration supports…
Read More »