1. Spring and Java

>> The Parallel Garbage Collector – Sip of Java [inside.java]

Crash course on Parallel GC, its effect on throughput/latency, and common configuration parameters for tuning.

>> Spring Data JDBC – Use a sequence to generate primary keys [thorben-janssen.com]

Meet BeforeConvertCallback getting the next auto-incremented id from a database sequence in Spring Data JDBC.

>> How to integrate Hibernates Multitenant feature with Spring Data JPA in a Spring Boot application [spring.io]

A practical guide on how to use Hibernate’s multitenancy along with Spring Data JPA in Spring Boot applications.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> Comparing Approaches to Durability in Low Latency Messaging Queues [vanillajava.blog]

Is replicating data to a secondary system over the network faster than syncing to a disk? Maybe controversial, but worth taking a look at the benchmarks!

Also worth reading:

3. Comics

And my favorite Dilberts of the week:

>> Prepping The CEO [dilbert.com]

>> Climate Change In The Metaverse [dilbert.com]

>> Fund Long Covid Support Group [dilbert.com]

4. Pick of the Week

An interesting read:

>> Please stop citing TIOBE [nindalf.com]

Next »
Java Weekly, Issue 450
« Previous
Java Weekly, Issue 448
Comments are closed on this article!