Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rest-discuss · The REST Architectural Style List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1889
  • Category: Protocols
  • Founded: Nov 13, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

It is often stated, that RESTful services decouples client and server, as e.g. stated here [1]: "Coupling between client and server is removed, server owners...
13 Feb 9, 2011
7:30 pm

Jan Algermissen
algermissen1971
Send Email

The First Workshop on Adoption of REST and LinkedData (ARALD 2011) in conjunction with SAINT 2011 Munich, Germany (July 18-22, 2011) (The 11th IEEE/IPSJ...
1 Feb 8, 2011
7:48 pm

Roger Menday
yadnem
Send Email

Hi All, It's been asserted that the following is RESTful, so I thought it may be more beneficial to get the REST communities feedback on this particular 'REST...
17 Feb 8, 2011
12:05 pm

Bob Ferris
b.ferris...
Send Email

Hi, In my system, a client can POST a request that contains a batch of data (yeah!). I'd like to be lenient in my processing : if I find both invalid data...
5 Feb 5, 2011
7:41 pm

Philippe Mougin
pmougin2001
Send Email

Hi All, I know the theoritical benifits of REST Services. What I want to know in particular is What are the motivations for migrating services to REST approach...
2 Feb 4, 2011
9:18 pm

Erik Mogensen
mogsie_oslo
Send Email

... When I go to that page, I see not even a clue about the nature of the interface, other than that I'll need the out-of-band knowledge of some query language...
22 Feb 4, 2011
6:08 pm

Eric J. Bowman
eric@...
Send Email

Hello, (it seems that my email from my mail client didn't find the way to the list - so this is another try) I asked this question already on a platform that...
40 Feb 2, 2011
3:44 pm

Danny Ayers
danny_ayers
Send Email

Hello everyone, One of my colleagues has been working on implementing client side HTTP caching on a open source project of ours. He's had a hard time finding...
22 Jan 31, 2011
2:49 pm

Sidu Ponnappa
tyber_sid
Send Email

Dear members, Right now, I'm currently involved in a research to find the best practices to design and implement RESTful application using Restlet framework. ...
4 Jan 19, 2011
3:14 pm

Ivan Žužak
izuzak
Send Email

Hi, regarding: "a resource R is a temporally varying membership function MR(t), which for time t maps to a set of entities, or values, which are equivalent....
4 Jan 19, 2011
10:51 am

Eric J. Bowman
eric@...
Send Email

Dear All, In my application, there are a kind of ticket resources (URI: /tickets/{ticket-id}), and the ticket behaves like a state machine (status: pending ->...
5 Jan 17, 2011
3:09 pm

Zhi-Qiang Lei
zhiqiang.lei@...
Send Email

Reading this bit of rfc 2616... 10.2.2 201 Created The request has been fulfilled and resulted in a new resource being created. The newly created resource can...
10 Jan 17, 2011
5:10 am

Zhi-Qiang Lei
zhiqiang.lei@...
Send Email

I'm designing the interface of a system that stores and indexes documents (word docs etc). My intention is that the service should be human readable as well...
4 Jan 14, 2011
6:09 am

mike amundsen
mamund
Send Email

Right now I am in the middle of a REST API implementation, and these two threads have given me much to think about: ...
57 Jan 5, 2011
1:46 am

Nathan
nathanrixham
Send Email

I was reading Ian Robinsons "Using typed links to forms" (again, it's a good read) at http://iansrobinson.com/2010/09/02/using-typed-links-to-forms/. Here he...
23 Dec 28, 2010
9:42 pm

Jørn Wildt
jorn_lind_ni...
Send Email

Hi, I apologise beforehand, as I do not know if this has been already asked and answered or even if it makes sense at all, but looking at HTTP 1.1 spec for...
9 Dec 14, 2010
9:45 am

Alejandro Nicolas
anicola@...
Send Email

I don't understand the problem expressed in the last thread, at all. Here's a real-world example of about as simple a REST API as you'll see: ...
43 Dec 13, 2010
7:57 pm

Eric J. Bowman
eric@...
Send Email

This is a newbie open-ended question. So if this is too generic I will read up more and come back. I am trying to understand how REST and metadata initiatives...
3 Dec 11, 2010
2:00 pm

Eric J. Bowman
eric@...
Send Email

Can anybody help with some inspiration for a media type for case files, dossiers and documents? This is for a project where we are going to expose those kinds...
88 Dec 6, 2010
2:12 am

Peter Williams
peter_e_will...
Send Email

Hi all, Just a quickie; Anyone done any work with delivering RESTful SKOS resources? I'm tossing up embedding SKOS in ATOM with extensions or roll my own, both...
12 Dec 5, 2010
2:25 pm

Mike Kelly
pleb1985
Send Email

In [1] the richardson maturity model is explained by fowler. I´ve already seen this in the recently published book "REST in practice". I´m missing "media...
7 Dec 3, 2010
5:46 pm

Justin Cormack
cuttlefish42
Send Email

Hi All - I've been digging around to figure out how best to solve a problem, and am hoping to get thoughts from you folks. The service in question uses wadl to...
3 Dec 1, 2010
12:18 pm

mike amundsen
mamund
Send Email

Dear All, I'm designing a REST API which support html and JSON. (might support XML later) /people/1.json {"id":1, "name":"Andy";} /people/2.json {"id":1,...
9 Nov 29, 2010
4:34 pm

Mike Kelly
pleb1985
Send Email

Ummmm, anyone else find some of this stuff downright wrong, from an architectural standpoint? "HTTPS provides the baseline of safety for web application users,...
3 Nov 29, 2010
10:06 am

Henry Story
hjsatdoc
Send Email

Hi, I keep hearing this rumor that the reason why Apple takes the Apple Store offline to add new products is not marketing but technology. Technological...
12 Nov 26, 2010
4:34 pm

Eb
amaeze77
Send Email

Hi, When you navigate anywhere from a page that was generated as the result of a POST, and then attempt to use the browser's Back button to return to the POST...
1 Nov 25, 2010
2:27 pm

David Powell
djpowell.geo
Send Email

Dear All, As far as I know, PUT is to replace resource state with application state, and POST is to append application state or to create sub-resource. But if...
7 Nov 19, 2010
9:05 am

Eric J. Bowman
eric@...
Send Email

If the client knows in advance that server requires Digest Authentication for a resource, can it include "Authorization" header with each request to avoid 401...
7 Nov 19, 2010
8:14 am

Jim Webber
jwebberattho...
Send Email

I need invoke a process which doesn't require any input from the user, just a trigger. I plan to use POST /uri without body to trigger the process. I want to...
17 Nov 18, 2010
9:37 am

Craig McClanahan
craig_mcclan...
Send Email

Quick note for all of you open space lovers, our next event is on the 24th of November, it's going to be brilliant, and there are still tickets left. ...
1 Nov 17, 2010
11:46 pm

Sebastien Lambla
serialseb
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help