-
Apr 22nd, 2008, 01:57 AM
#1
transaction demarcation: where?
Just to make sure: transactions should be demarcated in your service layer and not in your DAO's, right?
-
Apr 22nd, 2008, 02:04 AM
#2
That is correct.
You want your business/service method to be transactional and not only your data access. Especially not when you do multiple data calls inside your service method.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules