• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Design Pattern Question

 
Ranch Hand
Posts: 47
MyEclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Here is one case, Pls. advice

In Marcus Greens "Design Pattern" quiz, The question is "This pattern is associated with the idea of a cache, i.e. an area where frequently accessed data can be stored for rapid access." and the correct answer is "Transfer object". Where as Marc notes says, specifically, "Improves client performance by caching service handles" which is a service locator description. Transfer object description doesn't say anything about caching...

Pls. correct me if I am not understanding? These two are mismatching.

Thanks

Mukul
[ April 22, 2008: Message edited by: Mukul Samak ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic