Root resource classes
摘要:
OverviewA root resource class is the entry point into a JAX-RS implemented RESTful Web service. It is decorated with a@Paththat specifies the root URI of the resources implemented by the service. Its methods either directly implement operations on the resource or provide access to sub-resources.Requ 阅读全文
posted @ 2014-02-11 02:42 Step-BY-Step 阅读(582) 评论(0) 推荐(0) 编辑