Chapter 1: Introduction"

From Documentation
Line 1: Line 1:
 
 
= Overview =
 
= Overview =
 
*purpose of the tutorial and summary of each chapter.
 
*purpose of the tutorial and summary of each chapter.
* brief ZK's characteristic and feature
 
  
= Component-based =
 
  
 +
= ZK's Value =
 +
* brief ZK's characteristic and feature
 +
** pure java
 +
** component-based, (fast composite UI)
 +
** event driven
 +
** server client fusion
 +
** handling AJAX communication details
 +
** support two design pattern
  
= Event Driven =
 
  
 +
= Architecture =
  
= Architecture =
+
[[File:tutorial-simple-architecture.png]]

Revision as of 10:08, 4 January 2013

Overview

  • purpose of the tutorial and summary of each chapter.


ZK's Value

  • brief ZK's characteristic and feature
    • pure java
    • component-based, (fast composite UI)
    • event driven
    • server client fusion
    • handling AJAX communication details
    • support two design pattern


Architecture

File:Tutorial-simple-architecture.png