| Author |
Difference between Repository and DAO petterns
|
Yash Don
Greenhorn
Joined: May 19, 2010
Posts: 11
|
|
Hi All,
I have a small doubt about Repository and DAO patterns. I have read both the patterns and they look very similar.
Can you please tell me the difference between them
|
Regards,
Yash
SCJP, SCWCD
|
 |
Arnold Reuser
Ranch Hand
Joined: Nov 20, 2003
Posts: 190
|
|
Try to find out if DAO or the Repository pattern is most applicable to the following situation :
Imagine you would like to provide a uniform data access API for a persistent mechanism to various types of data sources such as RDBMS, LDAP, OODB, XML repositories and flat files.
|
 |
 |
|
|
subject: Difference between Repository and DAO petterns
|
|
|