Saturday, April 13, 2013

DAO vs. Active Record

The DAO pattern is a popular choice in term of implementing of Data Access Layer. There is another pattern start to be attractive to developers especially inside some Dynamic Programming languages -- The Active Record pattern. The basic idea is directly enhancing the Domain Object to do data persistence. Recommended to read more before making decision which one is better for your project.
http://www.linkedin.com/groups/EJB-entity-beans-Hibernate-dao-50472.S.120316355

No comments:

Post a Comment