Jax-ws 2.2 or Metro as Tomcat runtime environment
        Posted  
        
            by EugeneP
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by EugeneP
        
        
        
        Published on 2010-05-13T12:28:48Z
        Indexed on 
            2010/05/13
            12:34 UTC
        
        
        Read the original article
        Hit count: 426
        
I need an implementation of JAX-WS, that is RUNTIME ENVIRONMENT to use a client
for Tomcat6.
Which is better in your opinion?
JAX-WS 2.2 https://jax-ws.dev.java.net/2.2/
Metro 2.0 https://metro.dev.java.net/2.0/
They have different installation procedures and different jars.
For now I only need to be able to run a client from under Tomcat6 web apps.
But later I'm planning to use ApacheCXF soap web-service, that will run on this Tomcat.
As I understand, CXF is a unique implementation that does not any of mentioned runtime environments, so I guess whatever between metro & jax-ws2.2 I choose does not matter, right?
Still, which one do you recommend?
© Stack Overflow or respective owner