Creating a Restful webservice in java



Creating a Restful webservice in java

Creating a Restful webservice in java

For CONSUMING a WebService check my latest tutorial.

https://www.youtube.com/watch?v=c0apqyro0-Y

********************************************************
Description

A simple tutorial on creating a rest webservice in java for beginners.

Topics covered:
1. About Jersey library and JAX-RS API for REST Webservice.
2. Annotations : @Path,@GET,@POST,@Produces
3. Different response format like XML,JSON.
4.Configuring web.xml to use jersey as servlet dispatcher.
5.How to take input from the client in URL

Comments are closed.