This layer of services provides the ability to broker process execution through the aggregation of integration components to support coarse-grained business functions.
这一层的服务提供通过聚合集成组件支持粗粒度业务功能从而执行代理过程的能力。
An SOA-based EMR can readily support many forms of user interface because the core data and business logic functions are loosely coupled from the presentation.
一个基于SOA的EMR能够轻易地支持很多用户界面窗体,因为核心数据和业务逻辑功能与表现层是松耦合的。
The adapter framework contains the necessary run-time application programming interface (API) to support the functions of adapters.
适配器框架包含必须的运行时应用程序病程接口(API)来支持适配器功能。
The NEW-LEVEL-SEED handler demonstrates a couple of interesting aspects, mostly in the two support functions it employs.
NEW - LEVEL - SEED处理器说明了两个有趣的地方,主要是关于它的两个支持函数。
In addition, the Administration API support registration of plug-ins for Validation functions or additional Notification providers.
此外,该管理API还支持注册验证功能插件或其他通知提供程序。
The limitation of functions is that they rely on the ability of support being available within the shell, which is not always possible, or available.
函数的局限性在于,它们依赖外壳提供支持能力,而这并不总是可能或可用。
The reflection API has great support for closures, as we've now seen, in the form of being able to create them from existing functions and methods dynamically.
正如我们所见,反射API能够通过现有函数和方法动态创建闭包,从而为闭包提供强大的支持。
The back end of the Evolution client includes support for several connectors that provide the interface between the main e-mail functions and the servers on which they rely.
Evolution客户端的后端包括对几个连接器的支持,这些连接器在主要电子邮件功能和它们依赖的服务器之间提供接口。
Evolution builds on the Gnome environment to support E-mail, address book, and calendaring functions of a typical PIM.
Evolution在Gnome环境中构建,支持一个典型PIM的电子邮件、地址簿和日历功能。
C + + 0x allows you to define functions and classes with variable Numbers of arguments, and support is now the same in GCC.
C+ +0x允许定义具有数量可变的参数的函数或类,现在GCC提供相同的支持。
Assuming your new function is written in terms of Clojure's built-in functions, it will automatically be able to support all the same types.
假设您的新函数是用Clojure的内置函数编写的,则它将能够自动支持所有相同的类型。
One example of this is MongoDB's support for dynamic queries that don't require predefined MapReduce functions.
这方面的一个例子是动态查询的MongoDB支持无需预定义的mapreduce函数。
In the 6.1 release, WebSphere Application Server contains significantly enhanced administrative functions and tooling that support product automation and the use of the Jython syntax.
在6.1版本中,WebSphereApplicationServer包含得到显著增强的管理功能和支持产品自动化及使用jython语法的工具。
For more information on CLI Drivers Asynchronous support, see the Asynchronous execution of CLI functions topic in the IBM information Center.
有关CLIDrivers异步支持的更多信息,参见ibmInformationCenter中的cli函数的异步执行主题。
While XPath doesn't support functions, XQuery provides a substantial collection of built-in functions and operators and also allows users to define functions of their own.
XPath不支持函数,但XQuery提供了一批重要的内置函数和运算符,而且还允许用户定义自己的函数。
Other important features, such as Unicode support in many of the core functions, mean that PHP V6 is positioned for better international support and robustness.
其他重要的特性:比如在核心函数中对Unicode(统一编码)的支持,这意味着PHP 6提供了更好的更可靠国际支持。
The definition of new rules (and support functions/methods) is largely equivalent.
新规则的定义(和对函数/方法的支持)在很大程度上是等同的。
The Bank Actions PHP module is designed to support REST-style invocation of the service functions in the mid tier.
BankActionsphp模块支持以REST风格调用中间层中的服务功能。
It is now time to think of the core bank logic required to provide the bank teller functions. In this scenario, you need to provide support for the following bank teller functions.
现在,考虑提供银行出纳功能所需的核心银行逻辑。
Product domain: This functionality is associated with "product factory" functions and focuses on implementation of an operational product catalog to support product creation and lifecycle management.
产品领域:此功能与“产品工厂”函数相关,重点关注用于支持产品创建和生命周期管理的操作产品目录。
You also have access to a full range of functions to support the necessary calculations, reports, and summaries of the data within the spreadsheets.
您还可以访问一组广泛的功能,以便支持必要的计算、报告和电子表格数据汇兑。
To support the massive number of players that make up the "m" in MMOG, the server side of the game is a complex configuration of dozens or hundreds of servers that perform various functions.
为了支持MMOG中的大量用户,游戏的服务器端是由数十或数百台服务器组成的复杂配置,各个服务器执行不同的功能。
Support for external taxonomies (indexing systems) for classification of business processes and functions.
支持外部分类法(索引系统)以对业务流程和功能进行分类。
This decomposition is accomplished through the identification of the specific functions that need to be defined to support business requirements, as shown in Figure 1.
可以通过识别为支持业务需求而定义的特定功能来实现这种分解,如图1所示。
SOA infrastructure - "the plumbing that provides utility functions that enable and support the use of the service" [OASIS SOAR a]. Here we deal with deployment and run-time policies.
SOA基础设施——“提供支持和促进服务使用的工具和产品”[oasisSOAR A],这里我们解决部署和运行时政策。
The routing or controlling routines of Subsystem Support Services. This routine provides multitasking and control support, on a priority basis, for all Subsystem Support Services functions.
子系统支持服务程序的路径选择或控制程序。此程序根据所有子系统支持服务功能的优先级提供多任务和控制支持。
The routing or controlling routines of Subsystem support Services. This routine provides multitasking and control support, on a priority basis, for all Subsystem support Services functions.
的路径选择或控制程序。此程序根据所有子系统支持服务功能的优先级提供多任务和控制支持。
Creating a set of values to support underlying functions.
创建一系列的值以支持函数。
C has support for defining functions with a variable number of arguments using va_list, and C++ never improved on that.
C支持使用 va_list定义具有数量可变的参数的函数,C++在这方面没有改进。
C has support for defining functions with a variable number of arguments using va_list, and C++ never improved on that.
C支持使用 va_list定义具有数量可变的参数的函数,C++在这方面没有改进。
应用推荐