ChrisPlatt
Programmer
Does anyone have any advice on how to seperate out Business Entity Data (i.e. common data that will be passed between layers in the application) from the Business Rules relating to the Business Entities?
I am assuming this the correct way of structuring an application so you do not have to pass around business rules along with and object data.
My current application has a series of Business Entity Data classes and a parallel set of Business Rule classes into which I pass a parameter of the Business Entity Data class.
Hope this makes sense...
I am assuming this the correct way of structuring an application so you do not have to pass around business rules along with and object data.
My current application has a series of Business Entity Data classes and a parallel set of Business Rule classes into which I pass a parameter of the Business Entity Data class.
Hope this makes sense...