Spring Integration Scripting Support - Part 1
Spring Integration scripting support, available in the 2.1 release, builds upon the Groovy scripting support introduced in 2.0. If you are familiar with Spring Integration, consider scripting support as another tool in your toolbox that you will find useful in certain situations. If you have existing code written in languages such as Groovy, Python, Ruby, or Javascript and need to integrate them with each other or into a Java application, Spring Integration provides a simple way to do this. Whatever the case, this post covers the basics to get you started using your favorite scripting…