The ZK Spreadsheet App"

From Documentation
Line 3: Line 3:
 
__TOC__
 
__TOC__
  
ZK Spreadsheet Live is a Web-based Excel like application. It is a Java Servlet war file that you can deploy and play on browser immediately. And of course it is based on the ZK Spreadsheet Component.
+
ZK Spreadsheet App is a Web-based Excel like application. It is a Java Servlet war file that you can deploy and play on browser immediately. And of course it is based on the ZK Spreadsheet Component.
  
 
===Purpose===
 
===Purpose===
Install and deploy the ZK Spreadsheet Live application.
+
Install and deploy the ZK Spreadsheet App application.
  
 
===Prerequisites===
 
===Prerequisites===
To enable use of ZK Spreadsheet Live, there are few prerequisites.
+
To enable use of ZK Spreadsheet App, there are few prerequisites.
  
 
*Web server
 
*Web server
*Download ZK Spreadsheet Live from [http://www.zkoss.org/download/zkspreadsheet.dsp]
+
*Download ZK Spreadsheet App from [http://www.zkoss.org/download/zkspreadsheet.dsp]
  
 
===Install Web Server===
 
===Install Web Server===
Line 26: Line 26:
 
Different web server may have slightly deploy procedure.
 
Different web server may have slightly deploy procedure.
  
In here, we use tomcat as a example, demonstrate how to deploy ZK Spreadsheet Live on tomcat  
+
In here, we use tomcat as a example, demonstrate how to deploy ZK Spreadsheet App on tomcat  
# Download lastest ZK Spreadsheet Live at [http://www.zkoss.org/download/zkspreadsheet.dsp]
+
# Download lastest ZK Spreadsheet App at [http://www.zkoss.org/download/zkspreadsheet.dsp]
 
# Unzip zk-spreadsheet-app.zip
 
# Unzip zk-spreadsheet-app.zip
 
# Copy '''zssapp.war''' under the directory to $TOMCAT_HOME/webapps.
 
# Copy '''zssapp.war''' under the directory to $TOMCAT_HOME/webapps.
 
# Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
 
# Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
# Visit http://localhost:8080/zssapp, and then play around with the Spreadsheet Live application
+
# Visit http://localhost:8080/zssapp, and then play around with the Spreadsheet App application
 
<br/>
 
<br/>
 
[[File:ZKSsEss_Spreadsheet_Live_application.png]]
 
[[File:ZKSsEss_Spreadsheet_Live_application.png]]

Revision as of 04:40, 23 December 2010


ZK Spreadsheet App is a Web-based Excel like application. It is a Java Servlet war file that you can deploy and play on browser immediately. And of course it is based on the ZK Spreadsheet Component.

Purpose

Install and deploy the ZK Spreadsheet App application.

Prerequisites

To enable use of ZK Spreadsheet App, there are few prerequisites.

  • Web server
  • Download ZK Spreadsheet App from [1]

Install Web Server

You can choose web server from various option.

In here, we use Tomcat as a example

  1. Visit Tomcat Official Site
  2. Select the correct binary distribution for your environment and download

Deploy

Different web server may have slightly deploy procedure.

In here, we use tomcat as a example, demonstrate how to deploy ZK Spreadsheet App on tomcat

  1. Download lastest ZK Spreadsheet App at [2]
  2. Unzip zk-spreadsheet-app.zip
  3. Copy zssapp.war under the directory to $TOMCAT_HOME/webapps.
  4. Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
  5. Visit http://localhost:8080/zssapp, and then play around with the Spreadsheet App application


ZKSsEss Spreadsheet Live application.png

Version History

Last Update : 2010/12/23


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2010/12/23

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