... The atom:entry represents a particular resource with whatever content is specified by the atom:content element. The proper way to represent other types of...
Hi you all, reading the book in [1], they say that, as REST is not only applicable to the Web, they propose a specific REST-based Web architecture, name ROA...
I have read the book, but i do not know why it cannot. It is just another name , and is just like OO-architecture, in my opinion. Because the REST style is...
It is a nice book, and I started reviewing it here http://blogs.sun.com/bblfish/entry/restful_web_services_the_book But really there is no reason it could not...
More precisely, the book says something like: "ROA, a way of turning a problem into a RESTful Web Service: an arrangement of URI's, HTTP, and XML... [...]", ...
REST is not tied to any specific implementation technology...they are just design constraints. You can build a RESTful app on top of TCP, Styx[1] (someday...
The difference is that ROA is based on HTTP, whereas in principle REST is not tied to HTTP, but HTTP 1.1 was setup the REST way. I think that is the...
Uummm, ok, I thought REST was tied to HTTP (cause WWW is tied mostly to HTTP and REST to WWW). Thanks :) ... REST is ... REST, ... 40yahoogroups.com>, ... my ...
It's very helpful to re-read Roy's dissertation. REST is only one chapter in a larger theme - the title of the dissertation is "Architectural Styles and the...
Hi list. Recently Roy Fielding has posted in his blog about ROA as defined in the RESTful book; he said that ROA doesn't focus enough in the "hypertext...
Hi, I'm writing my masterthesis about an implementation of JAX-RS / JSR311 on top of Restlet, and also collected opinions about JAX-RS. I've read a lot of...
Leonardo, it is all about minimizing the assumptions (and hence the coupling) the client of a Web application may make. When you (the client) make your way...
Perhaps this simple example will highlight the difference in emphasis between HATEOAS and "mere connectedness". Let's take a hypothetical wiki. Like any wiki,...
So it seems I was not that far off? In that case, I think HATEOAS is actually a good, concise technical term. The problem is that it depends on understanding...
Leonardo, ... In my reading this sounds misleading. I'd rather say: 1) Transferring state as representations 2) Communicating state transition options as...
On Thu, Apr 3, 2008 at 12:34 PM, Jan Algermissen ... Isn't that saying the same thing, only more detailed? Or am I missing something again? -- Leonardo Boiko ...
... States aren't resources! Resources are well resources , any useful thing , data etc. in the real world*.... sayings states are resources is just wrong. it...
... Just wanted to be more precise because your wording (in my reading) could be read differently. ... If you agree with my wording (and if I am not missing...
... Doesn't the point of HATEOAS requires that application states be exposed as resources, as described in "RESTful Web Services"? How you can use hypermedia...
On Thu, Apr 3, 2008 at 12:58 PM, Jan Algermissen ... Which is what I tried to said (fuzzly) with "application states as resources": application states as...
... No! Or at least not necessarily. I can have a resource such as temperature sensor in my house with the URL www.ironick.com/myhouse/tempsensor And it...
... There's no requirement that you have to have a network in the REST architecture either, both Restlet and NetKernel let you glue things together in process...
I think the easiest way to consider hypermedia-as-engine is the consider an *extremely* simple web site that you might do when teaching a child HTML. ...
... While that might be a good idea, I notice that the thesis is dominated by a discussion of network-based architecture. Chapters 2 and 3 are titled ...
303 and httpRange-14 is a benefit. ... From: rest-discuss@yahoogroups.com [mailto:rest-discuss@yahoogroups.com] On Behalf Of Subbu Allamaraju Sent: 31 March...
... -If you've ever spent time with intra-process communications using COM, you'd see that latency can still be an issue. The time taken to marshall and send a...
Hey In the same post, Dr. Fielding says " it makes sense to compare REST to the blackboard style (they do have a lot in common, as styles go). " And the thesis...