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…4h ago4h ago
Published inITNEXTTesting Spring WebMvc Application with Assertj aware MockMvcTesterSince Spring 6.2, it introduced a completely new API — MockMvcTester to test WebMvc controllers.5h ago5h ago
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…4d ago4d ago
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, 20241Sep 24, 20241
Published inITNEXTHandling File Upload/Download with Spring WebFlux and Spring Data R2dbcIn last post, we have explored how to persist binary data into Postgres database using R2dbc/Spring Data R2dbc. In this post, we continue…Sep 23, 2024Sep 23, 2024
Published inITNEXTPersisting Binary Data into Postgres using Spring Data R2dbcFrom the Postgres R2dbc homepage, a Postgres bytea data type can be mapped to Java ByteBuffer, byte[], and R2dbc specific Blob. In this…Sep 23, 2024Sep 23, 2024
Published inITNEXTIntegrating Jakarta Data with QuarkusFor relational database persistence support, Quarkus provides several extensions for developers, including Hibernate ORM, Hibernate…Jun 11, 2024Jun 11, 2024
Published inITNEXTIntegrating Jakarta Data with SpringAs a Java backend developer, you could know well about the Repository pattern and the Repository related facilities that already provided…Jun 6, 20241Jun 6, 20241
Published inITNEXTUpgrade to Symfony v7Symfony has just released Symfony 7.0, there are a lot of breaking changes introduced in this version.Nov 30, 20232Nov 30, 20232
Published inITNEXTAn introduction to Jakarta Faces 4.0 by ExamplesJakarta Faces 4.0 includes a lot of small improvements and better alignment with CDI and other specifications.Nov 26, 2023Nov 26, 2023