ZK Mobile 0.8.6
Released on September 18, 2007.
Download Now
Simple and Reach
Feature Updates
-
10 MIL(Mobile Interactive Lanaguage) off-the-shelf components.
-
listbox, listitem, textbox, image, label, command, datebox, decimalbox, intbox, frame
-
Write your ZK Mobile applications the same way as you have done with Ajax ZUL and ZHTML components.
-
Event-driven, server-centric model
-
Control events are supported:
onChange, onChanging, onSelect...
-
All event listeners are handled in Java, either by compiled byte-codes or by
BeanShell, up to application developers.
-
All events are processed at the server. No JavaScript required.
-
All events are synchronized. No racing condition to worry about.
-
ZK User-interface Markup Language (ZUML).
-
Rich user interface could be designed in ZUML as simple as authoring
HTML pages.
- Powerful yet intuitive control flow by the
if, unless and forEach attribute.
-
Scripting in Java (by BeanShell) and
EL expressions.
-
Hot changes and updates without restarting your Web applications.
-
Browser history management.
-
ZK Mobile client automatically remember browsed URL.
-
Page navagation utility.
-
Simple yet boundless component model.
-
Inheritable customization. Developing a new component by extending
existent components.
-
Customizing components with pre-compiled Java or by scripting in Java.
The choice is yours.
-
Simple yet flexible threading model.
-
Thread-safe component handling.
-
True server-side Modal dialog.
-
Suspend and resume event listeners freely.
-
100% Customizable User-Interface factory.
-
Loading ZUML pages not only from Web contents but also any repository
such as database.
-
Customizing the features of sessions, desktops and pages.

What's New
- Provide GenericMobileRichlet for pure Java Mobile programming
- Works with ZK 3.0RC and later