- Learning Spring Boot 2.0(Second Edition)
- Greg L. Turnquist
- 152字
- 2021-07-02 15:18:07
Reactive Web with Spring Boot
The more and more I use #SpringBoot the more I like it.
– Derek Stainer @dstainer
In the previous chapter, we saw how quickly an application can be created with just a few lines of code. In this chapter, we are going to embark upon a journey. We will build a social media application where users can upload pictures and write comments.
In this chapter, we will build the web layer for our social media application doing the following:
- Creating a reactive web application with Spring Initializr
- Learning the tenets of reactive programming
- Introducing Reactor types
- Switching from Apache Tomcat to Embedded Netty
- Comparing reactive Spring WebFlux against classic Spring MVC
- Showing some Mono/Flux-based endpoints
- Creating a reactive ImageService
- Creating a reactive file controller
- Showing how to interact with a Thymeleaf template
- Illustrating how going from async to sync can be easy, but the opposite is not
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Dynamics 365 Application Development
- MATLAB 2020 從入門到精通
- x86匯編語言:從實模式到保護模式(第2版)
- Java程序設計與計算思維
- Internet of Things with the Arduino Yún
- 編譯系統透視:圖解編譯原理
- Mastering KnockoutJS
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Solutions Architect's Handbook
- BeagleBone Robotic Projects(Second Edition)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Python青少年趣味編程
- Hack與HHVM權威指南