Now with GWT 2, what are the advantages over wicket and likewise?

后端 未结 9 893
予麋鹿
予麋鹿 2020-12-31 19:40

Apart from the argument of Wicket\'s simplicity (that is, Wicket is a simpler system IMHO) and GWT\'s responsiveness in the client (GWT\'s client side state and JavaScript -

9条回答
  •  Happy的楠姐
    2020-12-31 20:02

    The genius behind GWT is that you work solely with java. They did a great job with RPC making it almost transparent to the programmer. A lot of times you feel you're coding more like a desktop app instead of an application with a truly defined client and server side.

提交回复
热议问题