Only methods in the client layer and the API layer of the application architecture should contain transaction logic.
只有应用程序体系结构的客户端层和api层中的方法才应该包含事务逻辑。
Classic application architecture best practices recommend that each of these logic types be contained in a separate layer, as shown in Figure 1.
典型的应用程序架构最佳实践推荐这些逻辑类型分别包含在不同的层中,如图1所示。
The actual service implementations are invoked as service component Architecture (SCA) components in the logic layer.
在逻辑层中,可以将实际的服务实现作为ServiceComponentArchitecture (SCA)组件调用。
The API layer transaction strategy gets its name from the fact that all transaction logic is contained in the API layer of the logical application architecture.
APILayer事务策略的命名基于这样一个事实:所有事务逻辑包含在逻辑应用程序架构的api层。
Decoupling the Browser Request Handler and Resource Request Handler from the business logic layer helps facilitate code reuse, and leads to a flexible and extensible architecture.
从业务逻辑层中解耦browserRequestHandler和Resource Request Handler有助于促进代码重用,并能实现灵活和可扩展的架构。
The framework we'll create is a simple 3-tier framework that processes business logic using three patterns: the 3-layer architecture pattern, the Singleton pattern, and the Command pattern.
我们将要建立的是一个简单的3-tier框架,它使用了三种模式处理业务逻辑:3-layer体系结构模式、Singleton模式和Command模式。
Expatiate on the design of system architecture, business logic layer and some related core techniques.
并对系统的体系结构、业务逻辑层的设计和相关核心技术进行了阐述。
This software USES the present small and medium-sized software mainstream architecture that three layer architecture, the data layer, business logic layer, presentation layer, three layer.
本系统程序采用目前中小软件的主流架构即三层架构,分数据层,业务逻辑层,表示层三层。
The component belongs to middle layer of 3-tiered architecture, which separates user interface layer and database system, with clear logic and powerful reusable features.
组件在三层体系构架中处于中间层,隔离了用户界面层和数据库系统,逻辑清晰,可重用性强。
In the three-layer architecture model information system is divided into: expression layer, business logic layer, DBMS layer.
三层结构体系是在分布式技术的基础上,把信息系统按功能划分为表示、功能及数据三部分。
In the three-layer architecture model information system is divided into: expression layer, business logic layer, DBMS layer.
三层结构体系是在分布式技术的基础上,把信息系统按功能划分为表示、功能及数据三部分。
应用推荐