RESTful Services
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...