File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Different Apache CXF and Jboss WS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Different Apache CXF and Jboss WS" Watch "Different Apache CXF and Jboss WS" New topic
Author

Different Apache CXF and Jboss WS

peter wong ka chon
Ranch Hand

Joined: Jul 28, 2011
Posts: 39
Hello to all,

What is the different between Apache CXF and JBoss WS. As far as i know, metro stack is the competitor to Apache CXF. What is the purpose of Jboss WS.

Thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
There are any number of implementations of the JAX-WS API, Axis2, Apache CXF, JBossWS and Metro being the better-known ones. The differences will be in performance, tooling, documentation, support, conformity to standards etc.


Android appsImageJ pluginsJava web charts
peter wong ka chon
Ranch Hand

Joined: Jul 28, 2011
Posts: 39
Finally, I understood the JBoss WS and Apache CXF are also one of the reference implementation of JAX-WS.

Thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Not quite - Metro is the reference implementation of JAX-WS, the others are just implementations.
peter wong ka chon
Ranch Hand

Joined: Jul 28, 2011
Posts: 39
Ulf Dittmer wrote:Not quite - Metro is the reference implementation of JAX-WS, the others are just implementations.


Thanks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Different Apache CXF and Jboss WS
 
Similar Threads
Metro have to run on glassfish?
difference between web services clients results in one error(AXIS) in one success(JAXWS)
Rest API with Struts 2.0
Deploying Axis2 on JBoss
call .net webservice from java