| By Robbie Cheng | Article Rating: |
|
| April 29, 2009 10:00 AM EDT | Reads: |
1,138 |
ZK 3.6.1 released recently. ZK is a Direct RIA framework to increase developer’s productivity by integrating frontend and backend of applications transparently to deliver rich, and engaging user experience.
The main focus of ZK 3.6.1 was on bug-fixing, with over 47 bugs fixed. In addition to the host of bugs eradicated 20 new features have been added, including a debug mode for unit-testing and MVC enhancement!
Features Highlights:
- MVC pattern enhanced.
- Use Component ID as UUID for unit test.
- A way to delay databinding behaviors.
Using ZK 3.6.1, the developer has easier access to the Cotroller by using a generic variable called ($composer). Developers can define required resources inside the Controller and access them easier.
View:
<grid model="win$composer"/>
</window>
Controller:
DataModel model = new DataModel();
getModel( return mode;)
}
ZK programming is all about event handling and UI components manipulation. To make MVC programming easier, we have made the interaction between controller and view easier.
Published April 29, 2009 Reads 1,138
Copyright © 2009 Ulitzer, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
Related Stories
Related Links
More Stories By Robbie Cheng
Robbie Cheng is an Evangelist of the ZK framework. He is the principal developer of ZK Mobile for Android and ZK Forum. He is the co-author of the book "ZK: Ajax without the Javascript Framework" and has published many articles on AJAXWorld Mgazine, TheServerSide, and Javalobby. He has also spoken at various events, Google Developer Day, Mobile Monday, and OSDC 2009.
- How to Choose an RIA Solution
- Direct RIA + Google App Engine = Simplicity + Scalability
- Building RIAs with a Direct RIA Solution
- No More Excel! Access AJAX Spreadsheet Today!
- Can AJAX and RIA Frameworks Help Overcome Financial Recession?
- Converting Excel Spreadsheets Into Enterprise AJAX Apps
- Using ZK Calendars Component to Create RIA Apps
- Introducing ZK 5: Future of RIA
- Intuive MVC Pattern for AJAX Applications































Ulitzer content is offered under Creative Commons "Attribution Non-Commercial No Derivatives" License.
For any reuse or distribution, you must make clear to others the license terms of this work.
The best way to do this is with a link to this web page.
Any of the above conditions can be waived if you get written permission from Ulitzer, Inc., the copyright holder.
Nothing in this license impairs or restricts the author's moral rights.