Stripes, Spring, Play (or ?) : which high performance Java framework to use?

后端 未结 6 2297
有刺的猬
有刺的猬 2021-02-13 20:43

We are beginning to build out a webapp which will probably see a lot of traffic. We dont have a lot of money, so we want to reduce hardware cost. More or less, I think that mean

6条回答
  •  礼貌的吻别
    2021-02-13 21:14

    Spring MVC and Stripes would be on my short list.

    Both are light and easy and gives you more flexibility of the web application.

    You might also considering looking at AJAX functionality; which parts of the pages could be simplified/smaller due to the usage of AJAX.

提交回复
热议问题