Presentation layer objects will depend on service layer objects, which will themselves depend on other service objects and data access objects, etc.
表示层对象会依赖于服务层对象,而这些服务层对象又依赖于其它服务对象和数据访问对象等。
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)传递过来的时候,全部的业务规则都在这里执行,通过业务层到数据访问层,然后再倒过来。
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.
有了瘦客户机,您就可以最大限度地利用您能完全控制的资源(即服务器),由它去完成繁重的工作,而只提供精简的数据集和表示层信息。
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执行数据持久性。
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.
业务规则可以集中到业务逻辑层,该层充当表示层和数据访问层之间的数据交换的中间层。
On the other hand, the parsing of data is not a task well-suited to the presentation layer.
另一方面,数据的解析并不是一个非常适合于表示层的任务。
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将数据访问的细节从表示层中分离出来了,可它却不能处理任何的业务规则。
Providing required model data for the presentation layer by consolidating responses from request handlers.
通过加强来自请求处理程序的响应为表示层提供所需的模型数据。
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数据模型分离表单的数据层和表示层。
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数据,在表示层使用。
Changes to the data layer update the presentation layer, just as changes to the presentation layer will update the data layer.
对数据层的修改会更新表示层,对表示层的修改也会更新数据层。
The presentation layer can call the validation logic on the data provided by a form before passing it to the domain model.
展示层可以调用验证逻辑对表单提供的数据进行验证,然后再将该数据传递给域模型。
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层的数据,以及提取特定操作所需的数据子集。
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或显示布局与它的数据分开。
This closed model allows Velocity to provide a decoupled templating presentation layer, cleanly separated from any application business logic or data management code.
这种封闭的模型使Velocity能够提供分离的模板表示层,与任何应用程序业务逻辑或者数据管理代码清晰地划分开。
The purpose of XForms model is similar to that of XML data model: to separate the data layer from the presentation layer.
XForms模型的用途与XML数据模型相似:对数据层和表示层进行分离。
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查询,因而同时占据了表示层和数据层。
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)模型(应用程序比检索数据花费更多的时间去处理数据和构建表示层)。
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.
学习自定义标记如何促进表示和业务逻辑之间的分离,同时还让您可以将动态数据合并到表示层。
Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.
模型指数据,视图指表示层,而控制器指应用程序逻辑或业务逻辑。
The final step in our data-related work involves providing a consolidated set of information for our presentation layer to display.
与数据有关的工作的最后一步是为表示层提供合并了的信息集,以便将它们显示出来。
In an actual system, the architect would design the classes for each software layer (presentation, business, and data access).
在实际的系统中,架构师会为每个软件层(表示层、业务层和数据访问层)设计类。
Data is provided to the presentation layer in the form of domain objects or value objects.
数据以域对象或值对象的形式提供给表示层。
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服务使用远程表示范例,这意味着所有的视图逻辑在客户机上执行,而应用程序逻辑和数据层(控制器和模型)则驻留于服务器上。
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).
应用程序表示层由jsp、servlet或portlet组成,它们从后端(或业务逻辑)获取程序数据,然后创建布局HTML(或其它标记语言)。
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.
您可以使用LiveCycleDesigner把XMLschema和AdobePDF表示层结合为 XMLDataPackage(XDP),它创建智能的、具有行为能力(actionable)的表单。
The comment made earlier regarding <fmt:parseDate> is equally applicable to
先前有关 <fmt:parseDate> 的说明同样适用于
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类。
Spring framework is used to tie together the components in the Data Access Layer, the Business Logic Layer, and the Presentation Layer.
Spring框架用于将数据访问层、业务逻辑层和表示层中的各组件结合在一起。
Spring framework is used to tie together the components in the Data Access Layer, the Business Logic Layer, and the Presentation Layer.
Spring框架用于将数据访问层、业务逻辑层和表示层中的各组件结合在一起。
应用推荐