Quick Start"

From Documentation
m
 
(One intermediate revision 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.
 
 
ZEST is installed as a HTTP filter to intercept each HTTP request. Once a HTTP request is received, ZEST looks for the matched action, instantiate and invoke it, and then forward to the view based on the result as illustrated below.
 
 
 
[[File:ZESTExecutionFlow.png]]
 
 
 
The use of ZEST is straightforward:
 
 
 
# Configure <tt>WEB-INF/web.xml</tt> to specify ZEST as a filter
 
# Configure <tt>WEB-INF/zest.xml</tt> to specify the definitions of actions
 
# Implement the action as a Java class to handle the request
 
# Implement the view in any technology you prefer to show up 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.