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

前端 未结 6 2113
北荒
北荒 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:29

    I would prefer the following.

    1. Spring Framework (MVC architecture and DI Principle).
    2. Hibernate Framework.
    3. Caching mechanisam using memcache / Infinispan for reducing load on servers.
    4. Horizontal Load balancing using multiple server/db instances.

提交回复
热议问题