Question

I am using Spring Resttemplate and have an issue about generics: Generics with Spring RESTTemplate I want to look at other equivalent libraries that I can handle that situation.

Are there any other choices?

Était-ce utile?

La solution

You can use the Jersey Framework (which has both client and server REST APIs): http://jersey.java.net/nonav/documentation/latest/client-api.html

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top