Tagged Questions
6
votes
8answers
559 views
Business Objects - Containers or functional?
Where I work, we've gone back and forth on this subject a number of times and are looking for a sanity check. Here's the question: Should Business Objects be data containers (more like DTOs) or ...
1
vote
1answer
384 views
What is a DTO and BO? What is the difference?
I know DTO is a data transfer object and a BO is a business object. But, what does it actually mean? When should I choose one over the other?
From, what I understand DTO is just used to transfer data ...