George, ... I think I do not understand what you are up to. Why does the client fetch the command for the device from the server? ... HTTP authentication is...
Hi, Let's try to explain it a little further. ... The system is foreseen to control a hardware device. The issue is that the device only accepts a subset of...
Hey all, The first week of This Week in REST is over (I think it was a successful test run) and you can find the collected links for last week (Jan 25 2010 –...
14707
Eric J. Bowman
eric@...
Feb 1, 2010 10:50 am
... Media type. ... Yes, but that behavior is defined by the media type -- HTML defines @alt for inline images and the <noscript> element to provide graceful ...
... I can't agree with that - and don't think the quote you dug up is referring to this specific issue. For a machine client, RESTing at a given steady state...
... Predefined application flows violate the hypermedia constraint and couple the server in a way that REST deliberately aims to avoid. As you know from my...
... Predefined application flows like AtomPub violate the hypermedia constraint? ... I would choose to say 'set of representations39; over 'set of media types'....
Eric, ... Yepp, that is pretty much how I see it also. Jan ... Jan Algermissen, Consultant Mail: algermissen@... Blog: http://www.nordsc.com/blog/ Work:...
... Yes. Roy confirmed that (recent post on atom-protocol list) ... Not getting what you mean. You cannot specify the set of representations - they can cary at...
Jorge: Assume: - You have on file several hundred photos of animals to use as captcha tests. - You have stored metadata about the image including the "animal...
Thank you for your replies. I think both Craig and Eric agree that a collection of "links" to resources should be returned to the client in a form that is not ...
You might to check out the draft of the "Inlining" extension for Atom: http://tools.ietf.org/html/draft-mehta-atom-inline-01 I see it's expired as of...
... Really? Can you link to that? Was it the "MUST a collection be returned as an Atom feed?" thread? I didn't read any of Roy's comments that way... or maybe...
... Yep. http://www.imc.org/atom-protocol/mail-archive/msg11487.html ... The requirement that a GET on a collection returns an Atom feed. That is unRESTful...
... Since you have a custom <seller> anyhow, I'd - for the sake of clarity - just use custom markup for the account links, too. You might still provide an...
... That post is about over-specification, not predefinition. And leads me to ask - What is an 'adequate specification39;, if not predefinition? - Mike...
... I understood Roy to be saying that it is an over-specifiction that AtomPub requires GETs on collections to return an Atom feed. Such a predefinition is an...
... Maybe so, but the use of term "over" specification implies that there is infact an appropriate degree of specification i.e. a predefined flow with a more...
When a client sends a POST request and receives a 201 Created... a) is the POST response body the steady state b) is it implied by HTTP spec that the client...
I just read this on the diagonal, but it seems similar to what SyncML does, is that the case? _________________________________________________ Melhores...
... SyncML seems to be used to syncronized devices' (mobiles, handhelds,..) information, such as contacts,... My case is not such a thing, as the commands are...
... I think the HTTP spec is pretty clear that 201 responses SHOULD have a body which constitutes your steady state. Section 9.5: If a resource has been...
... Ok... agree on the above, but how do you define 'collection39;? To me it's something that has a set of 'entries39;. So you get the hierarchy don't you? A...
But SHOULD is not SHALL, is a recommendation not a imposition... So not having a body on a 201 could not be considered a violation of the spec... Wich indeed...
Well, basically yes, is for synchronizing devices, but can be extended to other things. For example, we use (among other things) the Alert messages to pass...
I'll give it a try. I though I could make it using REST approach, but it seems it is not gonna be possible. Let's read and see if a flash comes ;) See you...
Mike, thank you for pointing out the draft inlining spec... it was interesting. Jan, I started off the thread suggesting a format similar to the one that you...
14733
Eric J. Bowman
eric@...
Feb 3, 2010 12:46 am
Have you looked at the threading extensions for Atom? http://www.ietf.org/rfc/rfc4685.txt I'm not a big fan of the service document. As far as generic clients...