- Spring Integration Essentials
- Chandan Pandey
- 141字
- 2021-07-23 20:50:46
Why Spring Integration?
Spring Integration is an open source effort to address integration challenges; it is based on the Spring Framework, which is the most widely used Java-based framework in organizations. It introduces the simple POJO-based programming model to support standard integration patterns.
It's lightweight; all it needs is couple of jars for which Maven targets are readily available. A quick comparison shows that the Service Mix download is around 55 MB while Spring Integration is just 14 MB in size.
- Spring Integration is just a set of standard Java libraries; the solution gets deployed in the application instead of that application getting deployed in some containers, as in the case of SM and Mule.
For enterprises that are already using Java and Spring, it eases the integration effort as it follows the same idioms and patterns of the Spring Framework.
推薦閱讀
- Access 數(shù)據(jù)庫(kù)應(yīng)用教程
- HTML5 Mobile Development Cookbook
- Data Analysis with IBM SPSS Statistics
- Python高效開(kāi)發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- .NET 3.5編程
- Android系統(tǒng)原理及開(kāi)發(fā)要點(diǎn)詳解
- INSTANT Sinatra Starter
- Hadoop大數(shù)據(jù)分析技術(shù)
- Python Machine Learning Cookbook
- SQL Server 2008實(shí)用教程(第3版)
- Processing開(kāi)發(fā)實(shí)戰(zhàn)
- Building Scalable Apps with Redis and Node.js
- HTML5+CSS+JavaScript深入學(xué)習(xí)實(shí)錄
- Python深度學(xué)習(xí):基于PyTorch
- Building an E-Commerce Application with MEAN