If you asked in ZK forum, I bet the response will be very different. To me, it is all about the application you are aiming. GWT is so- called client-centric. It is great (though the slow compilation really kills me) if you don't need to access a lot of resource from the server. GWT provides nice way to retrieve data from the server, but it turned out to nightmare (at least to me) when the application has huge amount of data to display.
On the other hand, ZK is so-called server-side architecture (though it provides nice client-side control). It boosts your productivity a lot if you have to access a lot of server-side resources. The downside is the application won't work if the connection is broken (I know ZK allows some client-side programming but it is JavaScript). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
