Nikos MaravitsasDecember 28th, 2013Last Updated: December 28th, 2013 In this example we are going to see how you can use java.net package utilities, to create RESTful clients that can consume simpele REST Services. It is not the easiest way to create a RESTful client, as you have to read the response yourself, as well as marshal and unmarshal Java Objects to some kind of stream, if that’s what is