Hi,
On 05/09/11 12:56, Raj Floyd wrote:
Hi

JAX-RS spec says:

* Resource classes are POJOs that have at least one method annotated with
@Path or a request method designator.*

I feel a Resource class should have both the annotations (@Path and method
designator) for it to be called as a Resource. If there is no request method
designator annotation like @POST or @GET, the existence of Resource does not
really make sense. Is the spec misleading or have I got it wrong? Any
thoughts?

Some resource classes can act as subresources only, that is they may only contain resource methods annotated with @Path annotations. Such resource methods delegate the processing further to classes which will contain @GET/etc...

Cheers, Sergey

Thanks

Raj


Reply via email to