RPC(远程程序调用)功能,能够被Portlet项目使用
RPC (Remote Procedure call) capability for a portlet project
程序传递要调用的远程方法的名称和所有必需参数。
Your program passes the name of the remote method to invoke and any necessary parameters.
为调用一个远程函数,客户程序要调用客户机存根。
To invoke a remote function, the client makes a call to the client stub.
注意所有从客户端应用程序开始的调用都是远程调用。
Note that all calls starting from the client application are remote.
通过减少远程方法调用可以提高应用程序的性能。
By reducing the remote method calls, application performance can be improved.
应用程序使用新的主题进行远程调用。
Using the new subject, the application makes the remote invocation.
客户机应用程序直接调用远程对象存根上的方法。
The client application invokes methods directly on a remote object's stub.
通过这个存根客户端应用程序可以轻松的调用Web服务的远程接口。
The client application can easily invoke the remote Web service through its stub.
通过这个存根客户端应用程序可以轻松的调用Web服务的远程接口。
The client application can easily invoke the remote Web service through its stub.
应用推荐