Link Details

Link 99272 thumbnail
User 131196 avatar

By jj83777
via tutorials.jenkov.com
Published: Jul 30 2008 / 05:41

The Data Access Object (DAO) pattern is now a widely accepted mechanism to abstract away the details of persistence in an application. In practice however, it itsn't always that easy to make your DAO's fully hide the underlying persistence layer. For instance, when a transaction span calls to multiple DAO's, where do you put the transaction demarcation code? This text will take a closer look at this and other problems and their solutions.
  • 20
  • 2
  • 2545
  • 690

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.