- 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.
推薦閱讀
- Clojure Programming Cookbook
- Oracle WebLogic Server 12c:First Look
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- iOS開發實戰:從零基礎到App Store上架
- Troubleshooting PostgreSQL
- Python算法詳解
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- 新印象:解構UI界面設計
- Building Slack Bots
- Application Development with Swift
- Spring Boot從入門到實戰
- Distributed Computing with Python
- 3D Printing Designs:Design an SD Card Holder
- Java Script從入門到精通(第5版)
- 數據庫技術及應用教程上機指導與習題(第2版)