Suitable IDE: NetBeans 6.8,6.9,7.0 and 7.1

REM History:

ZK RoadMap:

Current feature list:

How to download and install REM:

  1. download IDE:NetBeans
  2. dowlload plugin:REM
  3. use plugin manager
  4. install plugin
  5. use plugin manager
  6. check plugin
  7. use library manager
  8. check libraey
  9. install sample ZK Demo Project
  10. install blank ZK Application

    Initial index.zul file does not include name space definition of ZK,
    so code completion does not work.
    If you create new zul file using next step:
    Web page–>Right Click–>new –>ZKProject zkCanvas,
    then the newly created zul file looks like below.
    ####################################
    <?xml version="1.0" encoding="UTF-8"?>

    <zk xmlns="http://www.zkoss.org/2005/zul">

    </zk>
    ####################################
    With this newly created zul file(with schema:xmlns=”http://www.zkoss.org/2005/zul”),
    code completion works fine.

Tutorials: 

  1. How to migrate HSQLDB based tutorials to MySQL and Derby on NetBeans.
  2. Guide to zkgrails(ZK plugin for Grails)
    This is a ZKGrails port of the program written in http://docs.zkoss.org/wiki/Use_Load-On-Demand_to_Handle_Huge_Data. This tutorial is working for ZKGrails 0.7.1 and later.
  3. Guide to zkgrails(ZK plugin for Grails) on NetBeans
    This is NetBeans version of tutorial 2.
  4. How to create ZK Client invoking a Web Service created using Metro on NetBeans6.7.
    Metro™ is a high-performance, extensible, easy-to-use web service stack.
    You can use it for every type of web service from simple to reliable, secured,
    and transacted web services that interoperate with .NET services.
    Metro bundles stable versions of JAX-WS RI and WSIT.
    This is sample of Web Service Client made by ZK.
  5. MySQL,JavaEE6-EJB3.1 Version of ZKtodo-0.9.2