You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2005/12/02 14:33:16 UTC

svn commit: r351713 - in /webservices/axis2/trunk/java: release-notes.html xdocs/download.html xdocs/index.html

Author: chinthaka
Date: Fri Dec  2 05:33:09 2005
New Revision: 351713

URL: http://svn.apache.org/viewcvs?rev=351713&view=rev
Log:
improving the docs with release notes.

Modified:
    webservices/axis2/trunk/java/release-notes.html
    webservices/axis2/trunk/java/xdocs/download.html
    webservices/axis2/trunk/java/xdocs/index.html

Modified: webservices/axis2/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/release-notes.html?rev=351713&r1=351712&r2=351713&view=diff
==============================================================================
--- webservices/axis2/trunk/java/release-notes.html (original)
+++ webservices/axis2/trunk/java/release-notes.html Fri Dec  2 05:33:09 2005
@@ -16,6 +16,7 @@
   <li>Archives based deployment model </li>
   <li>WSDL2Java code generation tool for stub and skeltons</li>
   <li>XML Beans based data binding support</li>
+  <li>ADB (Axis Data Binding)  with complete simple type support and limited complex type support </li>
   <li>Support for WS-Addressing, both the submission and final versions</li>
   <li>Client API</li>
   <li>REST web service support</li>
@@ -24,10 +25,10 @@
   <li>TCP transport support</li>
   <li>MTOM/SWA attachments support</li>
   <li>SAAJ implementation</li>
-  <li>Improved WS-Security support using WSS4J</li>
+  <li> WS-Security support using WSS4J</li>
 </ul>
 
-<h3>New Features</h3>
+<h2>What's new in this release ? </h2>
 <ul>
   <li>JDK 1.5 compatibility
   </li>
@@ -44,10 +45,12 @@
     ADB (Axis Data Binding) with complete simple types support and limited complex type support 
   </li>
   <li>
-  Jalopy based code formatting for generated code </li>
-  <li>and numerous bug fixes after 0.92 release </li>
+  Jalopy based code formatting of generated code </li>
+  <li>Proxy support and NTLM authentication </li>
+  <li>support for rpc/literal </li>
+  <li>And numerous bug fixes after 0.92 release </li>
 </ul>
-<h3 id="head-4804f145dbcf856d6cfef8fc5fff555e5590931b">Experimental Features List</h3>
+<h3 id="head-4804f145dbcf856d6cfef8fc5fff555e5590931b">Experimental features list</h3>
 <ol type="1">
   <li>
     DOOM - DOM implementation over OM 
@@ -56,9 +59,14 @@
     Java2WSDL 
   </li>
   <li>
-    RPC Support 
-  </li>
+  RPC Support </li>
 </ol>
+<h3>Major changes since last release </h3>
+<ol>
+  <li> Refactored org.apache.axis2.clientapi to org.apache.axis2.client </li>
+  <li> Introduction of Options to configure clients </li>
+  <li>Renaming of descriptors. OperationDescription -&gt; AxisOperation, ServiceDescription -&gt; AxisService, ServiceGroupDescription -&gt; AxisServiceGroup</li>
+  </ol>
 <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>
@@ -73,7 +81,7 @@
 
 <p>Axis2 is taking shape, this 0.93 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 
+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>
 <p>Thanks for your interest in Axis2!</p>
 -- The Axis Development Team

Modified: webservices/axis2/trunk/java/xdocs/download.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/download.html?rev=351713&r1=351712&r2=351713&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/download.html (original)
+++ webservices/axis2/trunk/java/xdocs/download.html Fri Dec  2 05:33:09 2005
@@ -80,7 +80,7 @@
       <td align="center" valign="middle"><a name="091"></a>0.92</td>
       <td align="center">Release</td>
       <td>Source Distribution <a
-        href="[preferred]/ws/axis2/0_92/axis2-0.92-src.zip"
+        href="http://archive.apache.org/dist/ws/axis2/0_92/axis2-0.92-src.zip"
         title="[preferred]/ws/axis2/0_92/axis2-0.92-src.zip">zip</a> <a
         href="http://www.apache.org/dist/ws/axis2/0_92/axis2-0.92-src.zip.md5"
         title="http://www.apache.org/dist/ws/axis2/0_92/axis2-0.92-src.zip.md5">MD5</a>
@@ -89,7 +89,7 @@
         title="http://www.apache.org/dist/ws/axis2/0_92/axis2-0.92-src.zip.asc">PGP</a>
         <br>
         Binary Distribution <a
-        href="[preferred]/ws/axis2/0_92/axis2-0.92-bin.zip"
+        href="http://archive.apache.org/dist/ws/axis2/0_92/axis2-0.92-bin.zip"
         title="[preferred]/ws/axis2/0_92/axis2-0.92-bin.zip">zip</a> <a
         href="http://www.apache.org/dist/ws/axis2/0_92/axis2-0.92-bin.zip.md5"
         title="http://www.apache.org/dist/ws/axis2/0_92/axis2-0.92-bin.zip.md5">MD5</a>
@@ -99,19 +99,19 @@
         <br>
         Eclipse Plugins : <br>
           Axis2 Code Generator <a
-        href="[preferred]/ws/axis2/0_92/Axis2_Code_Generator.zip"
+        href="http://archive.apache.org/dist/ws/axis2/0_92/Axis2_Code_Generator.zip"
         title="[preferred]/ws/axis2/0_92/Axis2_Code_Generator.zip">zip</a>
         <br>
           Axis2 Service Archiver  <a
