New to ZK"

From Documentation
 
(4 intermediate revisions by one other user not shown)
Line 7: Line 7:
  
 
* '''Java SE Development Kit (JDK)'''  
 
* '''Java SE Development Kit (JDK)'''  
: JDK is a software development for writing application in Java.
+
: 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
 
:* '''Note''' : we suggest you install this first even some web server might already contain one
 
* '''Web Server'''
 
* '''Web Server'''
 
: A Web server is used to host the Web application you developed.  
 
: A Web server is used to host the Web application you developed.  
 
* '''ZK Framework'''
 
* '''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.
+
: ZK is an Ajax framework that makes the 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==
 
==Install Java SE Development Kit==
ZK supports JDK<ref>Java SE Development Kit</ref> 1.4, 5, and 6. You could visit the Java website to download and install the version you want.
+
ZK supports JDK<ref>Java SE Development Kit</ref> 1.4<ref>ZK 6 and later support Java 5 and later, while ZK 5 supports Java 1.4 and later.</ref>, 5, and 6. You could visit the Java website to download and install the version you want.
  
 
'''JDK 6'''
 
'''JDK 6'''
Line 29: Line 29:
 
<references/>
 
<references/>
 
</blockquote>
 
</blockquote>
 +
 
==Install Tomcat==
 
==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 [http://tomcat.apache.org Tomcat]. For other servers and more information, please refer to [[ZK Installation Guide/Setting up Servers|Setting up Servers]].
 
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 [http://tomcat.apache.org Tomcat]. For other servers and more information, please refer to [[ZK Installation Guide/Setting up Servers|Setting up Servers]].
Line 35: Line 36:
 
#Select the correct binary distribution for your environment and download
 
#Select the correct binary distribution for your environment and download
 
#* For Windows, you might download and execute [http://apache.stu.edu.tw//tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29.exe 32-bit/64-bit Windows Service Installer], and then follow the instructions
 
#* For Windows, you might download and execute [http://apache.stu.edu.tw//tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29.exe 32-bit/64-bit Windows Service Installer], and then follow the instructions
#* Any download/install problem, please refer to http://tomcat.apache.org/tomcat-6.0-doc/index.html
+
#* For Any download/install problems, please refer to http://tomcat.apache.org/tomcat-6.0-doc/index.html
 +
 
 
==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=

Latest revision as of 10:23, 27 February 2012


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 the 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[2], 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
  2. ZK 6 and later support Java 5 and later, while ZK 5 supports Java 1.4 and later.

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 : 2012/02/27


Version Date Content
     



Last Update : 2012/02/27

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