- Spring 5.0 Projects
- Nilang Patel
- 169字
- 2021-07-02 12:35:07
Reactive support in Spring Framework
Spring is a modular framework and used to build every aspect of an application from the web to the persistence layer. Each module is considered as a sub-framework and targeted for a specific area of development. For example, to support a web layer with a servlet API, the Spring MVC module was included in the Spring Framework.
Similarly, to support a reactive stack in the web layer, Spring WebFlux was introduced in Spring Framework 5. It is fully non-blocking, backpressure, asynchronous, and compliant with Reactive Streams specifications. It can be run on Servlet 3.1+, Netty, and Undertow containers.
Spring Framework has both the stacks, Spring Web MVC and spring-WebFlux, and developers are free to use either of them, or in some scenarios to mix both of them to develop a Spring-based web application. The typical example would be using spring MVC controller with reactive WebClient; we will talk more about this in the latter part of this chapter.
- 網絡云百問百答
- 物聯網智慧安監技術
- Building E-commerce Sites with VirtueMart Cookbook
- WordPress 5 Complete
- IPv6網絡切片:使能千行百業新體驗
- The Kubernetes Workshop
- Bonita Open Solution 5.x Essentials
- 網絡環境中基于用戶視角的信息質量評價研究
- Master Apache JMeter:From Load Testing to DevOps
- 從實踐中學習手機抓包與數據分析
- 現代通信系統(第5版)
- bash網絡安全運維
- 計算機通信網絡安全
- 加密與解密實戰全攻略
- Learning IoT with Particle Photon and Electron