dev@glassfish.java.net

Re: Jersey (REST, not Shore) question about _at_DELETE

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Sun, 6 Mar 2011 15:52:12 -0500

Thanks Bill & Jason,

Got my answer now, and it makes sense. I had started to convince myself to use POST since technically there's a boolean field in the entity that, when set to false, effectively means "remove me." But I'd rather do something less, um, "surprising."

There's a small amount of info uniquely identifying the entity, so I'll try passing it as a query param first.

Cheers,
Bobby