1.

How To You Specify Relative Path Of A Resource In Restful Web Service?

Answer»

The @Path ANNOTATION is USED to specify RELATIVE URI path. 

e.g. 

@Path("/test") 

The @Path annotation is used to specify relative URI path. 

e.g. 

@Path("/test") 



Discussion

No Comment Found