Can anyone help me find a good tutorial for creating a ReST client in Java that would be able to call a URL.
I need a really basic tutorial that tells me where to find the API, how to import the jars, etc.
Edit: I tried Restlet, but the documentation was difficult to follow.
Thanks,
E
It’s been my experience that Jersey is very easy to use. This tutorial (REST with Java (JAX-RS) using Jersey) is straightforward.