It appears that there is no way to implement a JSONP (JSON with Padding) solution using DataSnap, but I want to throw this question out here in case someone has solved this problem.
I am trying to create a login in for my android application. The login would connect to a mysql database. I have no clear idea how to do this because you can\'t run php on android but I have heard peo
I\'m trying to build out a RESTful APi. I\'m sending a PUT request as so: /api/customer/1 $data[\'name\'] = \'test\';
I have been working on a PHP project recently and I have created an API that will be consumed by mobile clients. I am using CodeIgniter as it provides a nice restful interface out of the box. I am une
The company I work for have started to create RESTful services with most of the development being outsourced.
I\'m work开发者_如何学JAVAing on a real-time app and looking for some good data sources to test with as input, but I can\'t seem to find any publicly available services I can hook into - any suggestio
im starting with web services. I\'m working in a project that needs to communicate Android with a web server and I\'d like to save some time ch开发者_开发百科osing the appropriate protocol for the com
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开
I am developing a WCF web service that needs to be able to upload files among other things. Currently my method for adding a \'floorplan\' item looks l开发者_如何学JAVAike:
I just want to know if my thoughts concerning REST are right. Let\'s imagine we have a shopping site. With a conventional approach the shopping cart would be stored in the users session so that the se