web application creation with apache axis 2 and apache CXF
what is the different between apache axis 2 and apache CXF? And w开发者_JS百科hat are the web application fomat of those(war,or jar etc...)
And where can I begin to write a we application with apache CXF?
could u plz define some tutorials to learn this??
For the first part, see:
Difference between Apache CXF and Axis
For the second question: CXF is very flexible. You can use a JAR, WAR, OSGi bundle, a "main method" class, Spring context, blueprint, etc.... There are lots of options depending on what works best for you.
There are a lot of tutorials and such at:
http://cxf.apache.org/resources-and-articles.html
to help get you started and there are several example in the CXF download as well.
精彩评论