-
ZK 2.0 Final Released (11 messages)
- Posted by: Aburo Ichiro
- Posted on: June 13 2006 09:34 EDT
ZK 2.0, an open-source Ajax Web framework that enables rich UI with a XUL-like language, has been released. This version has macro components, context menus, browser history management, three new components, and other features (83 in all, according to the release notes.) ZK enables description of a page in ZUML (ZK User Interface Markup Language), and through attributes allows specification of a controller class that can respond to actions on the client side. While some of the code looks like Javascript, it's rendered entirely through the ZK engine and thus involves very little actual Javascript, much like some other Ajax engines available today. What do you think of the release? Message was edited by: joeo@enigmastation.comThreaded Messages (11)
- Re: ZK 2.0 Final Released by Alok Mittal on June 13 2006 15:47 EDT
- Re: ZK 2.0 Final Released by Tod Liebeck on June 13 2006 19:04 EDT
- UI adjustable by changing the codes directly by Aburo Ichiro on June 13 2006 09:38 EDT
- Re: ZK 2.0 Final Released by Casual Visitor on June 14 2006 04:35 EDT
- Re: ZK 2.0 Final Released by PJ Murray on June 14 2006 05:43 EDT
- Re: ZK 2.0 Final Released by Tod Liebeck on June 13 2006 19:04 EDT
- wow... documentation by K S on June 13 2006 16:11 EDT
- Re: ZK 2.0 Final Released by Michael Klaene on June 13 2006 18:35 EDT
- Re: ZK 2.0 Final Released by Jorn Knarvik on June 14 2006 11:48 EDT
- ZK on Safari by Kerwin Mark Gordo on June 14 2006 21:26 EDT
- Safari on the way by Tom Yeh on June 14 2006 22:07 EDT
- Real XUL for richer user experience : xulfaces by Olivier SCHMITT on June 15 2006 06:56 EDT
-
Re: ZK 2.0 Final Released[ Go to top ]
- Posted by: Alok Mittal
- Posted on: June 13 2006 15:47 EDT
- in response to Aburo Ichiro
Demo looks much cooler than Google Web Toolkit or Echo2: http://www.potix.com/zkdemo/userguide/ -
Re: ZK 2.0 Final Released[ Go to top ]
- Posted by: Tod Liebeck
- Posted on: June 13 2006 19:04 EDT
- in response to Alok Mittal
Demo looks much cooler than Google Web Toolkit or Echo2:
If you're going to compare demos, I think it's necessary to provide links to the competition as well: Google Web Toolkit: http://code.google.com/webtoolkit/documentation/examples/ Echo2: http://www.nextapp.com/platform/echo2/echo/demo/
http://www.potix.com/zkdemo/userguide/ -
UI adjustable by changing the codes directly[ Go to top ]
- Posted by: Aburo Ichiro
- Posted on: June 13 2006 21:38 EDT
- in response to Tod Liebeck
It is the power of using a markup language instead of coding. Backbase shows up similar capacity while GWT and Echo2 cannot. -
Re: ZK 2.0 Final Released[ Go to top ]
- Posted by: Casual Visitor
- Posted on: June 14 2006 04:35 EDT
- in response to Tod Liebeck
http://www.nextapp.com/platform/echo2/echo/demo/
Wow, Echo2 looks really good! -
Re: ZK 2.0 Final Released[ Go to top ]
- Posted by: PJ Murray
- Posted on: June 14 2006 05:43 EDT
- in response to Tod Liebeck
If you're going to compare demos, I think it's necessary to provide links to the competition as well:
Then I suggest looking at JackBe as well. I did a tour of JavaOne booths with AJAX products and the JackBe demo was by far the best I saw there (not a full market sample, of course). PJ Murray, CodeFutures Software Data Access Objects and Service Data Objects -
wow... documentation[ Go to top ]
- Posted by: K S
- Posted on: June 13 2006 16:11 EDT
- in response to Aburo Ichiro
This framework has one advantage above many that I've seen recently: documentation. What a concept. -
Re: ZK 2.0 Final Released[ Go to top ]
- Posted by: Michael Klaene
- Posted on: June 13 2006 18:35 EDT
- in response to Aburo Ichiro
I didn't see the sorting capability for grids on the demo page. This is the biggest piece missing from the component set - something ala displaytag. -
Re: ZK 2.0 Final Released[ Go to top ]
- Posted by: Jorn Knarvik
- Posted on: June 14 2006 11:48 EDT
- in response to Michael Klaene
At ZK demo page, I saw the sorting function for grids at "Listboxes" though it's not hightlighted. Just add: sort="auto" and that's all and so easy! -
ZK on Safari[ Go to top ]
- Posted by: Kerwin Mark Gordo
- Posted on: June 14 2006 21:26 EDT
- in response to Aburo Ichiro
Im impressed with this framework since its lightweight, easy to use and is its syntax is very readable. Im planning to use it on my projects but it seems that it does not work in safari. I tried the demo on safari but the "loading" message does not disappear and the application hangs. -
Safari on the way[ Go to top ]
- Posted by: Tom Yeh
- Posted on: June 14 2006 22:07 EDT
- in response to Kerwin Mark Gordo
The support of Safari is on our top priority:) -
Real XUL for richer user experience : xulfaces[ Go to top ]
- Posted by: Olivier SCHMITT
- Posted on: June 15 2006 06:56 EDT
- in response to Aburo Ichiro