posted 16 years ago
Santosh,
Actually transaction handling is being done at the service level. The reason being:
My service may call multiple DAO's and if any of them throw and error I want to rollback the transaction. Here is my DAO:
And here is the snippet from my applicationContext which does the transaction stuff:
Hope that helps.