• Presentation layer objects will depend on service layer objects, which will themselves depend on other service objects and data access objects, etc.

    表示对象依赖服务层对象,而这些服务层对象又依赖于其它服务对象数据访问对象

    youdao

  • This is where all business rules are applied as data passes from the Presentation Layer (UI), through the business Layer to the data Access Layer, and back again.

    数据表示(ui)传递过来的时候,全部业务规则这里执行通过业务层数据访问层,然后倒过来。

    youdao

  • With a thin client, you can maximize the one resource you have complete control over, the server, to do the brunt of the work and dish out a minimal set of data and presentation layer information.

    有了客户机就可以最大限度地利用您完全控制资源(即服务器),由它完成繁重工作提供精简的数据表示层信息。

    youdao

  • This layer also handles the requests from the Presentation layer and interacts with the DAL to retrieve the data from the back end and request the DAL to perform data persistence.

    这个处理来自表示请求,并DAL交互以便检索数据请求DAL执行数据持久性

    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

  • On the other hand, the parsing of data is not a task well-suited to the presentation layer.

    一方面,数据解析不是一个非常适合于表示层任务

    youdao

  • However, while the DAL cleanly separates the data access details from the presentation layer, it does not enforce any business rules that may apply.

    不过即使DAL数据访问细节表示中分离出来了,不能处理任何业务规则

    youdao

  • Providing required model data for the presentation layer by consolidating responses from request handlers.

    通过加强来自请求处理程序响应表示提供所需模型数据

    youdao

  • We use a simple XFDL form, a leave application, as an example to demonstrate the use of the XML data model in separating the form's data layer from the presentation layer.

    我们简单XFDL表单(一个休假申请),演示如何使用XML数据模型分离表单数据表示层。

    youdao

  • The location service receives the collection of DTO objects from the data layer and generates the corresponding JSON data for use in the presentation layer.

    位置服务数据接收d TO对象集合然后生成对应JSON数据,表示使用

    youdao

  • Changes to the data layer update the presentation layer, just as changes to the presentation layer will update the data layer.

    数据修改更新表示层,对表示层的修改也更新数据层。

    youdao

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

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

    youdao

  • Intensive processing was required to parse data in the Presentation Services layer and extract the sub-set of data needed for a specific operation.

    需要大量处理工作解析presentationservices数据以及提取特定操作所需数据子集

    youdao

  • The Template layer of a Django application allows you to separate the UI or presentation layout of a Web application from its data.

    Django应用程序模板允许Web 应用程序的UI显示布局数据分开。

    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

  • The purpose of XForms model is similar to that of XML data model: to separate the data layer from the presentation layer.

    XForms模型用途XML数据模型相似:数据表示进行分离

    youdao

  • The first JSP, Welcome.jsp, occupies both the presentation layer and the data layer by using the JSTL SQL library to issue an SQL query from the page.

    第一JSP,即Welcome.jsp,使用JSTLSQL页面发出一个 SQL查询,因而同时占据表示数据层。

    youdao

  • Most applications, however, fit well with the traditional "funnel threading" model (applications spend more time processing data and building the presentation layer than they do retrieving the data).

    但是大多数应用程序都很适合传统的“漏斗线程”(funnel threading)模型(应用程序检索数据花费更多时间处理数据构建表示)。

    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

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

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

    youdao

  • The final step in our data-related work involves providing a consolidated set of information for our presentation layer to display.

    与数据有关工作最后一步表示提供合并了信息,以便将它们显示出来

    youdao

  • In an actual system, the architect would design the classes for each software layer (presentation, business, and data access).

    实际系统中,架构每个软件(表示层、业务数据访问层)设计

    youdao

  • Data is provided to the presentation layer in the form of domain objects or value objects.

    数据对象对象形式提供表示

    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

  • You can use LiveCycle Designer to combine XML schema and the Adobe PDF presentation layer into an XML Data Package (XDP), which creates intelligent, actionable forms.

    可以使用LiveCycleDesignerXMLschemaAdobePDF表示结合 XMLDataPackageXDP),创建智能的、具有行为能力(actionable)的表单

    youdao

  • The comment made earlier regarding <fmt:parseDate> is equally applicable to parseNumber>: Parsing data is not a task well-suited to the presentation layer.

    先前有关 <fmt:parseDate> 的说明同样适用于 parseNumber> :解析数据不是项非常适合表示层的任务

    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

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

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

    youdao

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

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

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