您可以任选一个来获取远程程序调用返回的数据。
You can use either one of the methods to get the data returned from the remote program call.
RPC(远程程序调用)功能,能够被Portlet项目使用
RPC (Remote Procedure call) capability for a portlet project
在普通的使用,包括文件中心信息、远程程序调用(rpc)以及发布订购中,有一些SOA交流形势图。
There are several SOA interaction paradigms in common use including document centric messaging, remote procedure calls (RPC), and publish-subscribe.
针对现代设计的特点,分析了进行远程程序调用的重要性,讨论了远程程序调用的操作流程和实现方法。
Considering the features of modern design, this paper analyses the importance of carrying out remote program call, and discusses in detail the process and implementation of remote program call.
通常将远程程序调用(Remote procedure call,RPC)Web服务或基于 REST 的API用于此类客户机/服务器交互。
Remote procedure call (RPC) Web services or REST-based APIs are normally used for this type of client/server interaction.
对于使用SOAP消息协议的web服务,绑定的 “样式”可以是RPC(Remote-Procedure-Call,远程程序调用)或文档样式。
For a web service using SOAP messaging protocol, the binding "style" can be either RPC (remote-procedure-call) or document style.
D - BUS是一个轻量级但是很强大的远程过程调用系统,为希望使用它的应用程序带来最小的开销代价。
D-BUS is a lightweight yet powerful remote procedure call system with minimal overhead costs for the applications that wish to use it.
程序传递要调用的远程方法的名称和所有必需参数。
Your program passes the name of the remote method to invoke and any necessary parameters.
应用程序使用远程函数调用(rfc)来调用BAPI。
An application calls a BAPI using a remote function call (RFC).
为调用一个远程函数,客户程序要调用客户机存根。
To invoke a remote function, the client makes a call to the client stub.
由于Web用户通常都不喜欢在角落刷新选择框时冻结整个页面,因此GWT程序将执行远程调用并继续它的愉快旅程。
Because Web users don't normally take kindly to having entire pages freeze up while you refresh the select box in the corner, your GWT program makes its remote call and continues on its merry way.
构建远程调用(例如查找Home接口,构建编组程序(marshaller)等。)
Setting up a remote call (finding Home interface for example, setting up marshaller, etc.)
因此,您在自己的小程序中承载转换器,这个程序在启动并初始化后将始终运行,可以随时通过远程API从任何程序对其进行调用。
So you host your converter in its own little program that starts up, initializes, and is always running and can always be called from any of your programs through a remote API.
在大多数企业应用程序中,执行时间由远程调用和数据库调用决定,所以通常没有必要担心使用任何一种AOP工具时的开销。
In most enterprise applications where execution time is dominated by remote and database calls, there is typically no need to worry about the overhead of using any AOP tool.
注意所有从客户端应用程序开始的调用都是远程调用。
Note that all calls starting from the client application are remote.
当发送服务器中的应用程序代码进行远程调用时,该标识将反映新的、断言的标识。
When the application code on the sending server makes the remote call, the identity will reflect the new, asserted identity.
在远程客户端模式中,远程(或本地)客户端机器上的程序通过SOAP连接调用编校服务器。
In the remote client mode, a program on a remote (or local) client machine invokes the redaction server via a SOAP connection.
这些应用程序交换数据、调用远程处理、改变信息、提供状态通知及参加无穷无尽的其他同等的活动。
These applications exchange data, call remote processes, change information, provide status notifications, and engage in an infinite number of other coordinated activities.
调度方法将引用远程调用程序发送调用消息的位置,以及如何将方法调用路由到方法实现对象中。
A dispatching approach refers to where remote callers send their invocation messages and how the method invocations are routed to the method implementation object.
应用程序在发送服务器中进行远程调用,并调用出站请求组件。
An application makes a remote call on the sending server and invokes the outbound request component.
通过减少远程方法调用可以提高应用程序的性能。
By reducing the remote method calls, application performance can be improved.
它还能确保代理和调用程序对象与显式接口的特定远程实现没有关联。
It also helped to ensure that proxy and invoker objects were not associated with particular remote implementations of explicit interfaces.
应用程序使用新的主题进行远程调用。
Using the new subject, the application makes the remote invocation.
不要使用主应用程序线程发出远程调用,因为这将使应用程序在等待远程服务器响应时失去响应性。
Do not use the main application thread to make a remote call, as this would cause the application to become unresponsive while you wait on the remote server.
客户机应用程序直接调用远程对象存根上的方法。
The client application invokes methods directly on a remote object's stub.
在进行远程调用之前,应用程序代码必须创建一个在目标服务器上有效的新主题。
Before making the remote invocation, the application code has to create a new subject that is valid on the target server.
有些远程应用程序会调用带有桥接的服务,这样的例子包括测试工具和语音设备管理应用程序。
Examples of remote applications that invoked services with the bridge include a test tool and a telephony device management application.
回调告诉GWT应用程序远程服务调用是否成功地执行了。
The callback informs the GWT application of whether the remote service call has been executed successfully.
如果应用程序调用与其它服务器(本地或远程)的集成,我们将需要用于在不同子系统之间交换数据的更深层次的机制。
If the application calls for integration with additional servers (either local or remote), further mechanisms for exchanging data between the various subsystems will be required.
RPC/encoded方式受欢迎主要因为对于习惯了远程过程调用惯例的程序员来说是较为简单的编程模型。
The RPC/encoded style is popular mainly because of its simple programming model for developers who are accustomed to the remote procedure calling convention.
应用推荐