I\'m building a Flex application, which is going to perform many server requests (let\'s say, that almost all interactions require an update from server).
I don\'t have any idea how to post a JSON RPC request using Obj-C. Can anyone help me? So far I have: responseData = [[NSMutableData data] retain];
I\'m creating a Java application that requires master-slave communication between JVMs, possibly residing on the same physical machine.There will be a \"master\" server running inside a Java EE applic
Just seeking confirmation here : apache Thrift protocol does not seem to support running multiple services on one transport endpoint ? ( a socket, file, whatever )
I have a login form that I am considering if it should be \'ajax\'ed or not. The reason I am contemplating this is because if the response of the ajax call is fixed (like 0 for invalid and 1 for valid
I notice this thread: Fastish Python/Jython IPC, and I have a similar problem, but in different language.
I\'ve setup RMI + SSL. This works great. But it doesn\'t seem possible to slip compression in between RMI and SSL. So that the RMI requests are compressed before they\'re sent over SSL.
I have a homework to build on paper a parameter marshaling protocol to be suited to call a method with one variable, or with an array (like a polymorphism).
Try to use GWT RPC in our application. Our application serve static content and dynamic content with different base url. for example, url
I am trying to work out how to send a domain object from the server-side to the client-side using GWT RPC. I\'ve coded a really simple use case that represents the sort of thing I (and others?) need t