Archive for June 2nd, 2009
I don’t believe in ORM object as your domain model
I have been on a few projects now where we have used ORM libraries to help store our data (eg ActiveRecord for Rails, Hibernate (and it’s variants), Castle’s ActiveRecord for .Net). On these projects, we have used the domain models and the ORM models are the same. The problem we faced with doing so is [...]
Posted: June 2nd, 2009 under Design.
Comments: 9