Kai Niemi
Kai Niemi's Blog

Kai Niemi's Blog

Follow
homebadges
Tag

retries

#retries

More content

Read more stories on Hashnode


Articles with this tag

Entity Control Boundary in Spring Boot Apps

Apr 30, 20238 min read

An architectural pattern for robust transaction management in Spring Boot applications · Introduction In a previous article, we looked at an...

Entity Control Boundary in Spring Boot Apps

Spring Retry with CockroachDB

Apr 13, 20235 min read

Using spring-retry to retry transient SQL exceptions in CockroachDB · Spring Retry is a small library for retrying failed method invocations of a...

Spring Retry with CockroachDB

Transaction Retries using JavaEE and CDI with CMTs

Dec 8, 20224 min read

Implementing client-side transaction retries on TomEE and JavaEE 8 · In this post, we'll use the same concept as in Transaction Retries using JavaEE and...

Transaction Retries using JavaEE and CDI with CMTs

Transaction Retries using JavaEE and CDI with BMTs

Dec 4, 20226 min read

Implementing client-side transaction retries on TomEE and JavaEE 8 · In a previous post, we demonstrated client-side transaction retries by using...

Transaction Retries using JavaEE and CDI with BMTs

JPA Best Practices - Explicit and Implicit Transactions

Jul 24, 202216 min read

JPA and CockroachDB - Part 1 · Introduction This article is part one of a series of data access best practices when using JPA and CockroachDB. The goal...

JPA Best Practices - Explicit and Implicit Transactions

Using Spring Annotations and AOP with CockroachDB

Mar 23, 20218 min read

Learn how to apply annotations and aspects in Spring for taking advantage of CockroachDB functions and streamlining transaction management ·...

Using Spring Annotations and AOP with CockroachDB