New to JavaNew to the Servlet Container (aka., Java Web Server)Before developing Web applications in Java (and running ZK demo in your machine), you have to install a Servlet container first. Apache Tomcat is one of the most popular Servlet containers. It is easy to install and use.
New to Java LanguageYou don't need to know Java to use ZK, since all rich user interface can be implemented in HTML-like markup language called ZUML. However, to complete a Web application, you or your teammate need some basic knowledge about Java. Here are some good tutorial. New to Java Integrated Development Environment (IDE)Eclipse is one of the most popular Java IDEs. With IDE, it is easier to develop and debug your Web applications. Moreover, you can understand ZK better by debugging through ZK's source codes. The step-by-step setup guide can be found in one of our small talks: Develop ZK Applications with Eclipse |











