且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

什么是应用层和业务逻辑层之间的区别?

更新时间:2023-12-04 12:04:34

这听起来是正确的。

业务层实现的域模型边界技术中立办法。换句话说,它不依赖于任何特定的UI或服务接口相关的技术,如Web库或窗的API。您应该能够从任何类型的应用程序消耗的业务层 - 网络,丰富的客户端,Web服务等

The business layer implements the Domain Model in a boundary-technology-neutral way. In other words, it doesn't depend on any particular UI or service interface-related technology, such as web libraries or windowing APIs. You should be able to consume the business layer from any type of application - web, rich client, web service, etc.

应用层桥梁在业务层和边界技术之间的差距。

The application layer bridges the gap between the business layer and the boundary technology.