Please forgive this noobster. I have tried using several tutorials for getting up and running a simple HelloWorld JAX-WS web service with Java Spring MVC 3.0
Can you please recommend me any book to get some upto date knowledge about spring MVC3 and web services in it or some real basic, up to date and working tutorial?
JAX-WS – JSR-224 standard for Java SOAP web services with a set of annotations and focus on JAXB
Spring-WS – proprietary SpringSources’ framework for developing contract-first (XML schema based) web services, not compliant with JAX-WS
JAX-RS – JSR-311 standard for Java REST web services
Spring MVC – SpringSources’ web MVC framework. Can also be used to develop REST (but not JAX-RS compliant) services.
As you can see Spring MVC has nothing to do with JAX-WS.