java - How to identify whether a web server supports Web Services or not? -


i not aware details web servers support web services written in java.

would know following 3 things:

1) required have support web services : servlet container or application server + web container?

2) know web server supporting web development in java support web services?

3) how identify whether particular server supports web services or not?

thanking in advance.

your question unclear. term web service applied rest style api soap based services json based, etc etc. wikipedia says equivalent web api, , api can pretty anything.

so answer question. servlet container enough support common types of web services, doesn't require application server. take @ apache cxf, framework catering lot of web services styles (notably soap , rest).

apache cxf rather large framework, , can take time head around. if need simpler, may better off looking @ object serialization frameworks , implement servlets (this mostly). serialize xml, use out-of-the box java jaxb annotations. serialize json, use jackson.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -