If you want to use something Spring-specific, check out Spring RestTemplate .
Jersey Client is another popular REST-oriented API.
Apache HttpClient is a solid, mature choice.
And of course, there is the good old Sun JDK URL and the URLConnection API.
source share