The Active Record pattern has a lot of publicity recently thanks to the Ruby On Rails and Grails wave. A definition could be: an object that encapsulates both data and behavior (ie a database row and it’s data access logic).A bit of historyI was asked recently my thoughts about this pattern. First of all, … [...]

