Restful java client with java.net.URL

Restful services with Jersey and java.net.URL Java has introduced the class called “URL” (Uniform Resource Locator) under java.net package which basically points to any resource on the web. This class can be used as a Rest client to perform some of the basic operations on Rest service. Create a new Maven Web project in eclipse […]

Share this article on