While reading, I'm looking at the references that call Business Objects . I have seen Wikipedia and it is so but I can not find what a business object is .
Is there a simple explanation for this, which is not for anyone who does not know about software architecture and one such thing?
Also, what is business logic
this Easy
Every unit in the system represents the human world, which is expected to interact with the system is a business object.
Human-world logic is a business logic in the system around tampering.
This is contrary to the objects and logic of the implementation details is logic.
For example, multi-level trading systems will be order / trade business objects, but heart beats will detail details.
The logic of the encoding order / trade object for streaming will be the implementation details, while the argument to change the order state is to 'complete' a business logic after the completion of the business.
Comments
Post a Comment