Hi,
First of all, great job with DoFactory's Design Pattern Framework. In the recent version 4.0 the Repository Pattern was included.
Now I am trying to understand the difference between the Repository Pattern and the DAO (Data Access Object) Pattern.
I have read the "official" definition from Fowler and Googled some additional information, but I guess I need a "for dummys" explanation, I hope someone can help me see the real difference between these two pattern and when is it convenient to apply one or the other.
Perhaps if someone can give me an example of a Repository Pattern that is not a DAO, or a DAO implementation that is not a Repository I can have a better understanding.
Thanks.