restful-architecture
pyramid_handlers not working
I\'m currently moving a project from Pylons 1.0 to Pyramid. My problem so far is how to use restful routes in Pyramid. I\'m currently using pyramid_handlers since it seemed like a good start. I\'m u[详细]
2023-04-08 04:59 分类:问答How are URI's handled in a REST api?
I\'m creating a hobby iOS app, and I\'m a bit confused about how to create a REST backend for it.I\'ve read the resources available on the internet and I understand the theories behind REST.However, I[详细]
2023-04-07 08:57 分类:问答HTTP PUT - enclosed entity be stored under the supplied Request-URI, does that mean Delete and Add?
According to the spec: The PUT method requests that the enclosed entity be stored under the supplied Request-URI. If the Request-URI refers to an already existing[详细]
2023-03-30 18:24 分类:问答Rails Design Question: How should I structure my controllers for multiple privilege levels?
I am writing a site with multiple levels of privileges. There are basically 3 kinds of users in my system. They are Admin, Business, and Consumers (normal users). Let\'s just say that I am building an[详细]
2023-03-26 02:46 分类:问答How to make restful calls from server?
Hi i have a restful project and I make rest calls from client side. But for a case I need to make restful calls from server side. How can i do that?开发者_如何学编程You can use Apache HttpClient libra[详细]
2023-03-25 22:45 分类:问答Spring REST multiple controllers for one URL but different http methods
I currently have one controller that handles both GET and POST for URL groups: @Controller public class RestGroups {[详细]
2023-03-25 18:14 分类:问答Best way to represent performing an operation on an association in a RESTful way?
Say I have a \"user\" resource and a \"group\" resource. RESTful representations of them would look like;[详细]
2023-03-21 10:06 分类:问答Actions vs. CRUD in REST
Is it appropriate to perform actions with REST, other than simple create (POST), read (GET), update (PUT), and delete (DELETE)? I\'m kind of new to the whole RESTful theology, so bear with me, but ho开[详细]
2023-03-20 07:53 分类:问答how really Cross Document Messaging in HTML5 overcome same-origin policy that apply to XMLHttpRequest?
I am new, I am developing an application that uses distributed resource. I have one server called \"presentation server\" which serves everything related to template and ajax application (css, image[详细]
2023-03-15 06:25 分类:问答Examples on Zend_Rest_Controller Unit Testing
I have found a bunch of examples how to 开发者_StackOverflow社区unit test Zend_Controller, but I\'m looking for examples on Zend_Rest_Controller Unit Testing. Any help is really appreciated. Thank you[详细]
2023-03-14 17:19 分类:问答