This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes OO, Patterns, UML and Refactoring and the fly likes Suggestion needed to match the scenario with the Design pattern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "Suggestion needed to match the scenario with the Design pattern " Watch "Suggestion needed to match the scenario with the Design pattern " New topic
Author

Suggestion needed to match the scenario with the Design pattern

manoj ravindran
Greenhorn

Joined: Feb 02, 2012
Posts: 2
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

Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Suggestion needed to match the scenario with the Design pattern
 
Similar Threads
Greetings - J2EE Design Patterns Applied
about a very BIG confusion in design pattern.
Architectural patterns with EJB 3.0
J2EE Patterns Applied
Design pattern used in Struts Framework ?