Reasons not to use MVC architecture for web application

后端 未结 12 1956
野的像风
野的像风 2021-02-07 12:01

In the past I have primarily built all my web applications using an N-tier architecture, implementing the BLL and DAL layers. Recently, I have started doing some RoR development

12条回答
  •  不要未来只要你来
    2021-02-07 12:29

    I don't think your options are mutually exclusive. You could perfectly use MVC while using BLL/DAL for your model logic.

    You can implement the M part of MVC as you prefer, there is no restriction about that. Using BLL and DAL would be a valid option.

提交回复
热议问题