Friday, February 24, 2006

ONLamp.com -- Using REST with Ajax

ONLamp.com -- Using REST with Ajax: "Using REST with Ajax
by Nic Ferrier
02/23/2006

This article shows how to use Ajax techniques to make web apps with REST APIs.

Everyone's talking about REST these days. Lots of people are still struggling with it, and there's good reason for that--REST is actually quite difficult to fit into the browser-based HTML Web, for two reasons:

1. Current HTML forms support only GET and POST, not PUT or DELETE
2. HTML forms always involve a page change"

No comments: