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 2006/01/10 13:37:45 UTC

svn commit: r367587 - in /webservices/axis2/trunk/java: release-notes.html xdocs/0_94/userguide.html xdocs/index.html

Author: chinthaka
Date: Tue Jan 10 04:37:36 2006
New Revision: 367587

URL: http://svn.apache.org/viewcvs?rev=367587&view=rev
Log:
Changes again to the release note contents.

Modified:
    webservices/axis2/trunk/java/release-notes.html
    webservices/axis2/trunk/java/xdocs/0_94/userguide.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=367587&r1=367586&r2=367587&view=diff
==============================================================================
--- webservices/axis2/trunk/java/release-notes.html (original)
+++ webservices/axis2/trunk/java/release-notes.html Tue Jan 10 04:37:36 2006
@@ -36,7 +36,7 @@
   <li>?wsdl and ?xsd support </li>
   <li>Generating ServiceClient for a given WSDL and invoke the corresponding service using generated client. </li>
 </ol>
-<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major changes since last release</h3>
+<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major Changes Since Last Release</h3>
 <ol type="1">
   <li> Fixing of memory leaks </li>
   <li>Client API changes , Introducing ServiceClient instead of MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note that the above classes will be deprecated in this release.) </li>
@@ -44,14 +44,14 @@
   <li>Code generator improved to process multi-port WSDL's properly </li>
   <li>Packing and unpacking options for the code generated classes </li>
 </ol>
-<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools included in this Release</h3>
+<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools Included In This Release</h3>
 <ol type="1">
   <li> Axis2 Web Application (Web App) </li>
   <li>WSDL2WS- Eclipse plugin/ Command line version/ IntelliJ IDEA plugin </li>
   <li>Service Archive Wizard- Eclipse plugin/ IntelliJ IDEA plugin </li>
   <li>Module Archive Wizard- Eclipse plugin </li>
 </ol>
-<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's still to do?</h3>
+<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's Still To Do?</h3>
 <p>See list of what we think needs to be done, and consider helping out if you're interested &amp; able! </p>
 <ol type="1">
   <li> JAX-RPC 1.1 and/or JAX-WS compliance </li>

Modified: webservices/axis2/trunk/java/xdocs/0_94/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/userguide.html?rev=367587&r1=367586&r2=367587&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/userguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/userguide.html Tue Jan 10 04:37:36 2006
@@ -248,7 +248,8 @@
 href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a>" and make
 sure to prefix the subject of the mail with [Axis2].</p>
 
-<h3><a name="_Toc96698078"></a>Axis2 Complete Features List</h3>
+<h3><a name="_Toc96698078"></a></h3>
+<h3 id="head-215f3945a40558f9ad055ed5b6601e8f93706558">Axis2 Complete Features List</h3>
 <ol type="1">
   <li> AXIOM, an XML object model working on StAX (Streaming API for XML) parsing optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. </li>
   <li>Support for One-Way Messaging (In-Only) and Request Response Messaging (In-Out) </li>
@@ -279,22 +280,22 @@
   <li>?wsdl and ?xsd support </li>
   <li>Generating ServiceClient for a given WSDL and invoke the corresponding service using generated client. </li>
 </ol>
-<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major changes since last release</h3>
+<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major Changes Since Last Release</h3>
 <ol type="1">
   <li> Fixing of memory leaks </li>
   <li>Client API changes , Introducing ServiceClient instead of MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note that the above classes will be deprecated in this release.) </li>
   <li>Module versioning support , can have multiple versions of the same module and use them depending on the requirement. </li>
-  <li>Code generator imporved to process multiport WSDL's properly </li>
+  <li>Code generator improved to process multi-port WSDL's properly </li>
   <li>Packing and unpacking options for the code generated classes </li>
 </ol>
-<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools included in this Release</h3>
+<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools Included In This Release</h3>
 <ol type="1">
   <li> Axis2 Web Application (Web App) </li>
-  <li>WSDL2WS- eclipse Plugin/ Command line version/ Intellij IDEA Plugin </li>
-  <li>Service Archive Wizard- eclipse Plugin/ Intellij IDEA Plugin </li>
-  <li>Module Archive Wizard- eclipse Plugin </li>
+  <li>WSDL2WS- Eclipse plugin/ Command line version/ IntelliJ IDEA plugin </li>
+  <li>Service Archive Wizard- Eclipse plugin/ IntelliJ IDEA plugin </li>
+  <li>Module Archive Wizard- Eclipse plugin </li>
 </ol>
