Tuesday, November 13, 2007

Understanding REST Theory

REST is useful because it works with current HTTP server architectures. The irony of REST is that to adopt it as an architectural style, the server does not have to be changed, but our coding styles do have to changes.

When creating an Ajax application, the HTML page and the referenced data files must be downloaded from the same domain.

No comments: