Menu

Tree [6d124f] master /
 History

HTTPS access


File Date Author Commit
 MyApp 2006-06-12 tomyeh tomyeh [f96866]
 bin 2006-05-18 tomyeh tomyeh [eea14c]
 deploy 2006-05-18 tomyeh tomyeh [62909c]
 dist 2006-05-18 tomyeh tomyeh [eea14c]
 jsdoc 2009-11-03 tomyeh tomyeh [f3af71] jsdoc
 zcommon 2006-09-18 tomyeh tomyeh [53cfe3]
 zhtml 2006-05-18 tomyeh tomyeh [eea14c]
 zk 2006-05-18 tomyeh tomyeh [eea14c]
 zkdoc 2006-05-18 tomyeh tomyeh [eea14c]
 zkplus 2006-06-01 tomyeh tomyeh [1374b7]
 zksandbox 2011-09-08 asuka asuka [06be3f] branch 5.5
 zksandboxs 2011-09-08 asuka asuka [06be3f] branch 5.5
 zktest 2011-09-08 asuka asuka [06be3f] branch 5.5
 ztltest 2011-09-08 asuka asuka [06be3f] branch 5.5
 zul 2006-05-18 tomyeh tomyeh [eea14c]
 zweb 2006-09-18 tomyeh tomyeh [53cfe3]
 build 2006-05-18 tomyeh tomyeh [eea14c]
 build.projects 2006-05-18 tomyeh tomyeh [eea14c]
 build.prop.xml 2006-05-18 tomyeh tomyeh [eea14c]
 build.setting 2007-07-06 tomyeh tomyeh [7ebff1]
 build.target.xml 2006-05-18 tomyeh tomyeh [eea14c]
 build.txt 2006-05-18 tomyeh tomyeh [eea14c]
 build.xml 2006-05-18 tomyeh tomyeh [eea14c]
 readme.txt 2006-11-28 tomyeh tomyeh [7b8c36]

Read Me

ZK is a highly productive Java framework for building amazing enterprise web
and mobile applications.

Simply Java

    ZK is renowned for its "Ajax without JavaScript" approach since 2005,
    enabling developers to build rich internet applications transparently
    without any knowledge of Ajax and JavaScript.

    The client engine and update engine in ZK play the roles of pitcher and
    catcher, rendering Ajax communication transparent to developers. Events
    triggered by users are encapsulated and marshalled to event listeners
    running at the server.

    User interface rendered on browsers are surrogated on the server as
    POJO components, alternation made on the POJO components are reflected
    to the client transparently.

    With programs executed at the server, developers can leverage all the Java
    technologies, such as Java EE and Spring, while back-end data and services
    are readily available.


Server+client Fusion

    ZK's Server+client Fusion gives developers the freedom to leverage the best
    of both sides.

    The server-centric solution to Ajax brings a productivity boost, robustness,
    and security to Web application development; while client side solutions
    endows Web applications with greater controllability and the ability to
    leverage client side resources.

    ZK marries the benefits of both to bring forth a developer-centric approach
    where developers continue to build large scale enterprise applications with
    all the robustness of Java technologies, but also are offered the flexibility
    to work directly with ZK's jQuery based widgets to further enhance user
    experience.