Tagged articles
2 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 9, 2023 · Backend Development

Mastering Spring Web Reactive: HttpHandler, WebHandler, and Server Integration

This article explains how Spring Web 2.4.12 enables reactive web applications by introducing the minimal HttpHandler protocol, the richer WebHandler API, supported server adapters, bean components, form and multipart data handling, filters, exception handlers, and the underlying codec infrastructure.

HttpHandlerWebHandlerreactive web
0 likes · 10 min read
Mastering Spring Web Reactive: HttpHandler, WebHandler, and Server Integration
Java High-Performance Architecture
Java High-Performance Architecture
Jan 18, 2023 · Backend Development

How to Use Spring 6 HTTP Interface for Simple REST Calls

This tutorial demonstrates how to leverage Spring 6’s new HTTP Interface feature to define REST calls as annotated Java interfaces, walks through creating a simple Spring Boot service, shows code for the entity, controller, proxy interface, test method, and explains related annotations and dependencies.

BackendHTTP Interfacereactive web
0 likes · 7 min read
How to Use Spring 6 HTTP Interface for Simple REST Calls