0

what is the different between apache axis 2 and apache CXF? And what 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??

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215
kkk
  • 1,551
  • 2
  • 10
  • 9

1 Answers1

0

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.

Community
  • 1
  • 1
Daniel Kulp
  • 14,447
  • 4
  • 45
  • 37
  • Thanks. I want to make apache CXF as a web archive.Not a sample service.just the apache CXF-war.How can I do it? I simply go to the apache CXF binary version folder and type jar -cvf cxf.war * .Is that correct to deploy to the tomcat server? – kkk Aug 24 '11 at 09:57
  • Need a help as soon as possible. – kkk Aug 24 '11 at 10:00