Commons Transaction aims at providing standardized, lightweight, well tested and efficient implementations of utility classes commonly used in transactional Java development.
Initially there are implementations for multi level locks, transactional collections and transactional file access.
There may be additional implementations when the common need for them becomes obvious, however, the complete component shall remain compatible to JDK1.2 and should have minimal dependencies.
What's New in This Release: [ read full changelog ]
· Frequent log accesses are now guarded for speedup.