Putting RESTful Web Services in Context
Question | Answer |
---|---|
What are they? | RESTful web services provide data to web applications over HTTP requests. |
Why are they useful? | Many applications need to access data and allow users to create, modify, and delete objects from a persistent data store. |
How are they used? | The web application ... |