Phillip B Oldham a écrit :
On Oct 1, 4:12 pm, Thomas Guettler <[EMAIL PROTECTED]> wrote:
Please explain what you want to do.

I'm primarily looking for alternatives to MVC frameworks for web
development, particularly SAAS. I've looked around, and some
whitepapers suggest that event-based frameworks often perform better
than MVC. Since I'm looking at SAAS, having a "view" is pretty
pointless since I'll either be using Thrift, returning simple HTTP
headers, or returning some sort of JSON/YAML/XML content (possibly
based on accept headers).

"view" doesn't imply (x)html - any valid HTTP response is ok. The whole point of decoupling controler from view (in web MVC) is to allow the same controler to return different views.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to