• The business layer also can be called the intermediate layer or the data logic layer, the pulse of the application program.

    业务可以称为中间层数据逻辑层,是应用程序脉搏

    youdao

  • Tune in then to learn how custom tags can facilitate the separation between presentation and business logic, while also letting you incorporate dynamic data into the presentation layer.

    学习自定义标记如何促进表示业务逻辑之间分离同时可以动态数据合并表示

    youdao

  • The power of this layer is in separating data access code from the business logic for disparate data store technologies.

    作用在于针对不同数据存储技术业务逻辑分离数据访问代码

    youdao

  • These underlying data access calls are thus consolidated in the data access layer and hidden from the business logic.

    这些底层数据调用整合到数据访问中,对于业务逻辑不可见

    youdao

  • Business rules are centralized into the business logic layer that serves as an intermediary for data exchange between the presentation layer and the data access layer.

    业务规则可以集中业务逻辑层充当表示数据访问之间数据交换中间层

    youdao

  • Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.

    模型指数视图表示控制器应用程序逻辑业务逻辑。

    youdao

  • Many users have their own data access layer, with their own APIs, to which the business logic is coded.

    许多用户都用自己数据访问使用自己的API编写业务逻辑

    youdao

  • The Business Logic Layer, in turn, requests that the data Access Layer deal with data persistence.

    业务逻辑请求数据访问处理数据持久性

    youdao

  • This layer is responsible for running the application's business logic and getting the relevant data (for example, running an SQL command or reading a flat file).

    负责运行应用程序业务逻辑获取相关数据(例如,运行SQL命令或者读取平面文件)。

    youdao

  • These are both bad ideassuddenly you've married your business logic to your choice of a data binding layer, and at some point that's going to catch up with you and cause problems.

    错误观念突然业务逻辑数据绑定选择结合一起,最终必然会造成混乱导致出现问题。

    youdao

  • The Business Logic Layer consists of the value providers that provide data to the Ajax-enabled controls (see Figure 5).

    业务逻辑包含提供者,为支持Ajax控件提供数据(请参见5)。

    youdao

  • The presentation layer can call the validation logic on the data provided by a form before passing it to the domain model.

    展示可以调用验证逻辑表单提供数据进行验证,然后再将该数据传递模型

    youdao

  • In a Struts application, you can architect the Model layer so that the business and data retrieval logic are easy to reuse.

    Struts应用程序中,可以构建模型这样业务逻辑数据检索逻辑重用就容易了。

    youdao

  • This closed model allows Velocity to provide a decoupled templating presentation layer, cleanly separated from any application business logic or data management code.

    这种封闭模型使Velocity能够提供分离模板表示任何应用程序业务逻辑或者数据管理代码清晰地划分开。

    youdao

  • For example, data service operations that merely retrieve or update data, without the application of business logic should be permitted to be called directly from the Channel Services layer.

    例如仅仅检索更新数据数据服务操作如果没有应用业务逻辑那么不应该允许直接Channelservices调用

    youdao

  • Typical Web services employ a remote presentation paradigm, meaning all view logic executes on the client, whereas the application logic and the data layer (controller and model) reside on the server.

    典型Web服务使用远程表示范例这意味着所有视图逻辑客户机执行应用程序逻辑和数据(控制器模型)则驻留于服务器上。

    youdao

  • The application presentation layer is composed of JSPs, servlets, or portlets that get the program data from the back-end (or business logic) and create the layout HTML (or another markup language).

    应用程序表示jspservletportlet组成,它们端(或业务逻辑)获取程序数据然后创建布局HTML(或其它标记语言)。

    youdao

  • Business logic being pushed into the Data Services components instead of residing within components within the Business Services layer.

    业务逻辑DataServices组件而不是驻留Business services层的组件中。

    youdao

  • We had properly isolated the data access layer, simplifying the optimization of queries (which had sometimes snuck into the business logic on previous projects).

    我们适当数据访问进行分层简化查询优化(在之前的项目中数据访问有时混合业务逻辑)。

    youdao

  • In addition the queries which are sent to remote data sources are further optimized by the execution layer based on cache content and advanced null suppression logic.

    另外发送远程数据源查询执行层根据缓存内容高级抑制逻辑进行进一步优化

    youdao

  • The data Access Layer utilizes WPF data binding to tie UI components to business logic or data components.

    数据接口(DataAccess Layer)利用WPF实现UI组件业务逻辑和数据组件的绑定

    youdao

  • So far, we have finished examining the server-side data access layer logic for custom authentication and reset password. We will switch to the client side next.

    至此已经完成客户自定义授权重置密码数据访问逻辑现在看看客户端。

    youdao

  • The example in this article consists of the Data Abstract Layer (DAL), Data Transfer Objects (DTOs), the Business Logic Layer (BLL), the Presentation Layer, and supporting helper classes.

    本文中的示例包含数据抽象DAL)、数据传输对象DTO)、业务逻辑层(BLL)、表示用于支持helper

    youdao

  • Spring framework is used to tie together the components in the Data Access Layer, the Business Logic Layer, and the Presentation Layer.

    Spring框架用于数据访问业务逻辑表示层中的各组件结合在一起

    youdao

  • DECP is made up of data access layer, business logic layer, security proxy, data transport proxy, client proxy, messages layer and transactions manager.

    DECP由数据访问业务逻辑层、安全代理、数据传送代理、客户代理、消息层、事务管理器七个部分组成

    youdao

  • NET exploiture method: application expression layer, operation logic layer, data interview layer and data storage layer.

    NET开发方式的应用表示业务逻辑层、数据访问数据存储层四层结构。

    youdao

  • The introduced CIMS reference model, which is composed of data layer, logic layer and controlling layer, is proved to be comprehensively instructive in system design and implementation.

    数据逻辑层、控制实施组成的综合自动化系统参考实际应用中具有很大的指导意义。

    youdao

  • Additionally, the presentation layer might communicate with the data access logic in the middle tier through a service such as a service.

    此外展示可以透过服务(例如,服务)中介内的资料存取逻辑进行通讯

    youdao

  • Additionally, the presentation layer might communicate with the data access logic in the middle tier through a service such as a service.

    此外展示可以透过服务(例如,服务)中介内的资料存取逻辑进行通讯

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定