WebService

 

webservice 常用框架:axis,axis2,xfire,cxf,目前常用的是cxf,axis2。cxf是从xfire进化来的。

http://axis.apache.org/
http://cxf.apache.org/

axis常用jar包如下:
WebService

axis2官网介绍:

Apache Axis2™ is a Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack. 

cxf官网介绍:

Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

 

 

你可能感兴趣的:(webservice)