Nested Transactions and Dining Philosophers

So, here’s an interesting Java issue I came about last week.

Java EE supports annotating methods using an @Transactional annotation. If you’re familiar with it, it’s similar to the synchronized keyword except on the database level. It also is if you’re not familiar with synchronized.

Transactional supports setting how transactions should be picked up – in particular, … https://westergaard.eu/2017/03/nested-transactions-and-dining-philosophers/

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.