开发者

web application creation with apache axis 2 and apache CXF

开发者 https://www.devze.com 2023-03-29 13:12 出处:网络
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...)

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消