can i create java servlet as rest web service -
can use java servlet rest web service? , how request using curl servlet?
thank
sure can use (raw) servlet create rest service. work knowing there exists standard api (jax-rs jsr-311) , many frameworks implementing :
http://www.jboss.org/resteasy
http://cxf.apache.org/docs/jax-rs.html
http://jersey.java.net/
Comments
Post a Comment