Hi Ben,
where would you suggest putting business methods not related to one specific entity, especially when also hitting the persistance layer?
In detail, would you introduce a new business layer next to or on top of the domain layer, and what if this business method has to get data from the persistance layer (e.g. a database view) for calculations or anything else?
Thank you in advance,
Fireball


Reply With Quote