I am using Apache tomcat 6.0.20 I want to create Client To Consume RESTFul Web Service(using GET)
I know I can do it via the old fashion way with URLConnection (regular GET request).
But I wonder is there any way of doing it differently? maybe with Annotations?