How would Unit of Work apply in a web application?

Posted by fig-gnuton on Stack Overflow See other posts from Stack Overflow or by fig-gnuton
Published on 2010-06-16T04:25:08Z Indexed on 2010/06/16 4:32 UTC
Read the original article Hit count: 162

How would Unit of Work apply in an ajax-heavy web application, where client-side changes may not always be immediately persisted to the server?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about web-applications