Tagged articles

JAX-RS

5 articles · Page 1 of 1
LuTiao Programming
LuTiao Programming
Mar 19, 2026 · Backend Development

Why 90% of Developers Get Java REST API Design Wrong—and the Correct Approach

Most teams treat REST APIs as merely functional, leading to chaotic naming, frequent breaking changes, rising front‑end costs, and JVM pressure; this article re‑examines REST’s constraint‑based architecture and presents concrete Java‑centric design principles, best‑practice guidelines, and implementation examples to build sustainable, evolvable APIs.

API designJAX-RSJava
0 likes · 9 min read
Why 90% of Developers Get Java REST API Design Wrong—and the Correct Approach
JakartaEE China Community
JakartaEE China Community
Jul 22, 2025 · Backend Development

Understanding MicroProfile OpenAPI Specification 3.0

This article explains the MicroProfile OpenAPI 3.0 specification, covering its architecture, configuration options, core properties, annotation usage, server definitions, programming model, model readers, filters, processing rules, endpoint behavior, and release notes for both 3.0 and earlier versions.

API documentationJAX-RSJava
0 likes · 29 min read
Understanding MicroProfile OpenAPI Specification 3.0
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 4, 2024 · Backend Development

Mastering JAX‑RS Client API in Spring Boot 3: From Basics to Advanced Async Calls

This tutorial demonstrates how to use JAX‑RS Client API within a Spring Boot 3.2.5 application to define REST resources, compare it with Spring's RestTemplate and WebClient, and implement synchronous, asynchronous, and reactive remote calls with custom providers, filters, and advanced configurations.

JAX-RSREST ClientSpring Boot 3
0 likes · 12 min read
Mastering JAX‑RS Client API in Spring Boot 3: From Basics to Advanced Async Calls
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 12, 2022 · Backend Development

How to Integrate JAX‑RS (Jersey) into Spring Boot 2.4: Full Configuration Guide

Learn how to enable JAX‑RS (Jersey) support in Spring Boot 2.4.12 by adding the starter dependency, defining custom endpoints, configuring ResourceConfig, and managing servlets, filters, and listeners, including advanced customizations of embedded servlet containers such as Tomcat, Jetty, and Undertow.

Embedded ServerJAX-RSJersey
0 likes · 8 min read
How to Integrate JAX‑RS (Jersey) into Spring Boot 2.4: Full Configuration Guide