-<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's still to do?</h3>
+<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's Still To Do?</h3>
 <p>See list of what we think needs to be done, and consider helping out if you're interested &amp; able! </p>
 <ol type="1">
   <li> JAX-RPC 1.1 and/or JAX-WS compliance </li>
@@ -303,7 +304,7 @@
   <li>Management Interface for Axis2 </li>
   <li>Implementation of other Transports. </li>
   <li>Resource framework implementation (WS-RF) and Enterprise web services such as JSR 109 support </li>
-  <li>Completion of Interop tests </li>
+  <li>Completion of interop tests </li>
 </ol>
 <h2><a name="samples">Samples</a></h2>
 

Modified: webservices/axis2/trunk/java/xdocs/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/index.html?rev=367587&r1=367586&r2=367587&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/index.html Tue Jan 10 04:37:36 2006
@@ -42,80 +42,63 @@
 <p><b>11 January   2005 - Apache Axis2 Version 0.94 Released! (<a
 href="http://ws.apache.org/axis2/download.cgi">Download 0.94</a>)</b></p>
 <p>This release includes the following features:</p>
-<h3>Axis2 Complete Features List </h3>
+<h3 id="head-215f3945a40558f9ad055ed5b6601e8f93706558">Axis2 Complete Features List</h3>
 <ol type="1">
-      <li> AXIOM, an XML object model working on StAX (Streaming API for XML) parsing optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. </li>
-        <li>Support for One-Way Messaging (In-Only) and Request Response Messaging (In-Out) </li>
-        <li>Module Architecture, mechanism to extend the SOAP Processing Model </li>
-        <li>Module version support , can have multiple versions of the same module and use them depending on the requirement. </li>
-        <li>Content hierarchy </li>
-        <li>Archive based deployment Model and Directory based deployment model </li>
-        <li>JWS like deployment (making Java class into Web service) </li>
-        <li>WSDL Code Generation Tool for Stub and skeletons </li>
-        <li>WS-Addressing, both the submission (2004/08) and final (2005/08) versions </li>
-        <li>WSS4J module for security </li>
-        <li>Improved and user friendly Client API </li>
-        <li>WSDL2Java and Java2WSDL </li>
-        <li>REST (REpresentational State Transfer) Support </li>
-        <li>Transports supports: HTTP, SMTP, TCP, JMS </li>
-        <li>Raw XML providers </li>
-        <li>Support for MTOM/ MIME/ SwA </li>
-        <li>SAAJ implementation </li>
-        <li>DOOM - New Feature </li>
-        <li>Pack/Unpack capability for the generated code- New Feature </li>
-        <li>Axis Data Binding - ADB (Framework and Schema Compiler) </li>
-        <li>Numerous bug fixes since last release </li>
+  <li> AXIOM, an XML object model working on StAX (Streaming API for XML) parsing optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. </li>
+  <li>Support for One-Way Messaging (In-Only) and Request Response Messaging (In-Out) </li>
+  <li>Module Architecture, mechanism to extend the SOAP Processing Model </li>
+  <li>Module version support , can have multiple versions of the same module and use them depending on the requirement. </li>
+  <li>Content hierarchy </li>
+  <li>Archive based deployment Model and Directory based deployment model </li>
+  <li>JWS like deployment (making Java class into Web service) </li>
+  <li>WSDL Code Generation Tool for Stub and skeletons </li>
+  <li>WS-Addressing, both the submission (2004/08) and final (2005/08) versions </li>
+  <li>WSS4J module for security </li>
+  <li>Improved and user friendly Client API </li>
+  <li>WSDL2Java and Java2WSDL </li>
+  <li>REST (REpresentational State Transfer) Support </li>
+  <li>Transports supports: HTTP, SMTP, TCP, JMS </li>
+  <li>Raw XML providers </li>
+  <li>Support for MTOM/ MIME/ SwA </li>
+  <li>SAAJ implementation </li>
+  <li>DOOM - New Feature </li>
+  <li>Pack/Unpack capability for the generated code- New Feature </li>
+  <li>Axis Data Binding - ADB (Framework and Schema Compiler) </li>
+  <li>Numerous bug fixes since last release </li>
+</ol>
+<h3 id="head-5bb5aa099717d1d49642f7ae2d63ce5cf94487ad">Axis2 Experimental Features List</h3>
+<ol type="1">
+  <li> Sessions scoping for Application, SOAP, Transport and Request levels </li>
+  <li>Server side Web Service Policy support </li>
+  <li>?wsdl and ?xsd support </li>
+  <li>Generating ServiceClient for a given WSDL and invoke the corresponding service using generated client. </li>
+</ol>
+<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major Changes Since Last Release</h3>
+<ol type="1">
+  <li> Fixing of memory leaks </li>
+  <li>Client API changes , Introducing ServiceClient instead of MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note that the above classes will be deprecated in this release.) </li>
+  <li>Module versioning support , can have multiple versions of the same module and use them depending on the requirement. </li>
+  <li>Code generator improved to process multi-port WSDL's properly </li>
+  <li>Packing and unpacking options for the code generated classes </li>
+</ol>
+<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools Included In This Release</h3>
+<ol type="1">
+  <li> Axis2 Web Application (Web App) </li>
+  <li>WSDL2WS- Eclipse plugin/ Command line version/ IntelliJ IDEA plugin </li>
+  <li>Service Archive Wizard- Eclipse plugin/ IntelliJ IDEA plugin </li>
+  <li>Module Archive Wizard- Eclipse plugin </li>
+</ol>
+<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's Still To Do?</h3>
+<p>See list of what we think needs to be done, and consider helping out if you're interested &amp; able! </p>
+<ol type="1">
+  <li> JAX-RPC 1.1 and/or JAX-WS compliance </li>
+  <li>SOAP Encoding </li>
+  <li>Binary serialization and de-serialization support </li>
+  <li>Management Interface for Axis2 </li>
+  <li>Implementation of other Transports. </li>
+  <li>Resource framework implementation (WS-RF) and Enterprise web services such as JSR 109 support </li>
+  <li>Completion of interop tests </li>
 </ol>
