Best server-side framework for heavy AJAX Java application

后端 未结 10 1854
抹茶落季
抹茶落季 2020-12-28 20:23

There are zillions of Java web application frameworks.

95% were designed before the modern era of AJAX/DHTML-based development, and that means these new methods are

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 21:08

    If you're starting from scratch. I'd have to say Google Web Toolkit. I have to say it is incredibly powerful. You get keep using most of your Java tools. Plus, you don't have to duplicate code that exists on both the server and the client, it just gets compiled differently for each area.

提交回复
热议问题