Published inITNEXTWhat’s New in Jakarta Security 4.0?The Jakarta Security specification offers a set of user-friendly APIs for managing authentication and authorization in Jakarta EE…Sep 24Sep 24
Published inITNEXTWhat’s New in Jakarta REST 4.0Jakarta REST 4.0 is a major update in Jakarta EE 11, with much of the work focused on housekeeping. For example, there has been significant…Jul 31A response icon1Jul 31A response icon1
Published inITNEXTSeamless Data Access: Micronaut Data Embraces Jakarta DataMicronaut is a modern, JVM-based framework designed for building cloud-native microservices and serverless applications. Previously, we…Jul 26Jul 26
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