Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between CXF and JAX-WS

Tags:

jax-ws

cxf

I am pretty new to web services. I am not able to find the difference between JAX-WS and CXF.

According to my understanding, JAX-WS is the specification provided by java and CXF is the implementation.

Please correct me if I am wrong.

like image 829
Sunny Gupta Avatar asked Mar 14 '12 11:03

Sunny Gupta


1 Answers

Yes, you are right.

JAX-WS is Java specification for SOAP based web services. CXF is its implementation by Apache.

JAX-WS reference implementation is JAX-WS RI, by Oracle. Latest one is JAX-WS RI 2.2.5

like image 195
Asif Shahzad Avatar answered Oct 24 '22 21:10

Asif Shahzad