You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2001/08/14 01:34:52 UTC

cvs commit: xml-axis/java release-notes.html release_notes.html

gdaniels    01/08/13 16:34:52

  Added:       java     release-notes.html
  Removed:     java     release_notes.html
  Log:
  release_notes -> release-notes
  
  Revision  Changes    Path
  1.1                  xml-axis/java/release-notes.html
  
  Index: release-notes.html
  ===================================================================
  <html>
  <head>
  <title>Axis Release Notes</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <style type="text/css">
  <!--
  .example { background:#ccccff }
  .xml { background:#eeeeee }
  body {  font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
  h2 {  text-decoration: underline; background-color: #DCE1FF; background-position: left; margin-left: -30px}
  h3 {  margin-left: -10px}
  h1 {  margin-left: -30px}
  -->
  </style>
  </head>
  <body>
  <h2>Axis Alpha Release Notes</h2>
  
  <p>This is the <a href="http://xml.apache.org/axis/releases.html"> 
  alpha release</a> of the <a href="http://xml.apache.org/axis">
  Axis SOAP library</a>.  (Wondering what Axis is?  Please see our
  <a href="http://xml.apache.org/axis/faq.html">FAQ</a>.)</p>
  
  <p>This is an alpha release, and hence is not feature complete.  The main
  missing features include:</p>
  
  <ul>
  <li>No support for SOAP attachments
  <li>Deployment syntax not finalized
  <li>Incomplete Apache SOAP 2.2 deployment descriptor support
  <li>Minimal testing in EJB / application server frameworks
  <li>No support for WSDL, XML-RPC, SMTP
  <li>Limited documentation
  </ul>
  
  <p>The Axis team is working on all of these missing features.</p>
  
  <p>So, why an alpha release?</p>
  
  <p>The Axis code already has:</p>
  
  <ul>
  <li>Significantly higher performance than Apache SOAP 2.2
  <li>Good interoperability with other SOAP implementations
  <li>A streaming-oriented model for message parsing (SAX, not DOM)
  <li>A modular, configurable message handling architecture
  <li>A pluggable transport framework
  <li>An extensive package and functional test suite
  </ul>
  
  <p>Early adopters and advanced SOAP developers will find this release to be of
  interest.  Most Apache SOAP users, and those who need a fully featured
  next-version replacement for Apache SOAP 2.2, should hold off at least
  until Axis's beta release.  Progress towards that beta release may be
  viewed on Axis's <a href="http://xml.apache.org/axis/requirements.html">
  requirements and status page</a>.</p>
  </body>
  </html>