There's a lot that can be done within the framework, for automatic management of response codes, generation of etags and many more scenarios I have planned for...
So OpenRasta is just one point off, we don't have a caching infrastructure yet. :) ... From: rest-discuss@yahoogroups.com [mailto:rest-discuss@yahoogroups.com]...
I myself I'm not a big fan of frameworks, I even wrote elsewhere about what I consider a anti-pattern that I called Framework Oriented Design Architecture, or...
... You're being told there are no REST frameworks because most frameworks are built specifically for RESTful HTTP. It's confusing because most people use...
I did a "light" evaluation of some frameworks a year and a half or so ago. I'll try to find the results. But all of them were Java based... None of them, if I...
Dhillon: FWIW, here's my list of "must-haves" when evaluating a programming environment that aims to help developers work in the HTTP space: - Request...
... Oh, I pretty much disagree with this. The modern "REST" frameworks make working with HTTP and non-HTML workloads easier. After writing several of even the...
... ... and the wrong answer. Frameworks are useful even with REST, I have no clue why you'd suggest otherwise. I have no clue which is most popular or most...
... dhillon> Hello I am new to the REST development. I have general dhillon> question that which is the most popular and mostly used dhillon> framework for...
Hello I am new to the REST development. I have general question that which is the most popular and mostly used framework for RESTful web services. e.g. Jerset,...
... Ah, that helps clarify several things for me. Rickard's question is actually the same as my question, I just tried to make it a bit more generic to avoid...
qwertyqaa, ... What do you mean by 'work cross platform'? Or IWO, how could HTTP+JSON not be cross platform? ... curl/libcurl is a user agent/client connector....
i have a server that exposes some resources. I am supposed to build an api (in c ) to expose these resources. The responses are supposed to be in json. The...
... [...] ... Another option is to POST the change, including the reason for it, to the address itself - that makes the target explicit. You can decide whether...
Ahh - too late in the day....forgot the 303 response ... 303 See Other Location: /customers/111 Which signals that the POST changed the customer resource Jan...
Richard, ... If you want to capture that information, it should be part of the representation you send and not be part of the request meta data. It is domain...
A question that I'm struggling with right now is how to capture intent when you are creating/modifying/removing a resource. Take a simple example of a...
Hi guys, thanks all for your replies, and sorry for the late response. In the end, I was able to use a standard GET with query parameters. Anyways, the POST +...
... There's also SEARCH which is defined to be safe (as opposed to be POST), but allows a request body. On the other hand, the way it's currently specified...
... It surelly wansn't the case a few months ago.... There is also "A search engine dedicated to the REST <http://en.wikipedia.org/wiki/REST> architectural...
Hi Bill, Sorry, but this has been sitting in my to send box for a while. A while ago I was very interested in transactions and REST, and there was some...
... http://www.google.de/search?hl=en&q=REST brings up most of what is out there (interestingly Google recognizes 'rest' as the acronym. Not quite sure, but I...
Dear *. I am developing a rest-like architecture for my dissertation. Mobile clients shall communicate back and forth with the server. I wonder if you could...
This blog entry curiously relates SPDY with Roy's WAKA... http://www.mnot.net/blog/2009/11/13/flip ______________________________________________________ ...
Since that bulk of folks doing REST today are using HTTP, the SPDY announcement out of Google may be of interest. http://dev.chromium.org/spdy/spdy-whitepaper ...