Tagged Questions

7
votes
8answers
591 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 ...
2
votes
1answer
101 views

business object, on the wire object and calculator - which is best

i see this pattern over and over again and wanted to get opinions: Option 1: On the wire object and Business object composition: On the wire object - the data that is serialized and sent back ...
1
vote
1answer
423 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 ...
0
votes
0answers
64 views

Alternative names for the “Change Set”, “Simple Entities”, and “Self-Tracking Entities” data transfer patterns?

This article on n-tier application patterns describes different ways of getting data across the wire between your middle tier and your client. It names these patterns: Change Set -- e.g. sending ...