Can anyone provide details or examples of how to implement a Model-View architecture design approach in WebSpeed. I want every request to go to one controller to process session, user and action authority. Then if valid, redirect, or pass the request on to an action object. This action object...