Skip to content

ApharandeShraddha/RESTful-Web-Service-Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

RESTful-Web-Service-Messenger

RESTful web service implementation using Jersey

A Social Media Application Messenger

1  APIS To GET, UPDATE, DELETE and ADD messages, Comments, Links and Profile Information.
  1. Main purpose of project is to implement RestFul APis and routes Using JAX-RS (Jersey) , So I have not used any database .Instead I have used manual data and stored that to Map and reutrning values from Map for corresponding REST request.

  2. Added Framework For Exception handling by implementing ExceptionMapper of JAX-RS

  3. Implemented HATEOAS (To Send Links In Response) Using URIInfo.

  4. Content-Negotiation is added to support for both JSON and XML format consumption.

  5. Used POSTMAN To test the APIS.

About

RESTful web service implementation using Jersey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages