Related differences

JSON vs XML

Ques 16. What are the features of JSON-RPC-Java?

• Dynamically call server-side Java methods from JavaScript DHTML web applications. No Page reloading.
• Asynchronous communications.
• Transparently maps Java objects to JavaScript objects.
• Lightweight protocol similar to XML-RPC although much faster.
• Leverages J2EE security model with session specific exporting of objects.
• Supports Internet Explorer, Mozilla, Firefox, Safari, Opera.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users: