
Spring Integration 2.0 GA Released
I am very pleased to announce that Spring Integration 2.0 GA has been released! Download The distribution zip containing the Spring Integration JARs, source JARs, and documentation can be downloaded here. Dependency Configuration The artifacts should also be available from the Maven central repository at some point later today. In the meantime, you can add Read more…

Spring Integration 2.0 Release Candidate 1
We are pleased to announce the first release candidate of Spring Integration 2.0! Download | Reference Manual | JavaDoc I thought I would take the opportunity to provide a general "what's new?" guide. There are actually too many new features and improvements to cover them all in a single post, but I will focus on Read more…

New Spring Integration Samples
Based on your overwhelming requests for more Spring Integration samples and more usable structure we are pleased to make the following announcement: Starting with the current release of Spring Integration the samples will no longer be included with Spring Integration distribution. Instead we've switched to a much simpler collaborative model that should promote better community Read more…

(Secure) File Transfer, the Only Way to Fly…err Copy
There are many ways to skin a cat. Many applications today rely on messaging (AMQP, JMS) to bridge the gap between disparate systems and data. Others rely on RPC (typically web-services, or REST). For a great many applications, however, file transfer is very much a way of life! There are several common ways of supporting Read more…

Uploading Job Configurations to Spring Batch Admin
An interesting problem that has no universal good solution is: how do I change the configuration of a running Spring application? Spring Batch Admin 1.0.0.M3 was released recently, and it has a configuration upload feature that solves this problem in a particular way. Someone asked for this feature at the recent S2GForum in Munich (if Read more…

Using UDP and TCP Adapters in Spring Integration 2.0 M3
The UDP and TCP channel adapters introduced in Spring Integration 2.0 Milestone 3 provide lightweight communication either between two or more Spring Integration applications, or between a Spring Integration application and some other platform. Following on from Oleg's blog about the Loan Broker, I use the same example to show how to use the new Read more…

Spring Integration 2.0 Milestone 3 Released
The 3rd development milestone for Spring Integration 2.0 was released last week (download it here). If you have read Oleg's recent blog, you already know that we have started working on a new reference sample implementation based on the "Loan Broker" example that plays a significant role in Gregor Hohpe and Bobby Woolf's Enterprise Integration Read more…

EIP 'Loan Broker' Reference Implementation (Part 1)
We are pleased to announce the first installment of the 'Loan Broker' Reference Implementation. 'Loan Broker' concept has become a de-facto reference domain for showcasing Enterprise Integration Patterns (EIP) – by Gregor Hohpe ad Bobby Woolf, and this installment of the Loan Broker RI demonstrates how Enterprise Integration Patterns are realized and applied using Spring Read more…

