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

  1. Compare various ways of writing web service clients:
    1. openapi client,
    2. rest template,
    3. webflux client and
    4. feign client
  2. Find out more details about how spring uses java reflection.
  3. Understand the implications of this.
  4. Write detailed notes about this.

Tags

  1. Spring MVC
  2. Spring - REST API design and implementation
  3. Spring web frameworks - Spring RestTemplate
  4. Spring web frameworks - Spring WebFlux

Links to this note