Related Patterns

Business objects are rarely used as stand-alone objects in a Web Service environment; in pure object-oriented environments, stand-alone business objects are common. Instead, other patterns leverage the Business Object pattern to fulfill their own requirements. As a result, you will rarely see a business object as a service implementation; instead, you see them implemented purely in the service implementation's platform, with one of the two following patterns being the service implementation: