Spring Integration's primary goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code.
简单来说就是面向消息编程,类似于mulesoft,都是可以拉控件来编程,基本都是xml,用过一段时间,很多坑,比较少人用。
至于具体的例子可以参考官网demo,其实我觉得不太好用,要熟读他的文档,才明白怎么用他的xml标签,虽然的确很多代码不用写,但是学习成本相对较高。
Spring 除了mvc,主要的是三个template,hibernate template, JMS template, REST template。