Store"

From Documentation
m (Created page with '{{ZKEssentialsPageHeader}} ===Set-up the ZK Essentials sample=== #Go to the ZK Essentials [http://code.google.com/p/zkbooks/source/checkout checkout page], and checkout the sour…')
 
Line 2: Line 2:
  
 
===Set-up the ZK Essentials sample===
 
===Set-up the ZK Essentials sample===
#Go to the ZK Essentials [http://code.google.com/p/zkbooks/source/checkout checkout page], and checkout the source
+
#Go to the ZK Essentials [http://code.google.com/p/zkbooks/source/checkout http://code.google.com/p/zkbooks/source/checkout] or [http://zkbooks.googlecode.com/svn/trunk/zkessentials/store/ http://zkbooks.googlecode.com/svn/trunk/zkessentials/store/] , and checkout the source using svn. This will put the store source code into a folder named zkessentials-store.
 
#Create a new ZK project: ''File > New > Others... > ZK > ZK Project''
 
#Create a new ZK project: ''File > New > Others... > ZK > ZK Project''
 
#:[[Image:ZKEssentials_Setup_NewProj.png]]
 
#:[[Image:ZKEssentials_Setup_NewProj.png]]

Revision as of 04:23, 22 June 2011

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


Set-up the ZK Essentials sample

  1. Go to the ZK Essentials http://code.google.com/p/zkbooks/source/checkout or http://zkbooks.googlecode.com/svn/trunk/zkessentials/store/ , and checkout the source using svn. This will put the store source code into a folder named zkessentials-store.
  2. Create a new ZK project: File > New > Others... > ZK > ZK Project
    ZKEssentials Setup NewProj.png
  3. Enter project name and specify the ZK package to use for this project
    ZKEssentials Setup CreateProj.png
  4. Import the sample code by right clicking the project and select Import
  5. Choose import from File System
    ZKEssentials Setup ImportFileSystem.png
  6. Select the folder containing the sample code and click "Ok" to import:
    ZKEssentials Setup ImportSample.png
  7. Click Yes to over write the files: index.zul and web.xml
    ZKEssentials Setup OverwriteFiles.png



Last Update : 2011/06/22

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