Home > Design Patterns, Software Design Concepts > Business Delegate – Design Pattern

Business Delegate – Design Pattern

Data flows between the tiers in the multi-tiered, when the presentation components are interacting with business services, their implementation details are exposed. The domain object is converted into business object.

In distributed applications, lookup for remote business component when applications use business component directly, application code must change to reflect changes in business component APIs.

An Intermediate class is introduced called business delegate, which decouples business components from the code that uses them.

- Decouple application tier from business tier

 The Business Delegate pattern manages the complexity of distributed component lookup and may adapt the business component interface to a simpler interface for use by views.

 business_delegate.jpg

Business Delegate interacts with business tier api service for domain object.

 multi-tier-architecture.jpg

  1. Rajendra
    August 6, 2008 at 5:51 AM | #1

    Really good article about Business delegate design pattern. Actually i am Rajendra from India(AP) and i have 1 year of experience in java. I need some advise. How can i learn desighn patterns. i have tried GOF but i am not able to understand it to the full. Can you please suggest some good books for novices initially.

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.