What am I not understanding about REST?

后端 未结 7 1609
误落风尘
误落风尘 2020-11-28 23:55

I\'m building a framework and want developers who build with it to have the ability to allow parts of it to both share data with other sites and allow other sites to add/edi

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-29 00:29

    With the Restlet framework, we exactly tried to provide this level of abstraction above HTTP details and to make REST concepts more concrete (many have a matching class like Component, Connector and Representation): http://www.restlet.org/

    We are pragmatic coders and our users develop real-world applications with our RESTful framework (for Java and GWT). REST supporters aren't all pedantic but there is a learning curve like for every major technology.

提交回复
热议问题