Nitin Dhar
Open Source - Engineering - Abstraction -
Github
August 25, 2011
Simple Tutorial on the Data Access Object (Dao) Pattern
Posted by
Nitin Dhar
at
10:31 AM
System with three layers:
Data layer
The data layer basically stores the data and has methods to do CRUD operations on the data store.
API layer
Exposes prototypes for the CRUD methods
Service layer
Consumes the data retrieved by the data layer using the API methods.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment