Friday, June 07, 2013

RESTful URLs and navigation in MFlow

This screencast shows some new features that I´m developing just now  (The session is interrupted by a failure ;) .  This is probably the first stateful web framework with restful URLs.

I show how to create  navigation routes/navigation menu threes and I show, with the help of the debugger, how the application goes back and forth in the execution three to match the URL entered.

Any (GET) page in the flow can be addressed by a restful URL.

This last version of MFlow is at the HEAD branch:

https://github.com/agocorona/MFlow/tree/head




This video is the continuation after fixing the error. It shows how the state is managed and how it rollback when the user press the back button. (to avoid rollback, take a look at previous posts about state management)

No comments: