> I don't think it's a bad idea per se. JAXRS does not prohibit multiple > annotations per se (AFAIK), it's just undefined what happens.
I think if you use GET and POST on the same URI then you are innappropriately 'crossing the streams' and making it ambiguous as to whether the invocation is idempotent or not. Don't make Roy Fielding have to come around to your house! --oh
