search for: procedurecontroller

Displaying 1 result from an estimated 1 matches for "procedurecontroller".

2006 Nov 04
0
How do CRUD and REST work for a wizard-style application?
...uff in screen foo, he is taken to screen bar, and from there to screen baz, etc. (the order of the screens may be altered and/or reversed). The application is essentially about walking the user through a sequential procedure. A common solution would be to define each screen as an action. I.e. the ProcedureController would contain actions #foo, #bar, #baz, etc. This obviously does not remotely resemble anything like the above mentioned CRUD/REST principles, in particular the neat "7 standard actions per controller" design[2]. Can the CRUD/REST model, in whole or part, be applied such an application?...