Spring Integration
-
Enterprise Java
Polling an http end point using Spring Integration
It is a little non-intuitive if you want to write a flow with Spring Integration which polls an http end point…
Read More » -
Enterprise Java
Introducing Spring Integration
In this article we introduce Spring Integration. If you have not worked with Spring Integration before, it might help to…
Read More » -
Enterprise Java
Spring Integration with Gateways
This is the second article of the series on Spring Integration. This article builds on top of the first article…
Read More » -
Enterprise Java
Spring Integration – Session 2 – More Hello Worlds
This is a follow up to Spring Integration Session 1 The first session was a simple Hello World application using…
Read More » -
Enterprise Java
Spring Integration – Session 1 – Hello World
The ” Hello World” of Spring Integration – consider a simple program to print “Hello World” to the console using…
Read More » -
Enterprise Java
Concurrency – Executors and Spring Integration
Thread Pool/Executors Based Implementation A better approach than the raw thread version, is a Thread pool based one, where an…
Read More » -
Enterprise Java
Rube Goldberg Spring Integration
Spring Integration provides a very nice abstraction over some complexities involved with Integrating systems together – Spring Integration fits the…
Read More » -
Enterprise Java
Backing Spring Integration routes with ActiveMQ
As discussed in my previous post, Spring Integration (SI) is a routing framework built on top of the Spring Framework…
Read More » -
Enterprise Java
Spring Integration with reCAPTCHA
Sometimes we just need CAPTCHA, that’s a sad fact. Today we will learn how to integrate with reCAPTCHA. Because the…
Read More »