- Learning Spring Boot 2.0(Second Edition)
- Greg L. Turnquist
- 131字
- 2021-07-02 15:18:08
Comparing reactive Spring WebFlux against classic Spring MVC
Ever heard of Spring MVC? It's one of the most popular web frameworks used by the Java community. Since Spring Framework 3, it has utilized an annotation-driven programming style, sometimes known as @MVC.
But we aren't going to use that in this book. Instead, we are going to use something new, Spring WebFlux. WebFlux is an alternative module in the Spring Framework focused on reactive handling of web requests. A huge benefit is that it uses the same annotations as @MVC, along with many of the same paradigms while also supporting Reactor types (Mono and Flux) on the inputs and outputs. This is NOT available in Spring MVC. The big thing to understand is that it's just a module name--spring-webflux versus spring-webmvc.
推薦閱讀
- C++程序設計(第3版)
- Java Web開發之道
- 程序員數學:用Python學透線性代數和微積分
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Visual C#通用范例開發金典
- Instant Nancy Web Development
- C#應用程序設計教程
- Java實戰(第2版)
- Mastering React
- Xcode 6 Essentials
- Python 3 Object:oriented Programming(Second Edition)
- Android應用開發實戰(第2版)
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 深入實踐C++模板編程