Posts Tagged ‘rpc’

RPC in Javascript using JSON-RPC-Java

RPC in Javascript using JSON-RPC-Java
Remote procedure call (RPC) in javascript is a great concept of creating rich web applications. First we will see some background about RPC using JavaScript Object Notation (JSON). See following quote from Wikipedia entry of JSON-RPC. JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to ...
Copyright © 2012 ViralPatel.net. All rights reserved.