Book a Demo

Author Topic: Which pattern to use?  (Read 3185 times)

rescobar

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
  • Viva Bolivia
    • View Profile
Which pattern to use?
« on: October 27, 2005, 01:38:06 pm »
Hi!
I'm novice in design patterns. I have the following design problem: I need a data capture application with about 10 screens of several type of related data. One screen should follow the next. It is possible to go back one screen at a time. The data collected wil be stored in objects which should be persisted at the end of the data capture.
Which pattern is appropriate?
State? Decorator? Strategy? Other?
Thanks for your kind help.
Ramiro
Sergio Escobar
[email protected]

thomaskilian

  • Guest
Re: Which pattern to use?
« Reply #1 on: October 27, 2005, 11:16:20 pm »
Looks like a stack.