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/07/05 06:33:04 UTC

svn commit: r209213 - in /webservices/axis/trunk/java: README.txt release-notes.html

Author: hemapani
Date: Mon Jul  4 21:33:02 2005
New Revision: 209213

URL: http://svn.apache.org/viewcvs?rev=209213&view=rev
Log:
updates the realse notes

Modified:
    webservices/axis/trunk/java/README.txt
    webservices/axis/trunk/java/release-notes.html

Modified: webservices/axis/trunk/java/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/README.txt?rev=209213&r1=209212&r2=209213&view=diff
==============================================================================
--- webservices/axis/trunk/java/README.txt (original)
+++ webservices/axis/trunk/java/README.txt Mon Jul  4 21:33:02 2005
@@ -1,5 +1,5 @@
 ======================================================
-Apache Axis2 milestone 2 build  (June 07, 2005)
+Apache Axis2 0.9 build  (July 05, 2005)
 
 http://ws.apache.org/axis2
 ------------------------------------------------------
@@ -8,7 +8,7 @@
 Documentation
 ===================
  
-Documentation can be found in the docs/ directory included with both the 
+Documentation can be found in the xdocs/docs directory included with both the 
 source and binary distributions.
 
 ___________________

Modified: webservices/axis/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/release-notes.html?rev=209213&r1=209212&r2=209213&view=diff
==============================================================================
--- webservices/axis/trunk/java/release-notes.html (original)
+++ webservices/axis/trunk/java/release-notes.html Mon Jul  4 21:33:02 2005
@@ -3,32 +3,28 @@
 <body>
 <h1>Axis 2.0 Release Notes</h1>
 
-This is the Second  Milestone release of the Apache Axis2.
+This is the 0.9 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>Modules, mechnisum to extend the SOAP Processing Model</li>  
-    <li>Support for WS-Addressing</li> 
-    <li>Client API</li> 
-    <li>Support for One-Way Messaging</li> 
-    <li>Support for Request Response Messaging
-    	<ol>
-		<LI>Synchronous, Using a two way transport</LI>
-		<LI>Asynchronous, Using a two way transport</LI>
-		<LI>Synchronous, Using a one way transport</LI>
-		<LI>Aynchronous, Using a two way transport</LI>	
-	</ol>
-    
-    </li> 
-    <li>Hot deployment of Web Services and Module deployment based on the archived modules    </li> 
-    <li>WSDL Code Generation Tool.</li> 
-    <li>HTTP transport Support</li> 
-    <li>SMTP transport Support</li> 
-    <li>TCP transport Support</li> 
+  <li>AXIOM, a SOAP specific streaming XML infoset model for SOAP 1.1/1.2 Messages</li>
+  <li>Support for One-Way Messaging and Request Response Messaging</li>
+  <li>Modules, mechanism to extend the SOAP Processing Model</li>
+  <li>Archives based deployment Model </li>
+  <li>WSDL Code Generation Tool for Stub and skeltons</li>
+  <li>XML Beans based data binding support</li>
+  <li>Support for WS-Addressing, both the submission and final versions</li>
+  <li>Client API</li>
+  <li>REST Web Service Support</li>
+  <li>HTTP transport Support</li>
+  <li>SMTP transport Support</li>
+  <li>TCP transport Support</li>
+  <li>MTOM/SWA attachments support</li>
+  <li>SAAJ implementation</li>
 </ul>
+
 <p>The release include following tools</p>
 <ol>
 	<LI>Admin Web App</LI>
@@ -42,17 +38,14 @@
 <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>SOAP 1.1 and 1.2 validation </li>
     <li> JAX-RPC 1.1/2.0 compliance</li> 
-    <li> Data binding support for WSDL Based code (server/client) code generator</li> 
-    <li> MTOM/MIME/SWA attachments support</li> 
     <li> Complete XML infoset support for AXIOM</li> 
     <li> Implementation of other transports. e.g. JMS..</li> 
     <li> Web Service Policy Support</li> 
 </ul>
 
-<p>Axis2 is taking shape, this M2 release is a glimpse what is to be expected in the future. 
+<p>Axis2 is taking shape, this 0.9 release is a glimpse of 1.0 that should be comming soon. 
 If you happen to have vision of how the next generation of the Web Service should be, and like to contribute to 
 Apache Axis2 please help us to shape the Apache Axis2. Any contribution in the form of Coding, testing, submiting 
 improvements to the documentation, and reporting bugs are always welcome.</p>