Get ZK Up and Running with MVC"

From Documentation
Line 3: Line 3:
 
= Introduction =
 
= Introduction =
  
 +
In this tutorial, we will teach you how to build a web application with ZK.
 +
 +
The target application we are going to build is a search product application.
  
 
[[File:tutorial-searchexample.png]]
 
[[File:tutorial-searchexample.png]]

Revision as of 07:55, 28 June 2012

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

Introduction

In this tutorial, we will teach you how to build a web application with ZK.

The target application we are going to build is a search product application.

Tutorial-searchexample.png

Installation

The Domain in this tutorial

Sketch User Interface

Manipulate UI

Stuff a bunch of data

Handling User Action

UI Control Patterns

MVC v.s MVVM

When to use & Restriction

Bind UI Automatically

Binding data

Handling UI commands

Test ZK Application

Deploy and Run