RESTful Services
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg15SoXJ1LA7bMjQrwuNaFhyphenhyphenMFQha2kCzWR6AC9TKomQEA-E-sYana4VE1j7-6N1hz4jtcujL-32pnhxGtOm8eBkpg7vL92z9urcvdn8VgkfLMhOjW3NXy-ywy2hVX6hZR7wY8lLxMT_iw/s320/rrest.png)
What is RESTful Services A ctually this is a protocol RE presentational S tate T ransfer protocol to the C lient and S erver communication. Basically resources are identify by a URL. REST is a way to identify resources which appends on a particular environment. There are key elements in RESTful implementation. 1. Resources This is use for give some commands using an URL web application url :- http://www.testServer.com command through the url :- http://www.testServer.com/students/001 (Give the details of students wh...