why use business objects?
October 27, 2005 6:06 AM
Subscribe
From a technical point of view, why use business objects during development?
I understand the everyday reasons behind separating business logic from presentation logic. I even agree, for the most part. But technically, you're creating more work for yourself creating business objects, and it's often just as convoluted in the presentation layer dealing with your business objects as it would be dealing directly with the data. So, don't give me reasons involving OO, or making multi-development projects easier, or the same "it's a good idea because...." stuff I get everywhere. Give me hard reasons, or justify why it's a good idea to separate the presentation and business layers.
posted by taumeson to technology (27 comments total)
1 user marked this as a favorite
Also, you could have people developing both components separately.
I think there are probably lots of reasonably good reasons to separate the two, assuming your project is going to be around for a while.
posted by chunking express at 6:12 AM on October 27, 2005