Versions Compared

Key

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

The Apache CXF team is proud to announce the 2.0.1 incubating release! Apache CXF (incubating) is a services framework focused on support for web service and Java standards. This release is mostly a patch release from 2.0. However, there are some new features as well:

  • Many Aegis related bug fixes
  • Many XFire migration related bug fixes
  • Fixes to handle Arrays & Lists much better with JAXB in code first scenarios
  • Enable HTTPSession & Session use
  • Add support for <databinding> in endpoint & client configuration
  • Allow access to Jetty Server or at least Context object
  • Configuring interceptors using annotations
  • Feature Support for the Bus
  • Fix MTOM interop issue inside Tomcat
  • Over 60 other bug fixes and enhancements

...

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.

...