December 2017
Intermediate to advanced
372 pages
8h 46m
English
As briefly mentioned in the previous section, before successfully deploying a RESTful web service developed using JAX-RS, we need to configure the REST resources path for our application. We can do this by developing a class that extends javax.ws.rs.core.Application and decorating it with the @ApplicationPath, annotation.