|
Hi everyone,
I wrote open source library on top of jersey-client called 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 or use via maven.
<dependency>
<groupId>com.burakdede</groupId>
<artifactId>hoodie</artifactId>
<version>0.0.1</version>
</dependency>
|