-        href="[preferred]/ws/axis2/0_92/Axis2_Service_archiver.zip"
+        href="http://archive.apache.org/dist/ws/axis2/0_92/Axis2_Service_archiver.zip"
         title="[preferred]/ws/axis2/0_92/Axis2_Service_archiver.zip">zip</a>
         <br>
           Axis2 Wizard Bundle <a
-        href="[preferred]/ws/axis2/0_92/Axis2_Wizard_Bundle.zip"
+        href="http://archive.apache.org/dist/ws/axis2/0_92/Axis2_Wizard_Bundle.zip"
         title="[preferred]/ws/axis2/0_92/Axis2_Wizard_Bundle.zip">zip</a> <br>
-        IDEA Plugins <a href="[preferred]/ws/axis2/0_92/Axis2Ideaplugin.jar"        title="[preferred]/ws/axis2/0_92/Axis2Ideaplugin.jar">download</a></td>
+        IDEA Plugins <a href="http://archive.apache.org/dist/ws/axis2/0_92/Axis2Ideaplugin.jar"        title="[preferred]/ws/axis2/0_92/Axis2Ideaplugin.jar">download</a></td>
       <td>26 -08 - 2005</td>
-      <td>0.92 Release (Mirrored)</td>
+      <td>0.92 Release (Archived)</td>
     </tr>
 	<tr>
       <td align="center" valign="middle"><a name="091"></a>0.93</td>
@@ -133,20 +133,7 @@
         <a
         href="http://www.apache.org/dist/ws/axis2/0_93/axis2-0.93-bin.zip.asc"
         title="http://www.apache.org/dist/ws/axis2/0_92/axis2-0.92-bin.zip.asc">PGP</a>
-        <br>
-        Eclipse Plugins : <br>
-          Axis2 Code Generator <a
-        href="%5Bpreferred%5D/ws/axis2/0_93/Axis2_Code_Generator.zip"
-        title="[preferred]/ws/axis2/0_92/Axis2_Code_Generator.zip">zip</a>
-        <br>
-          Axis2 Service Archiver  <a
-        href="%5Bpreferred%5D/ws/axis2/0_93/Axis2_Service_archiver.zip"
-        title="[preferred]/ws/axis2/0_92/Axis2_Service_archiver.zip">zip</a>
-        <br>
-          Axis2 Wizard Bundle <a
-        href="%5Bpreferred%5D/ws/axis2/0_93/Axis2_Wizard_Bundle.zip"
-        title="[preferred]/ws/axis2/0_92/Axis2_Wizard_Bundle.zip">zip</a> <br>
-        IDEA Plugins <a href="%5Bpreferred%5D/ws/axis2/0_93/Axis2Ideaplugin.jar"        title="[preferred]/ws/axis2/0_92/Axis2Ideaplugin.jar">download</a></td>
+        <br>        </td>
       <td>12- 02  - 2005</td>
       <td>0.93 Release (Mirrored)</td>
     </tr>

Modified: webservices/axis2/trunk/java/xdocs/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/index.html?rev=351713&r1=351712&r2=351713&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/index.html Fri Dec  2 05:33:09 2005
@@ -43,15 +43,31 @@
 href="http://ws.apache.org/axis2/download.cgi">(Download 0.93)</a></p>
 
 <p>Axis2 is becoming more and more stable. <a href="http://ws.apache.org/axis2/download.cgi">Download
-it!. </a>This 0.92 release contains the following additional features:</p>
+it!. </a>This 0.93 release contains the following additional features:</p>
 <ul>
-  <li>JDK 1.5 compatibility</li>
-  <li>Numerous bug fixes after 0.92 release </li>
-  <p><strong>Experimental Features</strong></p>
-  <li>Java2WSDL</li>
-  <li>DOOM (DOM over OM implementation) </li>
+  <li>JDK 1.5 compatibility </li>
+  <li> Configurable handler chains using axis2.xml </li>
+  <li> Improved class loader hierarchy </li>
+  <li> Improved security module with dynamic configurability </li>
+  <li> ADB (Axis Data Binding) with complete simple types support and limited complex type support </li>
+  <li> Jalopy based code formatting of generated code </li>
+  <li>Proxy support and NTLM authentication </li>
+  <li>support for rpc/literal </li>
+  <li>And numerous bug fixes after 0.92 release </li>
 </ul>
 
+<h3 id="head-4804f145dbcf856d6cfef8fc5fff555e5590931b">Experimental features list</h3>
+<ol type="1">
+  <li> DOOM - DOM implementation over OM </li>
+  <li> Java2WSDL </li>
+  <li> RPC Support </li>
+</ol>
+<h3>Major changes since last release </h3>
+<ol>
+  <li> Refactored org.apache.axis2.clientapi to org.apache.axis2.client </li>
+  <li> Introduction of Options to configure clients </li>
+  <li>Renaming of descriptors. OperationDescription -&gt; AxisOperation, ServiceDescription -&gt; AxisService, ServiceGroupDescription -&gt; AxisServiceGroup</li>
+</ol>
 <p>We are getting closer to a 1.0 release, the remaining tasks to be
 completed before a 1.0 release include: SOAP 1.1 and 1.2 validation, Our own
 data binding implementation, WSDL Generation.</p>