Tagged Questions

0
votes
1answer
12 views

How to develop authentication with resteasy?

I'm making small web service(1) and I decided to use resteasy to make it. But I need to know what would be best practise to develop authentication with resteasy. And what kind of r …
2
votes
3answers
80 views

Does anyone know of an example of a RESTful client that follows the HATEOAS principle?

So by now I'm getting the point that we should all be implenting our RESTful services providing representations that enable clients to follow the HATEOAS principle. And whilst it …
2
votes
4answers
91 views

What is RESTFul Web Services in Java

Well as the title suggest, what is this Restful Web Service thing in Java, What are its benefits over SOAP Web Services, why the hell someone implemented again some other technolog …
0
votes
2answers
47 views

Rails - RESTful Routing - Add a POST for Member i.e(tips/6)

Hello there, I'm trying to create some nice RESTful structure for my app in rails but now I'm stuck on a conception that unfortunately I'm not sure if its correct, but if someone …
0
votes
1answer
16 views

REST API / DATA MODEL DESIGN - User , Account or Both Models?

Hi there, I'm having some thoughts about proper building my app and provide a good and consistent API for it but now I'm having some doubts about the user/accounts model. It's fun …
3
votes
1answer
39 views

How should one provide links in RESTful service using a non-XML data representation?

Hi all I've been doing a lot of reading lately about how to implement truly RESTful WS's. A lot of people have linked to the article here which details several constraints that i …
1
vote
0answers
19 views

WCF RESTful Services and HTTPModules, POST not working

Hi Community, I have been trying to get a WCF RESTful service working with the microsoft wcf rest starters kit, and ive successfully been able to get it up and running with GET, P …
2
votes
6answers
138 views

Django ease of building a RESTful interface

I'm looking for an excuse to learn Django for a new project that has come up. Typically I like to build RESTful server-side interfaces where a URL maps to resources that spits out …
0
votes
1answer
34 views

Rails RESTful Routes: override params[:id] or params[:model_id] defaults

Hello, I'm trying to understand how to change this rule directly on the map.resources: supposing I have a route: map.resource :user, :as => ':user', :shallow => true do |us …
3
votes
2answers
41 views

Rails Restful actions Index Put

I have frequently run into the situation where I want to update many records at once - like GMail does with setting many messages "read" or "unread". Rails encourages this with th …
1
vote
2answers
74 views

Allow RESTful DELETE method in asp.net mvc?

im currently setting up asp.net to accept DELETE http verb in the application. However, when i send "DELETE /posts/delete/1" i always get a 405 Method not allow error. I tried …
0
votes
1answer
29 views

asp.net mvc got 405 error on HTTP DELETE request?

Hi everyone... Im trying to pass the DELETE to a url in asp.net mvc using Javascript but however i always got "405 Method not allow" return. is there anyway to make this work? …
1
vote
4answers
77 views

Web UI to a restful interface, good idea?

I am working on a experimental website (which is accessible through web browser) that will act as a front-end to a restful interface (a sub-system). The website will serve as an in …
0
votes
0answers
50 views

Rails - JSON and XML auto render

I'm creating a RESTful API for my application, and I'm noticing that the use of render as :xml or :json is a constant on all my methods and requests, because the API returns this 2 …
0
votes
1answer
36 views

Restful library like httpLib2 For .NET

Anyone know of a library/framework like httplib2 (python) http://code.google.com/p/httplib2/ for .NET? It wouldn't be difficult to duplicate it, but would be a waste if it alread …

1 2 3 4 5 17 next
15 30 50 per page