Hi everyone,
I wrote open source library on top of *jersey-client* called Hoodie
<
https://github.com/burakdd/hoodie> that allows you to consume third party
services or your own easily with simple interfaces and annotation. Tool
comes handy when you have lots of shared domain classes between your
apps/services. Checkout source on *github
<
https://github.com/burakdd/hoodie>* or use via *maven*.
https://github.com/burakdd/hoodie
<dependency>
<groupId>com.burakdede</groupId>
<artifactId>hoodie</artifactId>
<version>0.0.1</version>
</dependency>