Implementing a custom Spring Transaction Interceptor

Implementing a custom Spring Transaction Interceptor

In this article, we are going to implement a custom Spring Transaction Interceptor that will allow us to intercept the transactional behavior of our Spring Boot application. We are going to see how we can use this interceptor to allow...

Immutable Java ArrayList Monad

Immutable Java ArrayList Monad

In this article, we are going to demonstrate how to implement an immutable ArrayList-Like Monad in Java. We will discuss the pros and cons of this approach and how it can be used to enhance a more functional programming style...

Get the latest and greatest from CatnipCoder delivered straight to your inbox every week.