Hi I'm studying "Transaction Script" , "Table Module" and "Domain Model" but it seems somehow complecated to me.
Could you please give me an example which compares these three methods?
Thank you
Hi I'm studying "Transaction Script" , "Table Module" and "Domain Model" but it seems somehow complecated to me.
Could you please give me an example which compares these three methods?
Thank you
I hope you're referring to Fowler's book on the same - http://martinfowler.com/eaaCatalog/
The primary distinction with Domain Model (116) is that, if you have many orders, a Domain Model (116) will have one order object per order while a Table Module will have one object to handle all orders.