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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -