Spring – Exposing a bean as both REST (xml, json, …) and SOAP WebServices

<href>http://raulraja.com/2009/06/25/spring-exposing-a-bean-as-rest-xml-json-and-soap-webservice/</href>

 

代码例子可以看http://raulrajatutorials.googlecode.com/svn/trunk

 

JAX-WS  web service

 

JAX-RS   Restful servcei

 

他们都是javaee的规范. 具体可以看http://download.oracle.com/docs/cd/E17410_01/javaee/6/tutorial/doc/bnayk.html

 

jersay是官方JAX-RS的实现. CXF即实现了JAX-WS也实现了JAX-RS. 

 

http://www.blogjava.net/scud/archive/2010/07/20/326587.html

你可能感兴趣的:(spring,bean,xml,REST,SOAP)