To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Business object

From Wikipedia, the free encyclopedia

A business object is an entity within a multi-tiered software application that works in conjunction with the data access and business logic layers to transport data.[citation needed]

Business objects separate state from behaviour because they are communicated across the tiers in a multi-tiered system, while the real work of the application is done in the business tier and does not move across the tiers.

YouTube Encyclopedic

  • 1/3
    Views:
    8 613
    5 987
    1 099
  • SAP BOBJ use promotion Management to import & export files in LCMBIAR format
  • SAP Webi - Managing Reports
  • 5 Test the Business Object

Transcription

Function

Whereas a program may implement classes, which typically end in objects managing or executing behaviours, a business object usually does nothing itself but holds a set of instance variables or properties, also known as attributes, and associations with other business objects, weaving a map of objects representing the business relationships.

A domain model where business objects do not have behaviour is called an anemic domain model.

Examples

For example, a "Manager" would be a business object where its attributes can be "Name", "Second name", "Age", "Area", "Country" and it could hold a 1-n association with its employees (a collection of "Employee" instances).

Another example would be a concept like "Process" having "Identifier", "Name", "Start date", "End date" and "Kind" attributes and holding an association with the "Employee" (the responsible) that started it.

See also

  • Active record pattern, design pattern that stores object data in memory in relational databases, with functions to insert, update, and delete records
  • Business intelligence, a field within information technology that provides decision support and business-critical information based on data
  • Data access object, design pattern that provides an interface to a type of database or other persistent mechanism, and offers data operations to application calls without exposing database details
  • Data transfer object, design pattern where an object carries aggregated data between processes to reduce the number of calls

References

  • Rockford Lhotka, Visual Basic 6.0 Business Objects, ISBN 1-86100-107-X
  • Rockford Lhotka, Expert C# Business Objects, ISBN 1-59059-344-8
  • Rockford Lhotka, Expert One-on-One Visual Basic .NET Business Objects, ISBN 1-59059-145-3

External links

This page was last edited on 9 April 2024, at 13:39
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.