REST Services : REpresentational State Transfer.
- What is SOA? Service Oriented Architecture?
- What is REST?
- On which protocol REST is based?
- How many HTTP methods supported by REST and what are they?
- What are the JAX-RS annotations?
- How to define the response Type in REST?
- What is difference between PathParam and QueryParam?
- How to create client to invoke the REST Services?
- What JSON means?
- Difference between REST based and SOAP based service.