The Resources"

From Documentation
m
Line 17: Line 17:
 
  git clone git://github.com/zkbooks/ZK-Essentials.git zkessentials
 
  git clone git://github.com/zkbooks/ZK-Essentials.git zkessentials
 
  git checkout withoutdb
 
  git checkout withoutdb
 +
mvm jetty:run
 +
Point your browser to http://localhost:8080/zkessentials
  
 
If you prefer to set up the project in eclipse please refer to [[ZK Essentials/Working with the Sample Applications/Setting Up the Applications Using Eclipse/Store | here]].
 
If you prefer to set up the project in eclipse please refer to [[ZK Essentials/Working with the Sample Applications/Setting Up the Applications Using Eclipse/Store | here]].

Revision as of 06:59, 10 February 2012

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 at the last chapter of the book.

If you require Maven & Git, please download and install them first:

  1. Maven
  2. Git

Store

The store is available on github, you can retrieve it using the following commands:

git clone git://github.com/zkbooks/ZK-Essentials.git zkessentials
git checkout withoutdb
mvm jetty:run
Point your browser to http://localhost:8080/zkessentials

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:

git clone git://github.com/zkbooks/ZK-Essentials.git zkessentials
git checkout withdb

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



Last Update : 2012/02/10

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