HantsyinITNEXTPerform 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 241Sep 241
HantsyinITNEXTHandling 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 23Sep 23
HantsyinITNEXTPersisting 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 23Sep 23
HantsyinITNEXTIntegrating Jakarta Data with QuarkusFor relational database persistence support, Quarkus provides several extensions for developers, including Hibernate ORM, Hibernate…Jun 11Jun 11
HantsyinITNEXTIntegrating 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 61Jun 61
HantsyinITNEXTUpgrade 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
HantsyinITNEXTAn 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
HantsyKickstart a Jakarta EE 10 ApplicationIn the past years, I have maintained several starter boilerplate projects for Jakarta EE developers, including:Jun 25, 20231Jun 25, 20231
HantsyBuilding Chat Application with R2dbc and PostgresSQLIn previous blog posts, I have demonstrated how to use Angular/Spring WebFlux to build a simple and stupid Chat application with varied…Jan 14, 2023Jan 14, 2023
HantsyinITNEXTWhat’s new in Jakarta Security 3Jakarta Security is based on the existing Jakarta Authentication and Jakarta Authorization, and defines a standard for securing your…Jan 8, 2023Jan 8, 2023