Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Apache CXF 2.1 delivers the second major version of
the Celtix project (http://celtix.objectweb.orgImage Removed) and the XFire project
(http://xfire.codehaus.orgImage Removed) merge. This release is a major update from
the 2.0.x series. The major new addition is JAX-WS 2.1 support. However, there
are a lot of other improvements like CORBA support, javascript generation,
preliminary JAX-RS 0.6 support, xmlbeans databinding runtime, etc...

...

You must install the J2SE Development Kit (JDK) 5.0, which can be downloaded
from:

http://java.sun.com/j2se/1.5.0/download.jspImage Removed

After installing the JDK, set or modify the following environment variables:

...

To run samples included in the binary distribution of Apache CXF,
you must install the Apache Ant 1.6.5 build utility, which can be downloaded
from:

http://ant.apache.org/bindownload.cgiImage Removed

After installing Apache Ant, add the <AntInstallDir>/bin directory to your PATH.

...

To use the WS-Security features of CXF, you need to obtain a JCE crypto provider
that implements the algorithms that you plan to use. One option is to download
the Bouncy Castle jar from: http://bouncycastle.org/download/bcprov-jdk14-136.jarImage Removed
and add that to the lib directory or classpath.

...

If you have any problems or want to send feedback of any kind, please e-mail the
cxf dev list, cxf-dev@incubator.apache.org. You can also file issues in JIRA at:

http://issues.apache.org/jira/browse/CXFImage Removed