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

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.