-    <h3 id="head-5bb5aa099717d1d49642f7ae2d63ce5cf94487ad">Axis2 Experimental Features List</h3>
-    <ol type="1">
-      <li> Sessions scoping for Application, SOAP, Transport and Request levels </li>
-        <li>Server side Web Service Policy support </li>
-        <li>?wsdl and ?xsd support </li>
-        <li>Generating ServiceClient for a given WSDL and invoke the corresponding service using generated client. </li>
-    </ol>
-    <h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major changes since last release</h3>
-    <ol type="1">
-      <li> Fixing of memory leaks </li>
-        <li>Client API changes , Introducing ServiceClient instead of MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note that the above classes will be deprecated in this release.) </li>
-        <li>Module versioning support , can have multiple versions of the same module and use them depending on the requirement. </li>
-        <li>Code generator imporved to process multiport WSDL's properly </li>
-        <li>Packing and unpacking options for the code generated classes </li>
-    </ol>
-    <h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools included in this Release</h3>
-    <ol type="1">
-      <li> Axis2 Web Application (Web App) </li>
-        <li>WSDL2WS- eclipse Plugin/ Command line version/ Intellij IDEA Plugin </li>
-        <li>Service Archive Wizard- eclipse Plugin/ Intellij IDEA Plugin </li>
-        <li>Module Archive Wizard- eclipse Plugin </li>
-    </ol>
-    <h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's still to do?</h3>
-    <p>See list of what we think needs to be done, and consider helping out if you're interested &amp; able! </p>
-    <ol type="1">
-      <li> JAX-RPC 1.1 and/or JAX-WS compliance </li>
-        <li>SOAP Encoding </li>
-        <li>Binary serialization and de-serialization support </li>
-        <li>Management Interface for Axis2 </li>
-        <li>Implementation of other Transports. </li>
-        <li>Resource framework implementation (WS-RF) and Enterprise web services such as JSR 109 support </li>
-        <li>Completion of Interop tests </li>
-    </ol>
-    <h3><b><a name="_Toc96698079" id="_Toc96698079"></a><a name="WhatsStillToDo"
-id="WhatsStillToDo"></a>What's still to do?</b>
-  
-  </h3>
-    <p>See list of what we think needs to be done, and consider helping out if
-you're interested &amp; able!</p>
-<ul>
-  <li>JAX-RPC 1.1 and/or JAX-WS compliance</li>
-  <li>SOAP Encoding</li>
-  <li>Binary serialization and de-serialization support</li>
-  <li>Management Interface for Axis2</li>
-  <li>Implementation of other Transports.</li>
-  <li>Resource framework implementation (WS-RF) and Enterprise web services
-    such as JSR 109 support</li>
-  <li>Interop tests</li>
-</ul>
-
 <h2>Axis2 Background and Motivation</h2>
 
 <p>Axis1 was built under the assumption that other protocols such as