Store with a Database"

From Documentation
m (Created page with '{{ZKEssentialsPageHeader}} To import the project into eclipse it is easiest to make use of the WAR file which has been provided in the SVN. We can directly import the WAR file u…')
 
m
Line 10: Line 10:
 
#On the WAR import screen browse for the WAR file and select it, the rest of the fields should be filled out automatically
 
#On the WAR import screen browse for the WAR file and select it, the rest of the fields should be filled out automatically
 
#:[[File:ZKEss_war_import_final.png]]
 
#:[[File:ZKEss_war_import_final.png]]
#Click finish and the WAR file will be imported.
+
#Click finish and the WAR file will be imported
 
#You should now have a clean project imported with no errors. At this point you can run the index.zul page on your server
 
#You should now have a clean project imported with no errors. At this point you can run the index.zul page on your server
 +
#:'''NOTE: Having imported if eclipse is registering a lot of errors then please see the section below labelled "Dealing with Errors"'''
 
#:[[File:ZKEss_imported.png]]
 
#:[[File:ZKEss_imported.png]]
  
  
 
{{ZKEssentialsPageFooter}}
 
{{ZKEssentialsPageFooter}}

Revision as of 09:40, 9 November 2010

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


To import the project into eclipse it is easiest to make use of the WAR file which has been provided in the SVN. We can directly import the WAR file using eclipse’s import mechanism.

  1. To start go to File -> Import in eclipse and you will be presented with the following dialog
    ZKEss import.png
  2. Type WAR into the filter text then select the storewithdb WAR file you just downloaded and press next
    ZKEss war import.png
  3. Download the WAR file from https://zkbooks.googlecode.com/svn/trunk/zkessentials/storewithdb/storewithdb.war and place it into an accessible folder
  4. On the WAR import screen browse for the WAR file and select it, the rest of the fields should be filled out automatically
    ZKEss war import final.png
  5. Click finish and the WAR file will be imported
  6. You should now have a clean project imported with no errors. At this point you can run the index.zul page on your server
    NOTE: Having imported if eclipse is registering a lot of errors then please see the section below labelled "Dealing with Errors"
    ZKEss imported.png



Last Update : 2010/11/09

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