• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Design pattern : reduce network traffic

 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the benefits of using the Business Delegate design pattern?

One of the answer was Reduces network traffic. Isn't reducing network traffic the benefit of Transfer Object instead ?

Also checked Peabody notes, there too Reduce network traffic is given as consequence for Transfer Object only
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Yes I think too this belongs to the Tranfer Object (Value Object) Pattern.

Do you remenber the other: it reduces network traffic and ther was another advandtage, it's about improving network performance with coarse-grained of sth, or fine-grained. dunno

Regards,
Christophe
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is possible for a Business Delegate to reduce network traffic if you implement caching in the Business Delegate.

However, caching is not a primary focus of the Business Delegate pattern, so for the exam you can typically assume Transfer Object is the correct answer to any such question.

On the real exam, you also typically get a list of four or more consequences to describe a pattern, not just one. If the real exam expected an answer of Business Delegate they'll provide at least one very obvious clue.

Unfortunately, some mock exams only give you a single consequence or the questions' authors confuse the patterns. For those trying to study, such questions hurt more than help. That's why I made my patterns study document.

When in doubt, check with the corej2eepatterns site.
 
Everybody's invited. Even this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic