Top "Rpc" questions

Remote Procedure Call (RPC) is an approach to interprocessor or distributed communication wherein a set of services or procedures are exposed to remote clients.

SerializationPolicy error when performing RPC from within GWT application

I'm getting the following exception: com.google.gwt.user.client.rpc.SerializationException: Type 'java.lang.Long' was not included in …

java serialization gwt rpc gwt-rpc
GWT with JPA

I'm trying to build database application using GWT 1.5.3. I use JPA annotations with my objects. It seems in hosted mode …

gwt jpa rpc toplink
what are the disadvantages of RPC with respect to message passing?

what are the disadvantages of RPC with respect to message passing?

rpc message-passing
exception in GWT RPC app

I am using GWT RPC & Hibernate to insert and retrieve data from MySQL using eclipse environment. I have written …

java gwt rpc
at-most-once and exactly-once

I am studying Distributed Systems and when it comes to the RPC part, I have heard about these two semantics (…

rpc semantics execution
What's the difference between call by reference and copy/restore

What's the difference in the outcome between call by reference and copy/restore? Background: I'm currently studying distributed systems. Concerning …

terminology parameter-passing rpc
Communication between Python and C#

I have a Python backend running machine learning algorithms. I want to use the same backend for both an Excel …

c# python .net rpc python.net
How to redirect to login page after session expire in GWT RPC call

I am using GWT and RPC in my app. after session expires when I do a RPC call, because of …

gwt rpc
XML RPC GUI for developers in Windows?

Is there something like this for Windows? If not, what is the easiest/quickest way to test an XML RPC?

windows xml rpc
GWT RPC data format

How does the data format for Google Web Toolkits (GWT) RPC calls look and how are IsSerializable objects transmitted. I …

gwt protocols rpc