java - REST web services vs JSON services -



java - REST web services vs JSON services -

rest webservices imply server-side stateless (for part) , urls correspond resources , http get/post/delete/put methods correspond operations on resources.

i planning work on json services layer dependent on server-side state, having urls correspond resources , having urls /add /update /delete corresponding different operations , of urls using http post.

what right terminology this? should called json web services? there specific term this? it looks jersey+jax-rs useful purpose. ok? would create sense utilize struts kind of application?

json file format rest service may (or may not) utilize send answers. if utilize format communicate webservice, cann service json web service. indeed, bailiwick of jersey jax-rs implementation. not one. if need webapp interact webservice can utilize struts. however, can utilize other tool (included more recent technology, struts old) front-end of system.

java json web-services rest jersey

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -