Both are SOA-based, using the templated non-relational data access pattern.
这两个示例均基于SOA,使用的是模板化非关系数据访问模式。
The hit ratio is a function of the cache size, the amount of underlying data, and the data access pattern.
命中率与缓存大小、底层数据的数量和数据访问模式有关。
Templated Non-relational Data Access: The templated non-relational data access pattern is used to persist CMP beans to a non-relational datastore, which is the primary intended use of CMP/A.
模板化的非关系数据访问:模板化非关系数据访问模式用于将CMPBean 保存到非关系数据存储,而这是 CMP/A的主要设计用途。
You can use the second type of data access pattern when you wish to use a CMP bean that requires the use of some special database feature that the server does not natively support with CMP beans.
当需要使用CMPBean,而其要求使用不为 CMPBean提供本机支持的服务器的某个特殊功能时,可以使用第二种数据访问类型。
This pattern encourages you to treat an application in layers -- presentation, domain, data access.
此模式鼓励您分层(表示层、域层、数据访问层)处理应用程序。
In this pattern enterprise data access is incorporated in the business service implementation.
在这个模式里,企业数据存取已经合并到业务服务实现中。
The Information Aggregation business pattern provides a read-only access to the business process performance data.
信息聚合业务模式提供了对业务流程中的数据进行只读的访问。
As this article has shown, implementing the DAO pattern entails more than just writing low-level data access code.
正如本文所展示的,实现DAO模式需要做比编写低级别的数据访问代码更多的工作。
In most cases, the data federation pattern is used for read access because of the complexity of write access.
在大多数情况下,由于写访问非常复杂,因此数据联合模式主要用于进行读访问。
One of the approaches for overcoming drawbacks of the previous pattern is to treat enterprise data access as a first class business services.
克服上一个模式缺点的一种方法就是将企业数据存取当作第一级的业务服务。
Registry MDM solution pattern: at least a skeleton master data system is build to provide a system of record for a real-time reference access.
注册MDM解决方案模式:构建至少一个骨架主数据系统,从而提供支持实时引用访问的记录系统。
When AME is enabled for an LPAR, the operating system starts compressing and decompressing data in memory based on the workload's memory access pattern.
在为LPAR启用AME时,操作系统将开始根据工作负载的内存访问模式压缩和解压缩内存中的数据。
We'll begin with a review of the Data Access Object pattern.
我们将从回顾数据访问对象模式入手。
After applying the data federation pattern to a particular integration scenario, the result of this specific federated access can be provided as a service to multiple service consumers.
将数据联合模式应用到特定集成场景后,此特定联合访问的结果可作为服务向多个服务使用者提供。
We'll start with a review of the DAO design pattern and data access objects.
我们将以对DAO设计模式和数据访问对象的概述开始。
Applying the data access Object (DAO) pattern throughout the applications enabled us to separate low-level data access logic from business logic.
在整个应用程序中使用数据访问对象(DAO)使我们可以将底层数据访问逻辑与业务逻辑分离开来。
The generic DAO pattern (also called Typesafe DAO) is critical to reducing code duplication in the data access tier.
泛型dao模式(也称为类型安全的DAO)对于减少数据访问层中的代码重复非常重要。
It also supports the Model-View-Controller (MVC) pattern and plays nicely with various and sundry database drivers for data access.
它还支持Model -View - Controller (MVC)模式,很好地兼容用于数据访问的各种数据库驱动程序。
The primary driver for using this pattern is to provide real-time access to back-end applications and data from Web applications -- "back-end applications and data" being the key.
应用这种模式的主要驱动程序提供了对后端应用程序以及Web 应用程序中的数据进行实时访问的功能,它以“后端应用程序和数据”作为主键。
Developers use this pattern to separate low-level data access operations from high-level business logic. A typical DAO implementation has the following components.
开发人员用这种模式将底层数据访问操作与高层业务逻辑分离开。
The Contacts Sample uses a multitier pattern for data access: presentation - service - data access object - database.
ContactsSample在数据访问中使用了多层模式:表示-服务 - 数据访问对象 -数据库。
The Design Pattern Toolkit provides special model and data access tags that can access elements from your internal model, which is represented as a DOM.
DesignPatternToolkit提供了可以从内部模型(表示为DOM)访问元素的特殊模型和数据访问标记。
Authoring Design pattern Toolkit (DPTK) patterns requires familiarity with two subject areas: how to access the data model and how to use the available DPTK tags.
AuthoringDesignPatternToolkit (DPTK)模式要求您熟悉两个主题区域:如何访问数据模型以及如何使用可用的DPTK标记。
The data federation pattern allows for real-time, integrated access to sources with the highest level of data currency.
数据联合模式允许以实时集成的方式访问源,具有最高的数据并发级别。
The data consolidation pattern decouples the data-integration task from the data-access task.
数据整合模式将数据集成任务从数据访问任务中分离出来。
The goal of the data Access Object pattern is to provide a single point of contact to a particular data source.
数据访问对象模式的目的是提供到特定数据源的单个联系点。
Information Aggregation business pattern (also known as User-to-Data, allows users to access and manipulate data that is aggregated from multiple sources).
InformationAggregation业务模式(也称为User - to - Data,它允许用户访问和操作来自多个信息源的数据)。
As in pattern 3, the mashup hub can be used to transform the data (filter, restructure, or sort) and to enable access control of protective data sources.
和模式3中一样,可以使用mashuphub转换数据(过滤、重构或排序),并支持对受保护数据源的访问控制。
Through the study of design pattern and practical problem in enrollment trade, the text proposes the data access model based on solving coupling problem.
本文通过对设计模式方法的研究,并且结合招生行业的实际问题,提出了基于解耦模式的数据访问策略。
The Design Pattern Toolkit has several tags that enable us to access the model and use the data in our pattern. The first tag is accessing attribute data from the model
设计模式工具箱中包含一些标记,这些标记允许我们访问模型并使用模式中的数据。
应用推荐