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 he...@apache.org on 2005/02/23 10:48:39 UTC

svn commit: r154992 - webservices/axis/trunk/java/release-notes.html

Author: hemapani
Date: Wed Feb 23 01:48:37 2005
New Revision: 154992

URL: http://svn.apache.org/viewcvs?view=rev&rev=154992
Log:
release notes

Added:
    webservices/axis/trunk/java/release-notes.html   (with props)

Added: webservices/axis/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/release-notes.html?view=auto&rev=154992
==============================================================================
--- webservices/axis/trunk/java/release-notes.html (added)
+++ webservices/axis/trunk/java/release-notes.html Wed Feb 23 01:48:37 2005
@@ -0,0 +1,50 @@
+<html>
+<head></head>
+<body>
+<h1>Axis 2.0 Release Notes</h1>
+
+This is the First  Milestone release of the Apache Axis2.
+
+<h2>What's in this release?</h2>
+
+<p>This release includes the following features:</p>
+<ul>
+    <li>AXIOM,a SOAP specific streaming XML infoset model for SOAP 1.1/1.2 Messages</li> 
+    <li>WOM, WSDL 1.1/2.0 Component Model</li> 
+    <li>Handler framework with the support to specific the location of the a Handler in a 
+      specific Phase</li> 
+    <li>Support to bundle and enable the Handlers as Modules</li> 
+    <li>Support for the Synchronous and Asynchronous IN-OUT messaging over HTTP transport</li> 
+    <li>Hot deployment of Web Services based on the archived modules    </li> 
+</ul>
+
+<h2>What's still to do?</h2>
+
+<p>Please see a list of what we think needs doing - and please consider helping out if 
+you're interested & able!</p>
+<ul>
+    <li>  Encoding/data binding</li> 
+    <li>JAX-RPC 1.1/2.0 compliance</li> 
+    <li> WSDL Based code (server/client) code generator</li> 
+    <li> MTOM attachments support</li> 
+    <li> Support for other WSDL MEPs, both synchronously and asynchronously </li> 
+    <li> Complete XML infoset support for AXIOM</li> 
+    <li> Implements the other transports. e.g. SMTP, TCP..</li> .
+    <li> Handler framework with the support to specific the location of the a Handler 
+      relative to Phase</li> 
+    <li> Extend the modules to act as plug-ins</li> 
+</ul>
+
+<p>Axis2 is still taking shape, this M1 release is a glimpse what is to be expected in the future. 
+If you happen to have vision of how the nest generation of the Web Service should be please 
+share it with us and help us to shape the Apache Axis2. Also Coding, testing, submit 
+improvements to the documentation, and report all replicable bugs however large or small and 
+in any format, is always welcome.</p>
+
+<p>Thanks for your interest in Axis2!</p>
+
+-- The Axis Development Team
+</body>
+</html>
+
+ 
\ No newline at end of file

Propchange: webservices/axis/trunk/java/release-notes.html
------------------------------------------------------------------------------
    svn:executable = *