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

后端 未结 6 2295
有刺的猬
有刺的猬 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:32

    Spring Roo (integrating Spring MVC) could be a good solution for you: this is pure java (easy to find freelancers), performant and easy to use with principles applied like Convention Over configuration;

    Grails is also a good solution but you will need more hadware capabilities than Spring Roo and freelancers will be more difficult to find.

提交回复
热议问题