Quick Start"
From Documentation
m |
|||
Line 1: | Line 1: | ||
{{ZESTEssentialsPageHeader}} | {{ZESTEssentialsPageHeader}} | ||
{{UnderConstruction}} | {{UnderConstruction}} | ||
+ | |||
+ | ZEST is a lightweight Web framework that enables MVC and REST architectural pattern. | ||
+ | |||
+ | =Architectural Overview= | ||
+ | [[File:ZESTExecutionFlow.png]] | ||
+ | |||
+ | ZEST MVC is per-request. That is, for each HTTP request, ZEST searches the matched action, instantiate, invoke and then forward to the view based on the result. | ||
+ | |||
{{ZESTEssentialsHeadingToc}} | {{ZESTEssentialsHeadingToc}} | ||
{{ZESTEssentialsPageFooter}} | {{ZESTEssentialsPageFooter}} |
Revision as of 10:17, 11 March 2011
ZEST is a lightweight Web framework that enables MVC and REST architectural pattern.
Architectural Overview
ZEST MVC is per-request. That is, for each HTTP request, ZEST searches the matched action, instantiate, invoke and then forward to the view based on the result.