shankpunk / jersey-client-example

RESTful Jersey Client Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Restful Jersey Client example with consuming and producing JSON entities by Jackson mapper. It will cover

- GET
- POST
- PUT
- DELETE
	
http methods with unit tests.

Run "mvn clean install" and deploy the .war file into JBoss

About

RESTful Jersey Client Example