Tag: JSON / JAVA / XML

Community

Why JSON Triumphed Over SOAP

(Bill Doerrfeld) In recent years, JSON has prevailed as the leading protocol of choice for web-based APIs. However, this wasn’t always so. Cloud computing developer Keith Ballinger explains that in 2000, SOAP & XML protocols for distributed computing were the rage, gaining much popularity endorsed b

Community

Ajax Workflow

(Rasmita Dash) With traditional HTML and JavaScript, to get some data from the server side, it was necessary to make a form submission. With each submission the entire form was being reloaded. So it was loading an entirely new page and that was making performance slow.