项目的模块化架构 [英] Modular architecture of project

查看:66
本文介绍了项目的模块化架构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请告诉我有关项目中包含不同模块的Web应用程序项目的模块化体系结构.

Please tell me about the Modular architecture of web application project containg different modules in project

推荐答案

它基本上称为n层体系结构.您有一个表示层,一个业务层(包含业务逻辑)和一个数据层(处理对数据源的访问并返回强类型对象).如果您想要更复杂的解释,请使用Google查找有关该主题的文章.
It''s basically called n-tiered architecture. You have a presentation layer, a business layer ( that contains business logic ) and a data layer ( that handles access to a data source and returns strongly typed objects ). If you want a more complex explanation, use google to find some articles on the topic.


您还可以查看 ^ ].


这篇关于项目的模块化架构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