New to ZK
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
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.
- Visit Tomcat Official Site
- Select the correct binary distribution for your environment and download
- For Windows, you might download and execute 32-bit/64-bit Windows Service Installer, and then follow the instructions
- For Any download/install problems, please refer to http://tomcat.apache.org/tomcat-6.0-doc/index.html
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
Version | Date | Content |
---|---|---|