Is JSON-RPC-Java an AJAX technology?
Yes, JSON-RPC-Java is an AJAX technology. It uses the more compact JSON format for messages instead of XML however it does use the XMLHttpRequest object as a transport. This still falls under the original definition of AJAX: Here is an extract from the original article that coined the new term AJAX.