But content and presentation logic were still mixed throughout.
但内容和表示逻辑仍然混在一起。
UML Drawing of Presentation Logic, Screen Navigation, Validation.
UML的表示逻辑,绘制屏幕导航,验证。
The views on the other hand, are only concerned with presentation logic.
视图,另一方面也只关注表现逻辑。
Other elements of the system, such as application presentation logic, were only expected to be clients.
系统的其他要素(如应用程序表示逻辑)只能成为客户机。
This Best Practice assumes that your back-end business logic is more valuable than your presentation logic.
该最佳实践假定后端业务逻辑比表示逻辑更有价值。
Presentation logic is separated from business logic, which is further separated from the persistent storage.
表示逻辑与业务逻辑分隔开,业务逻辑又与持久化存储分隔开。
Reduce the complexity of GUI code by allowing for a clear separation of presentation logic and interaction logic
通过明确分离表示逻辑和交互逻辑降低GUI代码的复杂度
This tutorial is for Web application developers looking to separate data and business logic from presentation logic.
这篇教程用于Web应用程序开发人员从表示逻辑中分离数据和业务逻辑。
For instance, one of the view beans we used encapsulates the presentation logic for reporting errors back to a user.
例如,我们使用的其中一个视图bean封装把错误报告回用户的表示逻辑。
Traditionally business processes (BP) and presentation logic where all written into the same programs that contained business logic.
传统的业务流程(BP)与表现逻辑都写入了包含业务逻辑的相同程序。
Hardening the types also provides a well-known service interface that is easy to consume in integration middleware and presentation logic.
固定产品类型提供了一个良好的服务接口,易于在集成中间件和表示逻辑中使用。
Having an intermediary format that is common to all supported client formats helps separate application logic from presentation logic.
有一个对所有支持的客户机格式都相同的中间格式,对把应用逻辑从显示逻辑分开会有所帮助。
Question: Doesn't AJAX break model 2 programming and take us back to include non-presentation logic in our Web pages like the bad old days?
问:Ajax 是不是破坏了Model2编程,并将我们带回到像以前那种Web页面中包括非表示逻辑的情况?
This provides benefits such as a well-known service interface that may be easier to consume in integration middleware and presentation logic.
这样做会带来一些好处,比如良好的服务接口,它在集成中间件和表示逻辑中可能更容易使用。
The solution is to separate the presentation logic of the front end from the business logic of the back end, but they still need to be connected.
解决的办法是将前端的表示逻辑与后端的业务逻辑相分离,但是它们仍旧需要相互连接。
It is fairly common to have two interfaces to a Web application consisting of a content management tool and the presentation logic for that data.
由内容管理工具和用于数据的表达逻辑组成的Web应用程序有两个接口是非常普遍的现象。
HTML V4 was designed to end this chaos, as it externalized presentation logic to CSS and introduced layers (DIVs) for advanced positioning of content.
HTMLV4的出现就是为了结束这种混乱,它将表示逻辑推给了CSS,为高级的内容定位引入了层(DIV)。
View beans also let us separate presentation logic from our business logic, keeping HTML code out of our servlets and other control and model objects.
视图bean还允许我们把表示逻辑与我们的商业逻辑分离开来,将HTML代码放在servlet以及其它控件和模型对象之外。
By encouraging developers to naturally separate the business and presentation logic, it should be easier to develop unit tests against the business logic.
通过让开发人员自然地分离业务逻辑和表现层,开发和业务逻辑相关的单元测试将会变得更加容易。
The presentation logic, business logic and data access logic were all clubbed together thus leading to fragile design which is hard to change without breaking.
表现逻辑、业务逻辑和数据访问逻辑掺杂在一起导致脆弱的设计,这样很难在不破坏原 有设计的基础上做出变动。
Wrapping the select with our own widget allows us to put all the presentation logic related to the feed selection (adding and removing feeds) in a single place.
用我们自己的小部件来包装选择控件让我们能够将所有与此提要集合相关的表示逻辑(添加和删除提要)都放到同一个地方。
Watch for our next installment of the Go-ForIt Chronicles, where we'll cover View Beans, which offer a way to encapsulate a Web application's presentation logic.
请关注Go - ForIt记事的下一个部分,我们将涉及为封装Web应用程序表达逻辑提供方法的ViewBeans。
However, if a servlet is used to present information in a browser, it is forced to contain some presentation logic not needed to convey information to another program.
然而,如果servlet用于在浏览器中显示信息,则强制它包含一些表示逻辑,而向另一个程序传输信息时并不需要它们。
And remember: the point of template engines should be to separate your business logic from your presentation logic, not to separate your PHP code from your HTML code.
并且记住:模板引擎的要点是把你的业务逻辑从你的表现逻辑中分离出来,而不是把你的PHP代码从HTML代码中分离出来。
In this tutorial you will implement a Web page for a personal resume stored as an XML file and explore two solutions to separating data and business logic from presentation logic.
在这篇教程中,将会实现存储为XML文件的个人简历web页面,并探究两种从表示逻辑中分离数据和业务逻辑的解决方案。
You've probably heard it said a hundred different ways by now, but it really is important to separate presentation logic and business logic when you're developing a Web application.
您可能听说现在有上百种不同的方式,但是在开发Web应用程序时将表示逻辑与业务逻辑分离是很重要的。
A page developed specifically for mobile device browsers allows you to break down presentation logic into smaller pieces that work better for the device's display area and input hardware.
特别为行动装置浏览器开发的网页,可以让您将展示逻辑分割为较小的区块,以便在装置的显示区域和输入硬体中产生更好的效果。
(This implies the need to install and manage a client-side application component on the client.) on the right is a WSRP service; its distributed presentation logic splits the presentation task into.
这意味着需要在客户机上安装和管理客户端应用程序组件。
The TT book authors try very hard to keep TT a presentation vehicle only, without executable logic.
这本TT书籍的作者非常尽力地去保持TT只是一个描述工具,没有执行逻辑。
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.
学习自定义标记如何促进表示和业务逻辑之间的分离,同时还让您可以将动态数据合并到表示层。
应用推荐