Micah Dubinko wrote: > In terms of app architecture XQMVC is definitely worth a look: > http://code.google.com/p/xqmvc/
> And then there's my take... > http://dubinko.info/blog/2009/11/29/model-endpoint-template/ Interesting, thanks for the links Micah! Just a little note: your post seems to imply each page in an MVC application has a triplet model+view+controller. IMHO, in modern MVC frameworks, you only have a couple of controllers, the main job of which being to decide which model to use, and which view to apply on it (even if, as I said, I think there is not really such things as pure models and pure views, but instead a panel of "things" ranging from model to view). Regards, -- Florent Georges http://www.fgeorges.org/ _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
