Originally posted by Leonard Richardson:
Addition has become a noun: the result of addition.
Originally posted by Leonard Richardson:
John,
Right now the best choice for Java is the Restlet framework
(http://www.restlet.org/).
Originally posted by Leonard Richardson:
Looking at the example code I see a generic POST handler, which is the
kind of thing I'd expect to see if Mojasef made the programmer define
resources. But I'm not convinced that Mojasef is for RESTful
applications as opposed to REST-RPC hybrids like the Flickr API. I
could be wrong, and even if it's designed for hybrids you should be
able to use it RESTfully.
The Servlet API should be usable to build RESTful systems, but it's
not designed for RESTful systems. It's designed for traditional web
applications.
Originally posted by William Brogden:
Sorry, I don't see the distinction. The Servlet API is designed for handling HTTP requests - what you build on top of that is up to you.
