Aided by RPC model, this paper discusses RPC authentication mechanism based on RSA algorithm.
在分析RSA算法的基础上,结合RPC模型,讨论了基于RSA算法的RPC认证机制及其相关技术。
On the basis of the profound research on the theory of random process remote simulative control, an RPC model is established.
在对随机过程远程模拟控制理论进行研究的基础上,建立了一个严谨离散化的,便于工程应用的RPC模型。
But when you get down to the details, you can see that JAX-RPC's dynamic model is an RPC model, while JAX-WS's dynamic model is a messaging model.
但仔细分析其细节,可以发现JAX -RPC的动态模型是RPC模型,而JAX - WS的动态模型为消息传递模型。
Communication in the RPC model is most often synchronous, and requested operations generally represent fine-grained, individual work items (for example, checking on the status of an order).
RPC模型中的通信通常是同步的,并且请求的操作通常代表了细致且个别的工作项(例如:检查一个订单的状态)。
While you want to be consistent in your processing model, you can achieve this by using either document and RPC style in a consistent way.
当您想要在您的处理模型中保持一致时,您可以通过一致的方法使用文档或RPC样式来达到这个目的。
This article discussed how to decouple the service provider from the service client consumer with late binding and location transparency using a JAX-RPC programming model.
本文讨论了如何使用JAX-RPC 编程模型通过后期绑定和位置透明性将服务提供者从服务客户机使用者分离开。
Earlier remote procedure call (RPC) standards were based on a programming model where a developer wrote specific procedure calls.
早期的远程过程调用(rpc)是基于一种编程模型的,开发人员编写专门的过程调用。
By the way, if you are familiar with the concept of JAX-RPC handlers, mediations follow a very similar (but not the same!) programming model.
顺便说一下,如果您熟悉JAX - RPC处理程序的概念,则中介的编程模型与之非常相似(但并不相同!)
These developers could gain a lot from moving to a SOAP-based or XML-RPC-based communication model.
这些开发人员可以从转向基于SOAP或基于XML -RPC的通信模型中获益匪浅。
The RMI model of interaction is entirely different from the one used in RPC: there is a notable difference in how the remote object is operated on.
交互的rmi模型与RPC中使用的是完全不同的:在如何操作远程对象方面有显著的不同。
The road to SOAP starts with RPC, which is an entirely different model from what you may be used to using if you've been doing object-oriented programming for a while.
SOAP之路以RPC开始,如果您一直在做面向对象编程,那么它是与您可能习惯使用的完全不同的模型。
The JAX-RPC specification does not mandate a server-side model for processing the service context.
JAX - RPC规范不强制处理服务上下文的服务器端模型。
Data mapping model: JAX-RPC has its own data mapping model, which covers about 90 percent of all schema types.
数据映射模型:JAX - RPC具有自己的映射模型,此模型大约涵盖了所有模式类型中的90%。
JAX-RPC has its own data mapping model, which covers about 90 percent of all schema types.
JAX - RPC具有自己的映射模型,此模型大约涵盖了所有模式类型中的90%。
Dynamic programming model: JAX-WS's dynamic client model is quite different from the JAX-RPC mode.
动态编程模型:JAX - WS的动态客户端模式与JAX - RPC模式差别很大。
One of the goals of JSR 109 is that its client programming model is compatible with JAX-RPC.
JSR 109的目标之一就是它的客户机编程模型遵循JAX - RPC。
A graph as a data model was chosen for SOAP Section 5 encoding because a tree structure is often too restrictive for doing RPC and the encoding was designed to facilitate RPC.
SOAPSeciton5编码中选择图作为一种数据模型是因为,对于进行RPC而言,树结构常常限制过多,而编码本来就是为了方便rpc而设计的。
The RPC/encoded style is popular mainly because of its simple programming model for developers who are accustomed to the remote procedure calling convention.
RPC/encoded方式受欢迎主要因为对于习惯了远程过程调用惯例的程序员来说是较为简单的编程模型。
This article has shown that in a top-down approach to Web services development, data model hierarchies are well-supported by the IBM WebSphere JAX-RPC compliant tools and runtime.
本文介绍了一种自顶向下的Web服务开发方法。IBMWebSphereJAX - RPC兼容的工具和运行时为数据模型层次提供了很好的支持。
This article offers some insights into the behavior of IBM's WebSphere JAX-RPC compliant Web services tooling and runtime, as it relates to inheritance in the data model.
本文深入研究了与ibm的WebSphereJAX - RPC兼容的Web服务工具和运行时的行为,因为它与数据模型中的继承有关。
The handler model has changed quite a bit from JAX-RPC to JAX-WS.
从JAX-RPC 到 JAX-WS 的过程中,处理程序模型发生了很大的变化。
The J2EE 1.4 platform also supports the Web Services for J2EE specification (JSR 921), which defines deployment requirements for web services and utilizes the JAX-RPC programming model.
J2EE 1.4平台也支持WebServicesfor J2EE规范(JSR 921),后者定义了 Web服务的部署需求并利用了JAX-RPC编程模型。
The current Web services runtime (introduced in WebSphere V5.0.2) supports the JAX-RPC programming model, which is based on the notion of a type-mapping registry.
现有的Web服务运行时(在WebSphereV5.0.2中引入)可支持基于类型映射注册表概念的JAX - RPC编程模型。
I will use the Acme Booksellers sample to explain how to use the top-down design and implementation that is consistent with JAX-RPC programming model.
我将用AcmeBooksellers样本解释如何使用与JAX - RPC编程模型一致的自顶向下的设计和实现。
Both the JAX-RPC 1.1 and the JAX-WS 2.0 client dynamic model have a similar set of high-level steps to make an invocation.
JAX - RPC 1.1和JAX - WS 2.0客户机动态模型都提供一组类似的抽象步骤来进行调用。
It builds on the the older JAX-RPC programming model, and adds numerous improvements. Some of the benefits of JAX-WS 2.0 are.
它构建在旧的JAX - RPC编程模型之上,并且进行了许多改进。
JAX-WS also adds a dynamic server model, which JAX-RPC does not have.
JAX - WS还添加了动态服务器模型,而JAX - RPC则没有此模型。
The programming model that is introduced by JSR-181 builds on the J2EE 1.4 server model and JAX-RPC by simplifying the number of web service artifacts that the developer needs to maintain.
JSR-181引入的编程模型建立在J2EE 1.4服务器模型和JAX-RPC 的基础之上,简化了开发人员需要维护的Web服务构件数量。
The specification team chose to model JAX-RPC on the existing RMI interface.
该规范团队选择了在现有RMI接口上对JAX-RPC 进行建模。
The model tests were carried out on RPC under contact explosion, the coefficient of explosion cavity radius of the material is obtained by above experiments and theory study.
并对钢纤维RPC抗接触爆炸性能进行了初步的模型试验研究,根据试验数据及理论研究得到了它的爆炸压缩半径系数。
应用推荐