Quick Start

From Documentation
Revision as of 10:17, 11 March 2011 by Tomyeh (talk | contribs)
Quick Start



WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

ZEST is a lightweight Web framework that enables MVC and REST architectural pattern.

Architectural Overview

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.




Last Update : 2011/03/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.