Since the IETF is taking up (at least considering for standards track?) OAuth.... Anyone here familiar enough with two-legged OAuth to say whether is is...
12580
Bruno Harbulot
bruno_harbulot
May 8, 2009 4:16 pm
... I'd say it's because Kerberos (via SPNEGO/GSS-API) is very centralised. It requires the client to configure the system to talk to the Kerberos server (same...
12579
Mark Waddle
markawaddle
May 8, 2009 3:36 pm
Why aren't more people utilizing MIT Kerberos? From what little I know, it is very secure and most major browsers support the GSS-API authentication mechanism...
12578
Luke Crouch
groovepapa82
May 8, 2009 1:34 pm
Cool. Thanks for the tip. -L ... Cool. Thanks for the tip. -L On Fri, May 8, 2009 at 4:07 AM, Eric J. Bowman < eric@... > wrote: ... "ProductId:...
12577
Eric J. Bowman
eric@...
May 8, 2009 9:08 am
... "ProductId: 'Aß/230/def39;" If you don't want those slashes interpreted as part of a URI hierarchy: ProductId: 'Aß%2F230%2Fdef' Escape them with...
12576
Bruno Harbulot
bruno_harbulot
May 7, 2009 9:21 am
Hello, ... I think someone picked up on that a while ago [*] (although it probably doesn't quite match all your requirements.) Perhaps something could be done...
12575
Randy Fischer
georanfis
May 7, 2009 12:02 am
It seems to me that email is pretty darn RESTful in its SMTP and POP forms. SMTP: put a message. POP: get a message, get meta data about the collection, delete...
12574
Dong Liu
edonliu
May 6, 2009 11:31 pm
Email is in fact used in this way in some applications, for example posting a new entry on a blog or a group, getting messages from a group. I think HTTP is...
12573
Bill Burke
patriot1burke
May 5, 2009 3:35 pm
Another thing: Why can't the "command" be its own data format? Consider a Bank Account. When somebody goes to an ATM and withdraws money, they aren't ...
12572
Bill Burke
patriot1burke
May 5, 2009 3:27 pm
... Doesn't HATEOAS solve this problem to some degree? From a versioning perspective you can use conneg and versioned media types to know what types of...
12571
Berend de Boer
berenddeboer
May 5, 2009 3:13 pm
... Jim> http://qconsf.com/sf2008/file?path=/qcon-sanfran-2008/slides//LeonardRichardson.pdf Thanks! -- Cheers, Berend de Boer...
12570
Jim Webber
jwebberattho...
May 5, 2009 2:30 pm
... http://qconsf.com/sf2008/file?path=/qcon-sanfran-2008/slides//LeonardRichardson.pdf We (Ian, Savas, and me) have embraced it as a key part of the narrative...
12569
amsmota@...
amsmota
May 5, 2009 1:50 pm
... That classification seems interesting, can you provide some references?...
12568
Jim Webber
jwebberattho...
May 5, 2009 1:12 pm
... That's certainly one way of doing it (and probably the way I'd do it too), but it's not RESTful since there's no hypermedia :-) (Flame away!) Leonard...
12567
Berend de Boer
berenddeboer
May 5, 2009 12:22 pm
... Rickard> I am! It's just that the resources don't correspond Rickard> directly to the underlying domain model. Instead they Rickard> correspond to views of...
12566
Rickard Öberg
rickardoberg
May 5, 2009 12:03 pm
... I am! It's just that the resources don't correspond directly to the underlying domain model. Instead they correspond to views of the model. Example: GET...
12565
Berend de Boer
berenddeboer
May 5, 2009 11:51 am
... Rickard> My reading of Webbers "How to GET a cup of Rickard> coffee"(http://www.infoq.com/articles/webber-rest-workflow) Rickard> leads me to believe it is...
12564
Rickard Öberg
rickardoberg
May 5, 2009 11:20 am
... Sort of: I don't want to rely on the client doing the right thing. There's going to be all sorts of domain logic that will be rapidly updated, and so by...
12563
Berend de Boer
berenddeboer
May 5, 2009 11:04 am
... Rickard> But if the logic is in the client, then how could the Rickard> server know if a state change is good or not? The server Rickard> wouldn't know how...
12562
Sean Kennedy
seandkennedy
May 5, 2009 10:22 am
Hi, Any ideas on how to get a WS client to point to a completely different app while at the same time giving access to the XML section with minimal impact to...
12561
Rickard Öberg
rickardoberg
May 5, 2009 9:01 am
... But if the logic is in the client, then how could the server know if a state change is good or not? The server wouldn't know how the client came to its...
12560
Berend de Boer
berenddeboer
May 5, 2009 8:55 am
... Rickard> Right. So again, doesn't that then presume that all domain Rickard> logic is in the client? I.e. the clients only get/put/post Rickard> state, not...
12559
Rickard Öberg
rickardoberg
May 5, 2009 8:21 am
... But with CQS I don't have cases like that. I only have commands that do stuff and queries that gets stuff. No combos. If I want a combo I'll just make a...
12558
Rickard Öberg
rickardoberg
May 5, 2009 8:09 am
... What creates this overhead? For example, if I have one command create a thousand objects, wouldn't that have to be replaced with a thousand PUT's if I...
12557
Story Henry
hjsatdoc
May 5, 2009 7:03 am
The paper "FOAF+SSL: RESTful Authentication for the Social Web" was accepted for the spot2009 track of the European Semantic Web Conference...
12556
Berend de Boer
berenddeboer
May 5, 2009 5:27 am
... Rickard> Does anyone have experience building CQS-systems that have Rickard> a more RESTful approach? How are others dealing with this? CommandQuery...
12555
Rickard Öberg
rickardoberg
May 5, 2009 1:32 am
Hi! I'm writing a new application for GTD workflows, and wanted to see if I can apply the REST principles to the web API. I have had much good input from the...
12554
Sebastien Lambla
serialseb
May 4, 2009 4:49 pm
And in the .net world you have OpenRasta http://trac.caffeine-it.com/openrasta ... From: rest-discuss@yahoogroups.com [mailto:rest-discuss@yahoogroups.com] On ...
12553
groovepapa82
May 3, 2009 9:50 pm
A work-in-progress in this area is a collection of new Zend_Rest_* classes in the Zend Framework for PHP. ...
12552
Stefan Tilkov
stilkov
May 3, 2009 2:54 pm
Bill, I'm not sure what you're suggesting. Using email protocols such as SMTP/IMAP/POP3 for machine-to-machine communication? Sure, why not, as long as the...