所有的商业逻辑都应该在类中,如果你确实需要在你的JSP页面中包含代码,你应该用自定义标签来包装它。
All business logic should be in classes, and if you absolutely had to have code in your JSP page, you would wrap it up in a custom tag.
在页眉和页脚的情形下,这种空间划分也许恰好可以满足在视觉上分隔页面内容为逻辑组的需要。
In the case of a page header or footer, this division of space might be exactly what's needed to visually break the page content into logical groups.
在这个部分我们将为每个页面扩展名写需要的逻辑。
In this section, we will write logic which needs to be executed as per page extensions.
规则引擎可以在应用程序的处理模块内实现并应该包含基于用户概要文件和页面概念而选择规则的逻辑。
The rule engine can be implemented in the processing module of the application and would contain logic to select a rule based on the user profile and page concept.
许多有用的功能,包括支持超过50种支付接口、单独页面结账和自定义税项逻辑,可以节省客户的时间和劳动。
Useful features include support for over 50 payment gateways, single page checkout and custom tax logic, which can save merchants lots of time and effort.
本示例中的页面表示紧密配合了业务逻辑,这将阻碍将来的应用程序可伸缩性。
For this example, the page presentation is tightly coupled to the business logic, which will hinder the future scalability of the application.
注意,如果代码请求预抓取已经获得的页面,实现的逻辑会避免不必要的服务器调用。
Note that if the code asks to prefetch an already-fetched page, the implemented logic avoids making unnecessary, redundant calls to the server.
关于初始载荷,您可以用一个简单的服务器页面标记同业务逻辑对话来进行管理。
On initial load, you manage this with a simple server page tag talking to business logic.
到本文结束时,我们会建立数据库、一个提供核心银行逻辑的PHP模块以及一个单页面浏览器用户界面,这些都是银行场景的组成部分。
At the end of this part of the series, you will have built the database, a PHP module for the core bank logic, and a single-page based browser user interface, which are all part of our bank scenario.
业务用户通过创建一个或多个页面并将这些小部件组合到称为空间的逻辑单元可以动态构建解决方案。
Business users can dynamically build solutions by creating one or more pages and grouping them together into logical units known as Spaces.
由于想要缓存的页面高度动态,所以到期失效逻辑就会变得更加复杂。
As you cache pages that are substantially more dynamic, the expiration logic will get more complicated.
多数定制清理器都会观察某些模型对象,并根据更改击发逻辑来使一个或多个缓存页面到期失效。
Most custom sweepers observe some model object, and based on changes, fire logic to expire one or more cache pages.
您可以争论说,只有应用于站点每个页面的规则属于站点范围的CSS,但这种逻辑只是说起来比做起来容易的典范。
You could argue that only rules that apply to every page of a site belong in a site-wide CSS, but that sort of logic sounds better in print than it does in practice.
显示页面时视窗标签修改逻辑视图大小。
The viewport tag changes the logical view size when displaying a page.
当选项的数量比较多,页面空间有限,并且可以对选项列表有逻辑的进行归类,分成更小的,内容数量基本一致的内容块.
Use when the number of options is large, the space is constrained, and the list of items can be logically grouped into smaller, roughly equal sized chunks.
页面的上半部分现在有一个饼图,显示逻辑日志的已用空间、空闲空间和已备份空间使用量。
The upper half of the page now has the pie chart, breaking it up to illustrate the usage of logical log as used space, free space and backed up space.
虽然导航将基于当前页面有稍微的改变,但是带有导航链接的包含页面也可以使用一些ssi来实现一些显示逻辑。
Although your navigation is going to change slightly based on the current page, so maybe the included page with navigation links also USES some SSIs to implement a little display logic.
PHP 基本上是一种服务器端脚本编制语言,它允许您将应用程序逻辑嵌入HTML页面,或者用 PHP 函数创建整个 HTML 页面。
PHP is primarily a server-side scripting language that enables you to embed application logic within HTML pages, or create entire HTML pages from PHP functions.
现在这些HTML控件在服务器上作为ASP.NET控件,ASP.NET页面发出一些事件,我们可以注入自己的逻辑。
Now between these HTML controls coming live on the server as ASP.NET controls, the ASP.NET page emits out lot of events which can be consumed to inject logic.
谢天谢地,有一个逻辑方法可以将这类页面转化为完美的、容易维护的Web站点。
Thankfully, there's a logical approach to turning these sorts of pages into finely tuned, easily maintainable Web sites.
该技术通过规划用户界面逻辑,以进行页面设计、导航、聚合,并在用户浏览器中跨portlet交流,旨在将Web浏览器转化为半个用户。
The technology aims to turn Web browsers into semi-rich clients by projecting user interface logic for page rendering, navigation, aggregation, and cross-portlet interaction into user's browsers.
在body标签中,有个模板指定了页面的逻辑结构和pagelets的占位符。
In the body tag, there is a template that specifies the logical structure of page and the placeholders for pagelets.
web开发者负责JSP和html页面的外观和感觉,而不涉及应用的业务逻辑。
Web developers work on the look and feel of JSP and HTML pages without touching the application's business logic.
NETpage对象被创建,许多事件被触发,你可以在这些页面事件中写我们自定义的逻辑。
While the ASP.NET page object is created, many events are fired which can help us to write our custom logic inside those page events.
在J2EEWeb应用程序领域中,模式是应用程序的业务逻辑,视图是包含表示层的JSP页面。
In the domain of J2EE Web applications, the model is the business logic of an application, and the JSP pages comprising the presentation layer are the view.
sucessView属性代表表单数据提交而且 doSubmitAction()方法中的逻辑成功执行之后显示的页面。
The sucessView property represents the page which displays after form data is posted and logic is successfully executed in the doSubmitAction() method.
我们将使用IBMPortalToolkit来开发portlet并使用HATS业务逻辑来实现在Web页面上portlet之间消息的传递。
We will use the IBM Portal Toolkit for portlet development and use HATS business logic to create messaging between portlets on a Web page.
这样实际上就是在ContextMenu快捷菜单控件和页面之间创建了一个逻辑信赖。
This fact creates a logical dependency between the ContextMenu control and the page.
一个Web应用程序是作为单一实体管理的、逻辑上链接的web页面的集合。
A Web application is a collection of logically connected Web pages managed as a single entity.
servlet的业务逻辑编入了实际的jsp页面文件名。
The business logic of the servlet is woven in with actual JSP page file names.
应用推荐