How, in general, can web framework support REST style?

Posted by juro on Stack Overflow See other posts from Stack Overflow or by juro
Published on 2010-05-18T22:12:20Z Indexed on 2010/05/18 22:20 UTC
Read the original article Hit count: 214

Filed under:
|
|
|

I would like to know, what are the ways a web framework may be suitable for designing a RESTful app, in general.

One goal is for example to provide http request routing, so they are automatically sent to appropriate controllers. From architectural point of view, web framework based on MVC pattern are more suitable for REST.

What other features of web frameworks are helpful by building apps satisfying the REST constraints?

Is there any reason why you consider certain languages(python/java) or web frameworks(django/turbogears/jersey/restlets/...) as the most applicable ones?

© Stack Overflow or respective owner

Related posts about rest

Related posts about framework