January 2015
Beginner to intermediate
364 pages
7h 41m
English
NetBeans provides a wizard that can automatically generate client Java code that invokes our RESTful web service methods via the corresponding HTTP requests.
To generate this client code in a Java application project, we simply need to go to File | New File, select the Web Services category, and select RESTful Java Client as the file type.

In the next step in the wizard, we need to enter a class name and a package name for our JAX-RS client.

Jersey is the JAX-RS implementation included with GlassFish. Since we ...
Read now
Unlock full access