Hi Paul, What kind of back flips do you mean? Ajax form posts? JSON? Client side validation? Rich UI?
As far as those things go, I'm quite ok with them living on the client. I think things get messy when we try to manipulate (in ways that we want to persist) our view models/domain objects in the view or even the controller rather than in layers further back from the view. Or am I missing your point? Mike On Jan 22, 2011 2:26 PM, "Paul McCallick" <[email protected]> wrote: I've been thinking about how most web apps these days do some serious JavaScript backflips, and how that sort of violates the mvc pattern. With all of that magic happening at the view layer, you're sort of forced to make some processing decisions that never hit the contr Thoughts, strategies?l -- You received this message because you are subscribed to the Google Groups "Seattle area Alt.Net" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]<altnetseattle%[email protected]> . For more options, visit this group at http://groups.google.com/group/altnetseattle?hl=en. -- You received this message because you are subscribed to the Google Groups "Seattle area Alt.Net" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/altnetseattle?hl=en.
