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

后端 未结 9 889
予麋鹿
予麋鹿 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条回答
  •  执念已碎
    2020-12-31 19:47

    I am newbie to GWT, but after some study I have found GWT is 'suitable' for my new project of web application for its client-focus that make me feel like coding a desktop application. Today we have high-performance client ready to run application at client side. My application can be done solely in Java, and OOP java class give a chance to build our own ready-to-use framework for our team.

提交回复
热议问题