访问内部统一二级处理器缓存的后端总线接口逻辑。
Logic for interface to the back-side bus for accesses to the internal unified level two processor cache.
最初它主要是作为一种分离用户接口逻辑与业务逻辑的策略被设计出来的。
It was primarily devised as a strategy for separating user interface logic from business logic.
例如,我们可能会添加想与模型分离开来的用户接口逻辑,或者我们可能会出于性能方面的原因而添加某些类。
For example, we might add user interface logic that we want to keep separate from our model, or we might add some classes for performance reasons.
这样做会带来一些好处,比如良好的服务接口,它在集成中间件和表示逻辑中可能更容易使用。
This provides benefits such as a well-known service interface that may be easier to consume in integration middleware and presentation logic.
因为验证规则从接口的业务逻辑去耦,所以可以在许多对象的许多方法上重用它们。
Because the validation rules are decoupled from the interface's business logic, they can be reused across many methods on many objects.
下一版本应该把重点放在服务接口,而不是数据访问和业务逻辑层。
The next version should focus less on the data access and business logic tiers and more on the service interface.
它还确保可以完美地把数据和应用程序逻辑封装在通道接口之后的进程之中。
It also ensures the perfect encapsulation of data and application logic within processes behind channel interfaces.
服务代码实现WSDL接口并将业务与映射逻辑应用于调用和映射来自后端系统的结果。
The service code implements the WSDL interface and applies business and mapping logic to call into and map results from backend systems.
自定义数据绑定允许您将该逻辑隐藏在接口级别下,而提供更加以应用程序为中心的API。
Custom Data Binding allows you to hide this logic below the interface level and present a more application-centric API.
最好是明确定义一次逻辑类型,然后在整个接口中不断使用该定义。
It would be best to define a logical type exactly once and use that definition throughout your interface.
这可能意味着端口4提供同一逻辑接口的变体。
This can mean that port4 offers a variation of the same logical interface.
虽然这种方法可以把接口的验证逻辑从它的核心业务代码去耦,但是它的可重用性和可配置性不是很强。
While this approach works to decouple the interface's validation logic from its core business code, it isn't very reusable or configurable.
SOA 改变了应用程序的概念,使其成为了一组可通过服务接口访问的逻辑功能组。
SOA inverts the concept of an application such that applications are simply a logical grouping of capabilities accessed through service interfaces.
逻辑文件系统接口支持UNIX类型的文件访问语义。
The logical file system interface supports UNIX-type file access semantics.
您还可以使用接口映射组件开发数据同步逻辑,并使用企业发现向导创建EIS导出和EIS导入。
You'll also develop the data synchronization logic using an interface map component, and use the enterprise discovery wizard to create the EIS export and EIS import.
因此,尽管可以在物理接口上修改介质速度和双工模式,但是要在逻辑接口上设置IP地址和子网。
So, although you can change the media speed and duplex on the physical interface, you set up the IP address and subnet on the logical interface.
实现工作的重点是接口变更和业务逻辑变更,从而最大化地对未变更逻辑进行重用。
The implementation effort focuses on the interface changes and business logic changes, maximizing the reuse of unchanged business logic.
这无疑是POJO:没有实现任何接口 ——只有应用程序逻辑。
This is definitely a POJO: There are no interfaces implemented — nothing but the application logic going on here.
当应用程序的UI逻辑和业务逻辑拆分开时,SOA支持通常可以在业务逻辑的消息接口上应用,而完全忽略 UI 代码。
Where an application is split between UI logic and business logic, SOA enablement can often be applied at the business logic’s message interface, bypassing the UI code entirely.
使两种逻辑能够进行通信的是虚拟服务接口。
What makes it possible for the two pieces of logic to communicate is a virtual service interface.
尽管2级“胖客户端”应用的开发很简单,但是任何用户接口或者业务逻辑的改变所导致的软件升级都需要在所有客户端上进行。
Two-tier thick client applications are easy to develop, but any software upgrade because of changes in user interface or business logic has to be rolled out for all the clients.
最好的对策办法就是增强签名验证功能和业务逻辑之间的接口。
The best countermeasure approach would be to enhance the interface between the signature verification function and the business logic.
BusinessLayerProxy并不清楚执行什么命令,它只是通过ICommand接口执行一些业务逻辑(注意CommandFactory的返回值)。
BusinessLayerProxy never knows what command it's executing, only that it's executing some business logic through the ICommand interface (notice the return value from CommandFactory).
以太网绑定是一个有用的Linux特性,它提供多种将多个网络接口合并为一个逻辑接口的方法。
Ethernet bonding is a useful feature in Linux that provides a variety of methods for aggregating multiple network interfaces into a single logical interface.
正如前面提到的,绑定(bonding)是Linux中的一个特性,它提供多种将多个网络接口合并为一个逻辑接口的方法。
Bonding is a feature included with Linux that, as stated earlier, provides a variety of methods for aggregating multiple network interfaces into a single logical interface.
出于本示例的需要,我会采用不受验证限制的方式实现User接口,因为验证逻辑是在调用处理程序中处理的。
For the purpose of this example I'll use a validation-free implementation of the User interface, because the validation logic is being handled in the invocation handler.
要启用portlet服务,先继承PortletService接口,然后实现必需的方法和业务逻辑方法。
To enable a portlet service, extend the PortletService interface, and then implement the required methods and business logic methods.
context对象是microkernel的一个接口,在逻辑请求与具体代码之间架起了一座桥梁。
The context object is an interface to the microkernel which allows an endpoint to bridge between logical requests and physical code.
SessionBean和它的不同的接口之间的逻辑依赖关系是使用对ejbrealize类型的提取来模型化的。
The logical dependencies between a SessionBean and its various interfaces are modeled using abstractions of type EJBRealize.
这些action类为应用程序的model层提供了一个接口,充当围绕业务逻辑的包装器。
These Action classes provide an interface to the application's Model layer, acting as a wrapper around the business logic.
应用推荐