As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am trying to implement a bulk update feature in a Rails app, the model I want to update is a restful resource. I need to display a table where each row is a single resource an开发者_StackOverflow中文
I\'m trying to create a very simple REST server.I just have a test method that will return a List of Strings.Here\'s the code:
We are building a REST service that will take abo开发者_如何转开发ut 5 minutes to execute.It will be only called a few times a day by an internal app.Is there an issue using a REST (ie: HTTP) request
So I have a User, Post,and Vote models. User has_many Vote Post has_many Vote In my unit tests I was defining a method called @post.vote_up which creates a vote for a post, but then I started thin
I have been trying t开发者_运维问答o wrap my head around POSTing json to a REST service and JAXB namespaces.I am using Resteasy to mark up the server side method.I have the following service:
Created an online form in JSP using SpringMVC tag libraries. The controller for my form is a RESTful web service.
We\'re creating a REST service where the client will send XML containing a financial portfolio.The portfolio XML will use a published standard XML DTD.We would like to add a few bits of data to the po
I\'ve written a few very casual wrappers around REST and less structured web interfaces, but all just for fun, with very little attention to error detection and handling, timeouts, etc.
I created a REST service using WCF. It has 2 operations; one has [WebGet] applied to it and works fine both on开发者_开发技巧 localhost and on my production server.