I've been trying to choose which technology to use for a REST application and have found 4 candidates:
Jersey - jersey.java.net
Apache Wink - incubator.apache.org/wink
RESTlet - www.restlet.org
RESTeasy - jboss.org/resteasy
but haven't been able to differentiate between the four and choose one
so, which is best? the criteria s being:
a. Stability \ maturity
b. Security
c. Ease of use
d. Support
Thanks!