Skip to content

zkoss/zkbooks

Repository files navigation

Overview

Runnable codes speak louder than static code snippets.

This repository contains example source code used in ZK documentations including:

How to Run a Project

Each project has a Maven jetty plugin configured, just run the goal below:

mvn jetty:run

  • Notice: Each project is a Maven project, so you need to install Maven first to run.

Naming Conventions

Chapter Name as Folder Name

Folder is named by a chapter or a subsection.

Page Name as File Name

a zul file is named by a page e.g. , eventQueue.zul is for Use Event Queues

Branches

master - for the latest ZK