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
Published inITNEXTAn Introduction to Spring JdbcClient APIJdbcClient is a fluent API that includes a collection of common Jdbc query and update operations, internally it delegates the execution to…Feb 6Feb 6
Published inITNEXTTesting Spring WebMvc Application with Assertj aware MockMvcTesterSince Spring 6.2, it introduced a completely new API — MockMvcTester to test WebMvc controllers.Feb 6Feb 6
Published inITNEXTSpring Jdbc and Vibur DBCP DataSourceVibur DBCP is a fast, high-performance JDBC connection pool that provides SQL performance monitoring and logging capabilities. The Vibur…Feb 2Feb 2
Published inITNEXTPerform Complex Queries with jOOQ and R2dbcR2dbc makes it possible to access traditional RDBMS in reactive programming, but unfortunately Spring R2dbc and Spring Data R2dbc can not…Sep 24, 2024A response icon1Sep 24, 2024A response icon1