Tutorial about the Jakarta RESTful Web Services (JAX-RS) specification (also part of Eclipse MicroProfile) to create REST applications| rieckpil
Learn how to use the WebTestClient from Spring for efficient testing of your application's REST API during integration tests| rieckpil
Tutorial for the Spring Security OAuth2 integration with the Spring WebClient to enable OAuth2 login for a WebFlux (reactive) application| rieckpil
Tutorial for the Spring Security OAuth2 integration with the Spring WebClient to enable OAuth2 login for a Spring Web (Servlet) application| rieckpil
Understand the differences between the methods exchange and retrieve when using the Spring Webflux WebClient to make HTTP requests.| rieckpil
Learn how to effectively use Eclipse MicroProfile Rest Client for RESTful communication of your Java EE or Jakarta EE applications| rieckpil
Introduction of the WebClientCustomizer functional interface to globally customize Spring WebClient instances using Spring Boot| rieckpil
Write tests for your Spring WebClient usage with OkHttp's MockWebServer and mock HTTP responses to test different scenarios| rieckpil