Choosing Java Spring as a scalable server-side framework for a large website

前端 未结 6 2114
北荒
北荒 2021-02-10 07:50

I\'m currently facing a dilema regarding the appropriate server-side framework to use.

Basically, I want to choose the best framework for building a large website to ser

6条回答
  •  一个人的身影
    2021-02-10 08:09

    Almost any framework, if used properly, will do. Spring / Spring MVC is a good choice:

    • it supports custom url mappings
    • ORM support
    • Caching support - this will be very important for your scalability

提交回复
热议问题