Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
10 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 10

more...
partner

Business object (computer science)

Business objects are object oriented in a computer program that abstract the entities in the domain that the program is written to represent. For example, an order entry program needs to work with concepts such as orders, line items, invoices and so on. Each of these may be represented by a business object. Good business objects will Information_hiding all of the Data and behavior associated with the entity that it represents. For example, an order object will have the sole responsibility for loading an order from a Database, exposing or modifying any data associated with that order (i.e. order number, the order s customer account), and saving the order back to the database.

Business objects don t necessarily need to represent objects in an actual business (though they often do). They can represent any object related to the domain in which a developer is creating business logic for. The term is used to distinguish between the objects a developer is creating or using related to the domain and all the other types of object he or she may be working with such as user interface Widget_%28computing%29 and database objects such as tables or rows.

The concept of a business object is closely associated with the Component-based Scalable Logical Architecture (CSLA) developed by Rockford Lhotka.

=Books=

*Rockford Lhotka, Visual Basic 6.0 Business Objects, ISBN 186100107X *Rockford Lhotka, Expert C# Business Objects, ISBN 1590593448 *Rockford Lhotka, Expert One-on-One Visual Basic .NET Business Objects, ISBN 1590591453 *Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides, Design Patterns, ISBN 0201633612