Spring web frameworks
Table of Contents
Web Servlet - Spring MVC, WebSocket, SockJS, STOMP Messaging: https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#spring-web Web Reactive - Spring WebFlux, WebClient, WebSocket, RSocket: https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html#spring-webflux
Spring web frameworks - Spring WebFlux
KNOWLEDGE GAP - LEARN MORE
- Compare various ways of writing web service clients:
- openapi client,
- rest template,
- webflux client and
- feign client
- Find out more details about how spring uses java reflection.
- Understand the implications of this.
- Write detailed notes about this.