• 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

Suggestion needed to match the scenario with the Design pattern

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i need to know which Design pattern best suits for the given scenario shares management system that enables its customer to buy and sell shares.its current rates of Stock exchange using a line graph or bar graph should synchronizes with the stock exchange rates

on the below given patterns i knew Observer & Template Method Patern is not suit with the Scenario. in my point of view it should be View Helper Desgin pattern
but any help in here would be appreciated

View Helper Design Patter
Dispatcher view Design Pattern
Observer Design pattern
Template Method Pattern

Regards
Mano

 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The selection of potential object-oriented design patterns is based on a comprehensive set of technical requirements. They are not selected using a general description of an application, a scenario, or any specific targeted feature.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic