Transactions
-
Enterprise Java
Play 2.0 framework and XA transactions
XA transactions are useful and out of the box, Play 2.0 today does not have support for them. Here I…
Read More » -
Software Development
Transactional event-based NOSQL storage
I am presenting here a simple two steps architectural approach based on stored events as a workaround for the lack…
Read More » -
Enterprise Java
Spring Pitfalls: Transactional tests considered harmful
One of the Spring killer-features is an in-container integration testing. While EJB lacked this functionality for many years (Java EE…
Read More » -
Enterprise Java
Spring Pitfalls: Proxying
Being a Spring framework user and enthusiast for many years I came across several misunderstandings and problems with this stack.…
Read More » -
Enterprise Java
Spring Declarative Transactions Example
A transaction is a unit of work that has ACID (atomic, consistent, isolated and durable) properties. Atomic means that the…
Read More » -
Enterprise Java
How to Do 100K TPS at Less than 1ms Latency
Martin Thompson and Michael Barker talk about building a HPC financial system handling over 100K TPS at less than 1ms…
Read More »