Chapter 1: Introduction"

From Documentation
Line 16: Line 16:
  
 
[[File:tutorial-simple-architecture.png | center | 500px]]
 
[[File:tutorial-simple-architecture.png | center | 500px]]
 +
 +
 +
* widgets at client
 +
* components at server
 +
* widgets and components synchronize themselves automatically

Revision as of 01:37, 7 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


  • widgets at client
  • components at server
  • widgets and components synchronize themselves automatically