Main menu:

Site search

Categories

June 2009
M T W T F S S
« May   Sep »
1234567
891011121314
15161718192021
22232425262728
2930  

Tags

Blogroll

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 [...]