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

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

    Spring-mvc with jsp's.

    Spring is lightweight, everybody knows it, a lot of documentation for it and it's really simple to start developping if you use spring-mvc (specially if you use the mvc-annotations).

    If you want some nice effects, you can combine it with JQuery (also for easy-AJAX).

提交回复
热议问题