The Resources

From Documentation

Stop.png This article is out of date, please refer to http://books.zkoss.org/zkessentials-book/master/ for more up to date information.


This book comes with two examples:

  • Store - which uses an in memory model defined by Java statements
  • Store with database - which uses a persistent model driven by Hibernate. This is used for the last chapter of the book.

If you require the ZK libraries please download ZK first:

  1. Go to ZK's download page and choose a package to download.
  2. Unzip the package and place it in a folder

Store

The store is available on our svn using the following command:

svn checkout http://zkbooks.googlecode.com/svn/trunk/zkessentials/store/ zkessentials-store

This will put the store source code into a folder named zkessentials-store.

If you prefer to set up the project in eclipse please refer to here.

Store with database

The store with database is also available on our svn. You can checkout the project using:

svn checkout http://zkbooks.googlecode.com/svn/trunk/zkessentials/storewithdb/ zkessentials-storewithdb

Having checked this out you will have the source code and a runnable WAR file which also includes the source code.

If you prefer to set up the project in eclipse please refer to here.



Last Update : 2010/11/09

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.