Quick Start"

From Documentation
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{ZESTEssentialsPageHeader}}
 
{{ZESTEssentialsPageHeader}}
{{UnderConstruction}}
 
  
ZEST is a lightweight Web framework that enables MVC and REST architectural pattern.
+
Here is a quick start of ZEST.
 
 
=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}}

Latest revision as of 10:40, 11 March 2011

Quick Start



Here is a quick start of ZEST.




Last Update : 2011/03/11

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