- 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.
- Node.js Design Patterns
- 跟“龍哥”學C語言編程
- 編寫高質量代碼:改善Python程序的91個建議
- 羅克韋爾ControlLogix系統應用技術
- C語言程序設計教程(第2版)
- 物聯網系統開發:從0到1構建IoT平臺(第2版)
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Oracle 18c 必須掌握的新特性:管理與實戰
- Learning Probabilistic Graphical Models in R
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- RESTful Java Web Services(Second Edition)
- 移動增值應用開發技術導論
- 創意UI Photoshop玩轉移動UI設計
- Google Maps JavaScript API Cookbook
- C語言程序設計實驗指導與習題精解