On this page I read the following:
A unit of work is a design pattern described by Martin Fowler
Did Martin Fowler discover this pattern before the Hibernate developers and is he the only source of describing this pattern?
Did Martin Fowler discovered this pattern before hibernate boys and is Martin the only source of describing this pattern?
The concept of Unit Of Work is a central concept of ORMs and has been described by Scott Ambler in his outstanding research on ORM (which dates back to 1998), notably the famous ORM sister papers (now split in several documents):
And to my knowledge, most modern ORMs are based on Scott Ambler's papers and share concepts:
UnitOfWork
1. PersistenceManager
. Session
. EntityManager
. So while this concept has emerged as a pattern which has been described by Fowler, Ambler's work clearly predates PoEAA.
1 Actually, TopLink has been created in the early 90's and thus predates Ambler's work, I just don't know when they introduced their unit of work implementation and if Ambler somehow influenced that or if this is resulting from the convergence of similar ideas.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With