Could somebody give me just a skeleton how to start with that ? I would
finish the work and give it back as a full Cookbook recipe (if
accepted).

I want to create a really generic 'wizard' application (also known as
'druid'). It should work from the shell or via the browser.

In my thoughts i have

 my_wizard
  page_a
    input_field_a
    input_field_b
  page_b
    input_field_a
    input_field_b

AFAIK an elegant way would to employ 'model-view-controller' (MVC) at
least for the input_fields, and a statemachine (FSA) for the pages.

I have a feeling in my stomach that this is a perfect job for POE. But
after starting with POE::NFA
i got stuck. It isn't that rich as i expected. Also i didn't find
premade MVC POE components, though
i was sure that POE has that already.

Any ideas/tips welcome.

Murat

Reply via email to