-
Intuive MVC Pattern for Ajax Applications (4 messages)
- Posted by: Robbie Cheng
- Posted on: May 04 2009 09:05 EDT
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! New Features of ZK 3.6.1 Intuive MVC Pattern 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: Controller: public class MyController extends GenericForwardComposer { Window win; Button btn; DataModel model = new DataModel(); public DataModel getModel() { return mode; } public void btn$onClick(){ win.setTitle("Hi ZK!"); } } 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.Threaded Messages (4)
- Re: Intuive MVC Pattern for Ajax Applications by Rashid Jilani on May 04 2009 12:07 EDT
- Re: Intuive MVC Pattern for Ajax Applications by Robbie Cheng on May 04 2009 21:23 EDT
-
Re: Intuive MVC Pattern for Ajax Applications by Rashid Jilani on May 04 2009 10:30 EDT
- Re: Intuive MVC Pattern for Ajax Applications by Marcos de Sousa on May 05 2009 04:02 EDT
-
Re: Intuive MVC Pattern for Ajax Applications by Rashid Jilani on May 04 2009 10:30 EDT
- Re: Intuive MVC Pattern for Ajax Applications by Robbie Cheng on May 04 2009 21:23 EDT
-
Re: Intuive MVC Pattern for Ajax Applications[ Go to top ]
- Posted by: Rashid Jilani
- Posted on: May 04 2009 12:07 EDT
- in response to Robbie Cheng
I have to admit, it is one of the best RIA framework in the market. The only complain I have is not very active forum, plus ZK tutorials/documentations lacks when it comes to modifying the default look and feel. I hope ZK team will rectify these issues as they go forward, but again ZK is a great framework. Regards, Rashid. -
Re: Intuive MVC Pattern for Ajax Applications[ Go to top ]
- Posted by: Robbie Cheng
- Posted on: May 04 2009 21:23 EDT
- in response to Rashid Jilani
I have to admit, it is one of the best RIA framework in the market. The only complain I have is not very active forum, plus ZK tutorials/documentations lacks when it comes to modifying the default look and feel.
@Rashid, Thank for your compliment, and we really appreciate your advices. Regarding customizing look-and-feel of ZK, we have style guide. It guides you to customize the look-and-feel of ZK step by step. Or you can give ZK Studio a try, it includes style designer which allows developer to customize look-and-feel by drag-and-drop. And we're trying hard to introduce the ZK community to join ZK forum. Thanks for your comment. Regards, Robbie
I hope ZK team will rectify these issues as they go forward, but again ZK is a great framework.
Regards,
Rashid. -
Re: Intuive MVC Pattern for Ajax Applications[ Go to top ]
- Posted by: Rashid Jilani
- Posted on: May 04 2009 22:30 EDT
- in response to Robbie Cheng
Thanks Robbie for the links, I haven't tried your style designer yet, because I do most of my development in Netbeans, but any way I will give Style designer a shot. BTW any plans in near future to provide a ZK studio and designer for Netbeans? -
Re: Intuive MVC Pattern for Ajax Applications[ Go to top ]
- Posted by: Marcos de Sousa
- Posted on: May 05 2009 04:02 EDT
- in response to Rashid Jilani
There is an Netbeans Studio, try to search Small Talks in ZK's site