This is the data structure passed into the generic data handler.
这是传递到通用数据处理程序中的数据结构。
This method receives several parameters, including a SQL statement and a result handler, and returns an object of generic type t.
这个方法接收多个参数,包括一条sql语句和一个结果处理程序,并返回一个泛型t的对象。
As you can see, this implementation of the invocation handler makes use of a generic validator service, the same as in Listing 3.
您可以看到,调用处理程序的这种实现,利用了通用的验证器服务,与清单3里相同。
In this paper, I show you a generic JAX-RPC handler implementation, capable of sending and receiving arrays of an arbitrary attachment type.
本文中,我向您展示了通用的JAX - RPC处理程序的实现,它具备发送并接收任意附件类型的部署的能力。
The flat file adapter module (Figure 12) receives the flat file and invokes the generic data handler.
平面文件适配器模块(图12)接收平面文件,并调用通用数据处理程序。
You can easily combine Listings 3 and 5 to make a generic code template handler.
您可以轻松地将清单3和清单5组合起来,获得一个通用代码模板处理器。
Now you can create the generic delimited data handler service (Figure 7), which is the main purpose of this article and the component that we intend to reuse to handle inbound delimited flat files.
现在可以创建带分隔符数据的通用处理程序服务(图7),而这正是本文的主要目的,也是我们期望进行重用来处理带分隔符的入站平面文件的组件。
The problem here is that since the XPathHandler is a generic class, it does not know about the actual application handler.
现在的问题是,由于XPathHandler是一个一般类,所以它不知道实际的应用处理程序。
The input values in the Initial request parameters correspond to the DelimitedFlatFile object that is the input to the generic data handler.
Initial请求参数中的输入值与作为通用数据处理程序的输入DelimitedFlatFile对象对应。
Creating the generic delimited data handler service.
创建带分隔符数据的通用处理程序服务。
Part 1: Generating Dojo markup using a generic markup handler.
第1部分:使用通用的markup处理程序生成DOJO markup。
The generic data handler uses these values to locate and invoke the target service.
通用数据处理程序将使用这些值来定位和调用目标服务。
It knows about the target service (blue) and includes this information as metadata passed to the Generic data Handler.
它知道目标服务(蓝色)的情况,并将此信息包括在元数据中传递给通用数据处理程序。
What happens in these cases is that a generic "catch-all" handler is defined, which saves all error information in local variables.
这些情况下要做的事情就是定义一个通用的“万能(catch - all)”处理程序,用于在局部变量中保存所有错误信息。
Part 4: Making configurable REST calls from an iWidget using a generic REST handler
第 4部分:使用通用的REST处理程序从iWidget 发出可配置的 REST调用
Part 2: Creating a Dojo DataGrid component with paging using a generic grid handler.
第2部分:使用通用的网格处理程序创建具有分页功能的DojoDataGrid组件。
To keep the Data Handler module generic, the DelimitedFlatFile business object has to contain all specific information required by the Data Handler to operate.
为了保持数据处理程序模块的通用性,DelimitedFlatFile业务对象必须包含数据处理程序进行操作所需的所有特定信息。
The Generic Delimited data Handler module receives the DelimitedFlatFile business object, extracts metadata, and constructs the appropriate invocation messages for the target service.
带分隔符数据的通用处理程序模块将接收DelimitedFlatFile业务对象,提取元数据,并为目标服务构造恰当的调用消息。
In Part 1, you'll learn how to create Dojo markup on the fly with minimal coding effort using a generic markup handler.
在第1部分中,学习如何使用通用的markup处理程序方便地创建DOJO markup。
DelimitedFlatFileBO: This is a data type specifically created to interface with the Generic Delimited data Handler (yellow).
DelimitedFlatFileBO:这是专门创建以与带分隔符数据的通用处理程序(黄色)通过接口连接的数据类型。
Create a global error handler at the page or application level that catches all unhandled exceptions and routes them to a generic error page.
在网页或应用程序层级建立全域错误处理常式,用来拦截所有未经处理的例外状况,并将其传送到泛用错误网页。
Create a global error handler at the page or application level that catches all unhandled exceptions and routes them to a generic error page.
在网页或应用程序层级建立全域错误处理常式,用来拦截所有未经处理的例外状况,并将其传送到泛用错误网页。
应用推荐