users@jersey.java.net

[Jersey] GET and POST on same URL

From: Josh Smith <joshsmith_at_adknowledge.com>
Date: Sat, 10 Mar 2012 03:30:00 +0000

Can you put a GET and a POST based method on the same URL using Jersey?

I see examples of using GET, PUT, and DELETE on the same method, but does the fact that POST is really combination of GET and PUT create a problem?