| Sign In/My Account | View Cart |
| Article: |
The REST of the Web | |
| Subject: | this is not REST | |
| Date: | 2005-04-28 16:44:58 | |
| From: | jrbriggs | |
|
Response to: this is not REST
|
||
|
Using XmlHttpRequest means using javascript (& if you're supporting a wide variety of browsers, also probably means browser detection, etc). I'm trying to support the lowest common denominator which means that due to various browser constraints I'm limiting what I can use -- in addition I to keep things as simple as possible
|
||
Showing messages 1 through 3 of 3.
simple where? you're servlet now has a facade to allow you to pretend that it is a RESTfull interface. It isn't a RESTfull interface, it is REST + some pollution.
sarissa (which I mentioned in my first note) is cross browser support for XmlHttpRequest so you don't need browser detection. Ok, you'd still be excluding lynx|links but were you including those anyway?
Complicating the client side a little is preferred in REST, the view being that life is complicated enough on the server already.
And you're article is titled "the REST of the web".