RESTful Web Services use HTTP protocol methods. The HTTP methods such as GET, POST and DELETE can be mapped to create, read, update and delete (CRUD) actions to be performed.Java specification, JAX-RS (JSR 311) provides an API for creating RESTful web services in Java. Jersey is its official reference implementation. It provides additional features through its own APIs such as the Jersey Client API.
Release Date: 09-May-12
Duration: 20 minutes
Credited To: Anjana Shenoy
No Flash Plugin Needed