New to Java
From Documentation
You don't need to know Java to use ZK, since all rich user interfaces can be implemented in a HTML-like markup language called ZUML. However, to complete a Web application, you or your teammates need to write some Java code to glue UI and services together. It requires some Java knowledge.
If you haven't installed the following applications on your computer, please download and install them first.
- JDK is a software development for writing application in Java.
- Note : we suggest you install this first even some web server already contains one
- A Web servlet is used to host the Web application you developed
- ZK Framework
- ZK is an Ajax framework simplifying the development of Web applications
Java Tutorials
Here are some good Java tutorials.
Install Java SE Development Kit
ZK supports JDK 6 and later. You can visit the Oracle website to download the latest version and follow the instructions to set it up.
Version History
Version | Date | Content |
---|---|---|