users@jersey.java.net

Re: [rest-discuss] hateoas - draft #1

From: Subbu Allamaraju <subbu_at_subbu.org>
Date: Thu, 15 Oct 2009 08:05:40 -0700

> * ok, perhaps here I need to inform the supported types of
> institutions (sponsors, owners, schools, etc.) in the OPTIONS method..
>

I would avoid OPTIONS at runtime. It lacks enough interoperable
runtime/dev-time information about resources. Moreover, its response
is not cacheable.

Subbu