- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 192字
- 2021-06-24 19:17:27
Spring Integration
This module supports a lot of Enterprise Application patterns and brings the Spring programming model to this topic. The Spring programming model enables extensive dependence injection support and is annotations programming-centric. The annotations instruct us as to how the framework needs to be configured and defines framework behaviors.
The POJO model is suggested because it is simple and widely known in the Java development world.
This project has some intersections with the other modules. Some other projects use these module concepts to do their work. There is a project called Spring Cloud Stream, for instance.
The Enterprise Integration patterns are based on a wide range of communication channels, protocols, and patterns. This project supports some of these.
The modules support a variety of features and channels, such as the following:
- Aggregators
- Filters
- Transformers
- JMS
- RabbitMQ
- TCP/UDP
- Web services
- And much more
There are three main concepts of Enterprise application integration:
- Messages
- Message channel
- Message endpoint
Finally, the Spring Integration module offers a comprehensive way to create application integration and enables developers to do it using amazing support.
- Java程序設計與開發
- 數字媒體應用教程
- Boost C++ Application Development Cookbook(Second Edition)
- 深入理解Django:框架內幕與實現原理
- R語言數據可視化之美:專業圖表繪制指南
- Julia機器學習核心編程:人人可用的高性能科學計算
- React.js Essentials
- Web Application Development with MEAN
- Python機器學習算法與實戰
- Java并發編程:核心方法與框架
- Test-Driven iOS Development with Swift
- 從零開始學算法:基于Python
- Google Maps JavaScript API Cookbook
- 輕松學Scratch 3.0 少兒編程(全彩)
- Unity3D高級編程:主程手記