Published inITNEXTAn Introduction to Jakarta Persistence 3.2 by ExamplesJakarta Persistence 3.2, marked as a minor update in Jakarta EE 11, still contains numerous valuable enhancements for developers. For a…Jul 9A response icon2Jul 9A response icon2
Published inITNEXTSix Programming Models You Must Know When Building RESTful Services with Spring BootIn recent years, the Spring Framework has evolved quickly, introducing many new features that help developers build robust and modern…Jul 2Jul 2
Published inITNEXTAn Introduction to Spring Problem Details SupportWhen building REST API backends, developers often create custom wrappers, such as ApiResult or ErrorResponse, to standardize response…Jun 23Jun 23
Published inITNEXTVirtual Thread Support in Jakarta EE 11We have introduced Record support in Jakarta EE 11. In this post, we will discuss another Java language feature — Virtual Thread support…Jun 16Jun 16
Published inITNEXTUtilizing HTTP Service Interfaces to Define API Contracts Between Web Servers and ClientsIn the Declarative HTTP Client, we explored how to create an HTTP/REST client using simple Java interfaces along with new annotations…Jun 3Jun 3
Published inITNEXTAn Introduction to Spring Declarative RSocket ClientRSocket is an application protocol designed for multiplexed, duplex communication over transports like TCP and WebSocket. Since Spring 5.x…May 25May 25
Published inITNEXTAn Introduction to Spring Declarative HTTP ClientIf you’re familiar with Feign Client, you probably love its declarative approach to creating HTTP/REST clients. Spring Cloud has embraced…May 24May 24
Published inITNEXTJava Record Support in Jakarta EE 11Java records are a special kind of class designed to hold immutable data and automatically provide implementations for common methods such…Mar 19Mar 19
Published inITNEXTOverriding Spring Beans with @TestBeanIf you have been using Spring Boot since version 1.4, you might be familiar with the @MockBean and @SpyBean annotations provided in the…Feb 25Feb 25
Published inITNEXTAn introduction to Spring RestClient APISpring Framework 6.1 introduces a new synchronous HttpClient — RestClient, which is based on the existing RestTemplate, but provides a…Feb 24Feb 24