New to ZK"

From Documentation
Line 38: Line 38:
  
 
==Install ZK Libraries==
 
==Install ZK Libraries==
Download ZK libraries from [http://www.zkoss.org/download/zk.dsp ZK Download] and save them in a folder of your choice on your computer. More details on this in next chapter.
+
Download ZK libraries from [http://www.zkoss.org/download/zk.dsp ZK Download] and save them in a folder of your choice on your computer. More details on this in the next chapter.
  
 
=Version History=
 
=Version History=

Revision as of 02:45, 30 August 2011


You do not need to know how ZK uses ZK Spreadsheet. ZK Spreadsheet encapsulates ZK core features such as event handling and Ajax auto updates. However, it is helpful to have basic knowledge of ZK framework.

Before start using ZK Spreadsheet please download and install the following applications:

  • Java SE Development Kit (JDK)
JDK is a software development for writing applications in Java.
  • Note : we suggest you install this first even some web server might already contain one
  • Web Server
A Web server is used to host the Web application you developed.
  • ZK Framework
ZK is an Ajax framework that makes development of Web applications simple. It has rich set of UI components that helps provide rich user experience. With its direct programming approach and server+client fusion architecture ZK makes developing Web applications as straightforward and intuitive as programming desktop applications. Please refer to ZK Installation Guide and ZK Essentials for more details on ZK Framework.

Install Java SE Development Kit

ZK supports JDK[1] 1.4, 5, and 6. You could visit the Java website to download and install the version you want.

JDK 6

Download: http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html
Installation Instructions: http://www.oracle.com/technetwork/java/javase/index-137561.html

JDK 5

Download: http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html
Installation Instructions: http://java.sun.com/j2se/1.5.0/install.html

  1. Java SE Development Kit

Install Tomcat

First, you have to prepare a Web server. You can use any Web server that supports Java Servlet (2.3 or later). Here we introduce the installation of Tomcat. For other servers and more information, please refer to Setting up Servers.

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

Install ZK Libraries

Download ZK libraries from ZK Download and save them in a folder of your choice on your computer. More details on this in the next chapter.

Version History

Last Update : 2011/08/30


Version Date Content
     



Last Update : 2011/08/30

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