RESTful Services

JAX-RS

1/33
1 What are root resource classes?
They are POJOs that are annotated with @Path and have at least one method annotated with @Path or a resource method designator annotation such as @GET, @PUT, @POST, @DELETE.
Comments