Skip to search.
rest-discuss · REST Discussion Mailing List

Group Information

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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 17588 - 17617 of 18829   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17588 Moore, Jonathan (CIM)
jonathan_t_m... Offline Send Email
Jul 1, 2011
1:38 pm
The Apache HttpComponents project includes a client-side cache with multiple backing stores (memory, ehcache, memcached) as of version 4.1. See...
17589 mike amundsen
mamund Offline Send Email
Jul 1, 2011
2:00 pm
There was a thread on this here back in January[1]: http://tech.dir.groups.yahoo.com/group/rest-discuss/message/17219 As mentioned in that thread, for the...
17590 Peter Williams
peter_e_will... Offline Send Email
Jul 1, 2011
8:04 pm
On Fri, Jul 1, 2011 at 12:10 AM, bryan_w_taylor ... If you are in Ruby the resourceful gem[1] provides in-process caching. If you are working with...
17591 Subbu Allamaraju
sallamar Offline Send Email
Jul 3, 2011
7:47 pm
... Not necessarily the case. If you setup the forward proxy as the one starting TLS, then the proxy can cache. The same goes for the server side too where a...
17592 Mark Baker
gonga_thrash Offline Send Email
Jul 3, 2011
10:24 pm
Python's httplib2 has decent client side caching support IME....
17593 Peter Williams
peter_e_will... Offline Send Email
Jul 4, 2011
2:36 am
... Are there approaches to client side tls terminating reverse proxies that do not require the proxy to rewrite all the URIs in the response representations?...
17594 Erik Wilde
drethoo Offline Send Email
Jul 4, 2011
1:40 pm
[sorry Erik, just found this in the moderation queue... Mark] hello mike. ... this looks very interesting! it has many similarities to something rosa alarcon...
17595 adam@...
littlefyr Offline Send Email
Jul 4, 2011
3:35 pm
I have to wonder if this isn't simply duplicating work that already exists. Topic maps have a data model more than adequate to do this sort of thing (on...
17596 Subbu Allamaraju
sallamar Offline Send Email
Jul 6, 2011
5:25 am
... Not to my knowledge. Links in representations (non HTML cases) are still rare in the wild. Subbu...
17597 Peter Williams
peter_e_will... Offline Send Email
Jul 6, 2011
4:46 pm
... In my world they are very common. I see them in RDF, JSON and XML all the time. Peter...
17598 Subbu Allamaraju
sallamar Offline Send Email
Jul 7, 2011
5:10 pm
... Quite possible. There is a quite a bit of gap in what hypertext driven apps expect and what off-the-shelf proxies/caches can do today. In one of my...
17599 Ruben Verborgh
ruben.verborgh Offline Send Email
Jul 8, 2011
4:04 am
Hi all, To indicate which representation of a resource was sent, the server can use the Content-Location header. E.g., if a client wants an HTML version in...
17600 Eric J. Bowman
eric@... Send Email
Jul 8, 2011
6:56 pm
... By using 303 redirects and cookies... ... I don't know about that. Try my demo, date/title links and the View menu work: ...
17601 Ruben Verborgh
ruben.verborgh Offline Send Email
Jul 8, 2011
7:33 pm
Hi Eric, ... That's certainly an interesting approach… ... …and I suppose one could interpret this as graceful degradation. Also, seen the content of the...
17602 mark69_fnd Offline Send Email Jul 11, 2011
1:49 am
Dear ladies and sirs. Please, forgive me for this long post, but I have to present the full context, before actually asking my question. Whoever is going to...
17603 Glenn Block
glenn_block Offline Send Email
Jul 11, 2011
2:46 am
What about using ETags? With ETags the client can send an if-none-match header to do a conditional GET it will receive 304 Not Modified status as long as the...
17604 Glenn Block
glenn_block Offline Send Email
Jul 11, 2011
2:48 pm
1. I was thinking that a client receives an ETag that represents the current state of the files on the server. The first time the client connects it would not...
17605 Ruben Verborgh
ruben.verborgh Offline Send Email
Jul 13, 2011
1:22 pm
Hi Lasse, ... Could you clarify this with an example? Cheers, Ruben...
17606 rest_ilyas Offline Send Email Jul 13, 2011
4:26 pm
Hello This is my first post which is going to be first of many. The company I work for have started to create RESTful services with most of the development...
17607 Ruben Verborgh
ruben.verborgh Offline Send Email
Jul 13, 2011
5:16 pm
Hi, ... A "200" status code indicate success, and this is not the case. Currently, your example is not RESTful, e.g., you're not using HTTP as intended, but...
17608 Ruben Verborgh
ruben.verborgh Offline Send Email
Jul 13, 2011
6:26 pm
... I disagree here. The request for the resource was NOT successful. Yes, the client was able to reach the server and the server was able to return a...
17609 Eric J. Bowman
eric@... Send Email
Jul 13, 2011
7:14 pm
... Your responses are mostly spot-on; however, there's nothing inherently wrong with a 200 response for unauthorized users. An authentication challenge is...
17610 Eric J. Bowman
eric@... Send Email
Jul 13, 2011
7:21 pm
... The REST architectural style doesn't use request brokers. This may well be how your system works in practice, but conceptually it's at odds with the REST...
17611 Ruben Verborgh
ruben.verborgh Offline Send Email
Jul 13, 2011
7:23 pm
... I agree that it is not a requirement of REST or HTTP, but it is a requirement for this particular application (as far as I understood from the question)....
17612 Eric J. Bowman
eric@... Send Email
Jul 18, 2011
1:51 pm
... That's a tricky question. There's obviously room for improvements to content negotiation in a successor protocol to HTTP. In HTTP 1.1, no instance of...
17613 Mike Kelly
pleb1985 Offline Send Email
Jul 18, 2011
2:15 pm
... I think I've misunderstood you, but.. what does statelessness of HTTP 1.1 have to do with omitting the inverse of a CL? Cheers, Mike...
17614 Eric J. Bowman
eric@... Send Email
Jul 20, 2011
11:38 am
... Using the example in the OP, /news/40.es.html could be the response Content-Location for more than one URI, i.e. /news/40 and /headline- news/40 -- think...
17615 Erik Mogensen
mogsie_oslo Offline Send Email
Jul 20, 2011
7:16 pm
... Because one of them objectively is (or could be) the canonical URI. Why is it important that the server use the client's context to decide the canonical...
17616 Nathan
nathanrixham Offline Send Email
Jul 20, 2011
8:26 pm
... yes and b) can this be used for other differentiations (language etc.) as well? use rel=alternate and hreflang=Language-Tag...
17617 Daniel Roussel
manichelo Offline Send Email
Jul 28, 2011
1:06 am
Hi, I've been reading a lot about how to do "proper" REST this week and the more I read, the more I'm lost, especially the HATEOAS part I fear. First, to give...
Messages 17588 - 17617 of 18829   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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