Migration guide from Axis2 to CxF
One of our projects we need to migrate an existing Axis2 - Jax RPC based application to a Apache CxF based runtime.
Has anyone done such migration before...what could be the advantages of CxF over Axis 2? Is there any m开发者_如何学编程igration guide created for reference.
Thanks, SC
I have used Axis2 and CXF and my choice now goes to CXF because I find it easier to use and also to configure in the pom.xml, especially the wsdl2java plugin.
For a detailed comparison between Axis and CXF check: Difference between Apache CXF and Axis
精彩评论