I need to design a RESTful application which allows me to access the people’s contact information from Facebook.
Using the REST or javascript api, does anyone know how to get results back sorted by distance from a point?I\'m doing someething like this:开发者_JAVA百科
I\'m trying to connect to a webservice using Jav开发者_Python百科a and REST. This is what I\'ve tried, and I get a 411 error.
I am using Spring Security 3 with REST endpoints. I managed to get a basic Spring Security working. Part of the security-context.xml
I\'m building upon RESTFul Store example of ExtJs 4. I\'d like my script to display errors provided by the REST server, when either Add or Delete request fails. I\'ve managed to obtain the success sta
开发者_StackOverflow中文版 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 wil
I am new to Java.I know that there are two types of web service SOAP Webservice. RESTful Webservice. can any one please tell me what is the basic difference between both of them.And in which situa
Can someone point me to an example of using Akka Camel integration module - using the Java API. I have a use case where a REST service is called that would start some Akka Actors in parallel to proces
In a (proper RMM level 3) RESTful HTTP API, I want to enforce the fact that clients should make conditional requests when updating resources, in order to avoid the lost update problem. What would be a
I am currently writing a web based front end for some proprietary server software. The server is based loosely around MEF components written as seaparate assemblies which serve as modules. The web bas