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/03/24 06:43:34 UTC

svn commit: r388385 - in /webservices/axis2/trunk/java: etc/project.xml release-notes.html xdocs/0_95/userguide1.html xdocs/archived_news.html xdocs/index.html xdocs/latest/userguide1.html

Author: chatra
Date: Thu Mar 23 21:43:33 2006
New Revision: 388385

URL: http://svn.apache.org/viewcvs?rev=388385&view=rev
Log:
made corrections

Modified:
    webservices/axis2/trunk/java/etc/project.xml
    webservices/axis2/trunk/java/release-notes.html
    webservices/axis2/trunk/java/xdocs/0_95/userguide1.html
    webservices/axis2/trunk/java/xdocs/archived_news.html
    webservices/axis2/trunk/java/xdocs/index.html
    webservices/axis2/trunk/java/xdocs/latest/userguide1.html

Modified: webservices/axis2/trunk/java/etc/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/etc/project.xml?rev=388385&r1=388384&r2=388385&view=diff
==============================================================================
--- webservices/axis2/trunk/java/etc/project.xml (original)
+++ webservices/axis2/trunk/java/etc/project.xml Thu Mar 23 21:43:33 2006
@@ -199,7 +199,7 @@
 			<organization>WSO2</organization>
 		</developer>
              <developer>
-			<name>Robert Iazarski</name>
+			<name>Robert Lazarski</name>
 			<email>robertlazarski AT gmail.com</email>
 			<organization>Brazil Outsource</organization>
 		</developer> 

Modified: webservices/axis2/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/release-notes.html?rev=388385&r1=388384&r2=388385&view=diff
==============================================================================
--- webservices/axis2/trunk/java/release-notes.html (original)
+++ webservices/axis2/trunk/java/release-notes.html Thu Mar 23 21:43:33 2006
@@ -1,103 +1,104 @@
-<html>
-<head><title>:: Axis2 Release Notes ::</title></head>
-<body>
-<h1>Axis2 Release Notes</h1>
-
-<h2>This is the Apache Axis2 0.95 release</h2>
-
-<h3>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 stubs 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</li>
- <li>Pack/Unpack capability for the generated code</li>
- <li>Axis Data Binding - ADB (Framework and Schema Compiler)</li>
- <li>Numerous bug fixes since last release</li>
- <li>Transport framework improvements (ListenerManager) - <span style="color: #FF0000">New</span></li>
- <li>AxisServlet auto starts when the application server starts up - <span style="color: #FF0000">New</span></li>
- <li>Module disengagemnt support - <span style="color: #FF0000">New</span></li>
- <li>Loading modules (.mar files) from classpath - <span style="color: #FF0000">New</span></li>
- <li>Sessions scoping for Application, SOAP, Transport and Request levels - <span style="color: #FF0000">New</span></li>
-</ol>
-
-<h4>Experimental
-Features List</h4>
-
-<ol type="1">
- <li>Server side and client 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>Major Changes Since
-Last Release</h3>
-
-<ol type="1">
-   <li>Transport framework improvements (ListenerManager)</li>
-   <li>The way to add an action mapping (wsamapping) has been moved from being a parameter to a child element. With this version onwards the way of adding an action mapping is as follows:</li>
-   <pre>
-   
-&lt;actionMapping&gt;MyMapping&lt;/actionMapping&gt;
-
-</pre>
-
-<li>Refactored following packages in Axiom:
-    <ul>
-     <li>org.apache.ws.commons.om.impl.llom.builder to org.apache.ws.commons.om.impl.builder</li>
-     <li>org.apache.ws.commons.om.impl.llom.mtom to org.apache.ws.commons.om.impl.mtom</li>
-     <li>org.apache.ws.commons.om.impl.llom.serialize to org.apache.ws.commons.om.impl.serialize</li>
-     <li>org.apache.ws.commons.om.impl.llom.traverse to org.apache.ws.commons.om.impl.traverse</li> 
-   </li>
-</ol>
-
-<h3>Tools Included In This
-Release</h3>
-<ol type="1">
- <li>Axis2 Web Application (Web App)</li>
- <li>WSDL2WS - Command line version</li>
-</ol>
-
-<h3>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 and 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>
-
-
-<p>Axis2 is taking shape, this 0.95 release is a glimpse of 1.0 that is coming soon. 
-If you happen to have a vision of how the next generation Web services platform should be, contribute to 
-Apache Axis2, and help us shape it. Any contribution in the form of coding, testing, submitting 
-improvements to the documentation, and reporting bugs are always welcome.</p>
-
-<p>Thanks for your interest in Axis2!</p>
-
-<strong><em>-The Axis2 Development Team</em></strong>
-</body>
-</html>
-
- 
+<html>
+<head><title>:: Axis2 Release Notes ::</title></head>
+<body>
+<h1>Axis2 Release Notes</h1>
+
+<h2>This is the Apache Axis2 0.95 release</h2>
+
+<h3>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 stubs 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</li>
+ <li>Pack/Unpack capability for the generated code</li>
+ <li>Axis Data Binding - ADB (Framework and Schema Compiler)</li>
+ <li>Numerous bug fixes since last release</li>
+ <li>Transport framework improvements (ListenerManager) - <span style="color: #FF0000">New</span></li>
+ <li>AxisServlet auto starts when the application server starts up - <span style="color: #FF0000">New</span></li>
+ <li>Module disengagemnt support - <span style="color: #FF0000">New</span></li>
+ <li>Loading modules (.mar files) from classpath - <span style="color: #FF0000">New</span></li>
+ <li>Sessions scoping for Application, SOAP, Transport and Request levels - <span style="color: #FF0000">New</span></li>
+</ol>
+
+<h4>Experimental
+Features List</h4>
+
+<ol type="1">
+ <li>Server side and client 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>Major Changes Since
+Last Release</h3>
+
+<ol type="1">
+   <li>Transport framework improvements (ListenerManager)</li>
+   <li>The way to add an action mapping (wsamapping) has been moved from being a parameter to a child element. With this version onwards the way of adding an action mapping is as follows:</li>
+   <pre>
+   
+&lt;actionMapping&gt;MyMapping&lt;/actionMapping&gt;
+
+</pre>
+
+<li>Refactored following packages in Axiom:
+    <ul>
+     <li>org.apache.ws.commons.om.impl.llom.builder to org.apache.ws.commons.om.impl.builder</li>
+     <li>org.apache.ws.commons.om.impl.llom.mtom to org.apache.ws.commons.om.impl.mtom</li>
+     <li>org.apache.ws.commons.om.impl.llom.serialize to org.apache.ws.commons.om.impl.serialize</li>
+     <li>org.apache.ws.commons.om.impl.llom.traverse to org.apache.ws.commons.om.impl.traverse</li>
+    </ul> 
+   </li>
+</ol>
+
+<h3>Tools Included In This
+Release</h3>
+<ol type="1">
+ <li>Axis2 Web Application (Web App)</li>
+ <li>WSDL2WS - Command line version</li>
+</ol>
+
+<h3>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 and 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>
+
+
+<p>Axis2 is taking shape, this 0.95 release is a glimpse of 1.0 that is coming soon. 
+If you happen to have a vision of how the next generation Web services platform should be, contribute to 
+Apache Axis2, and help us shape it. Any contribution in the form of coding, testing, submitting 
+improvements to the documentation, and reporting bugs are always welcome.</p>
+
+<p>Thanks for your interest in Axis2!</p>
+
+<strong><em>-The Axis2 Development Team</em></strong>
+</body>
+</html>
+
+ 

Modified: webservices/axis2/trunk/java/xdocs/0_95/userguide1.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_95/userguide1.html?rev=388385&r1=388384&r2=388385&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_95/userguide1.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_95/userguide1.html Thu Mar 23 21:43:33 2006
@@ -183,7 +183,8 @@
      <li>org.apache.ws.commons.om.impl.llom.builder to org.apache.ws.commons.om.impl.builder</li>
      <li>org.apache.ws.commons.om.impl.llom.mtom to org.apache.ws.commons.om.impl.mtom</li>
      <li>org.apache.ws.commons.om.impl.llom.serialize to org.apache.ws.commons.om.impl.serialize</li>
-     <li>org.apache.ws.commons.om.impl.llom.traverse to org.apache.ws.commons.om.impl.traverse</li> 
+     <li>org.apache.ws.commons.om.impl.llom.traverse to org.apache.ws.commons.om.impl.traverse</li>
+    </ul> 
    </li>
 </ol>
 
@@ -196,12 +197,12 @@
     version</a><!--<a>/</a><a
     href="tools\idea\Idea_plug-in_userguide.html#WSDL2Java_Code_Generation" target="_blank">IntelliJ
     IDEA plugin</a>--></li>
-  <li>Service Archive Wizard- <a
-    href="ServiceArchiveToolReference.html" target="_blank">Eclipse plugin</a><!--/ <a
+  <!--<li>Service Archive Wizard- <a
+    href="ServiceArchiveToolReference.html" target="_blank">Eclipse plugin</a>/ <a
     href="tools\idea\Idea_plug-in_userguide.html#Create_Service_Archive" target="_blank">IntelliJ
     IDEA plugin</a>--></li>
 </ol>
-<a href="http://ws.apache.org/axis2/download.cgi" target="_blank">Download</a> above plugins
+<p><a href="http://ws.apache.org/axis2/download.cgi" target="_blank">Download</a> above plugins</p>
 
 <h3><a name="What's_still_to_do_">What's Still To Do?</a></h3>
 

Modified: webservices/axis2/trunk/java/xdocs/archived_news.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/archived_news.html?rev=388385&r1=388384&r2=388385&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/archived_news.html (original)
+++ webservices/axis2/trunk/java/xdocs/archived_news.html Thu Mar 23 21:43:33 2006
@@ -27,13 +27,12 @@
   <li><a href="#M1">24 February 2005 - Milestone 1</a></li>
 </ul>
 <a name="0_94"></a>
-<h2>11 January 2006 - Apache Axis2 Version 0.94 Released! (<a
-href="http://ws.apache.org/axis2/download.cgi">Download 0.94</a>)</h2>
+<h2>11 January 2006 - Apache Axis2 Version 0.94 Released!</h2>
+<p>(<a href="http://ws.apache.org/axis2/download.cgi">Download 0.94</a>)</p>
 
 <p>This release includes the following features:</p>
 
-<h3 id="head-215f3945a40558f9ad055ed5b6601e8f93706558">Complete Features
-List</h3>
+<h3 id="head-215f3945a40558f9ad055ed5b6601e8f93706558">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
@@ -110,11 +109,10 @@
   <li>Completion of interop tests</li>
 </ol>
 <a name="0_93"></a>
-<h2>02 December 2005 - Apache Axis2 Version 0.93 Released! ( <a
-href="http://ws.apache.org/axis2/download.cgi">Download 0.93</a>)</h2>
+<h2>02 December 2005 - Apache Axis2 Version 0.93 Released!</h2>
+<p>(<a 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.93
+<p>Axis2 is becoming more and more stable. This 0.93
 release contains the following additional features:</p>
 <ul>
   <li>JDK 1.5 compatibility</li>
@@ -148,12 +146,10 @@
 before a 1.0 release include: SOAP 1.1 and 1.2 validation, Our own data
 binding implementation, WSDL Generation.
 <a name="0_92"></a>
-<h2>26 September 2005 - Apache Axis2 Version 0.92 Released! <a
-href="http://ws.apache.org/axis2/download.cgi">(Download 0.92)</a></h2>
+<h2>26 September 2005 - Apache Axis2 Version 0.92 Released!</h2>
+<p><a href="http://ws.apache.org/axis2/download.cgi">(Download 0.92)</a></p>
 
-<p>Axis2 is becoming more and more stable. <a
-href="releases.html#0.9">Download it!</a> This 0.92 release is a glimpse of
-1.0 that should be coming soon. This 0.92 release contains the following
+<p>This 0.92 release contains the following
 additional features:</p>
 <ul>
   <li>WS-Security support using WSS4J</li>
@@ -175,12 +171,10 @@
 completed before a 1.0 release include: SOAP 1.1 and 1.2 validation, Our own
 data binding implementation, WSDL Generation.</em></p>
 <a name="0_91"></a>
-<h2>12 August 2005 - Apache Axis2 Version 0.91 Released! <a
-href="http://ws.apache.org/axis2/download.cgi">(Download 0.91)</a></h2>
+<h2>12 August 2005 - Apache Axis2 Version 0.91 Released!</h2>
+<p><a href="http://ws.apache.org/axis2/download.cgi">(Download 0.91)</a></p>
 
-<p>Axis2 is becoming more and more stable. <a
-href="http://ws.apache.org/axis2/download.cgi">Download it!</a> This 0.91
-release is a glimpse of 1.0 that should be coming soon. This 0.91 release
+<p>This 0.91 release is a glimpse of 1.0 that should be coming soon. This 0.91 release
 contains the following additional features:</p>
 <ul>
   <li>File Caching for MTOM</li>
@@ -191,10 +185,9 @@
   <li>Numerous bug fixes</li>
 </ul>
 <a name="0_90"></a>
-<h2>02 July 2005 - Apache Axis2 Version 0.9 Released! <a
-href="releases.html#0.9">(Download 0.9)</a></h2>
-
-<p>Axis2 is taking shape. <a href="releases.html#0.9">Download it!</a> This
+<h2>02 July 2005 - Apache Axis2 Version 0.9 Released!</h2>
+<p><a href="http://ws.apache.org/axis2/download.cgi">(Download 0.9)</a></p>
+<p>Axis2 is taking shape. This
 0.9 release is a glimpse of 1.0 that should be coming soon. This 0.9 release
 contains the following additional features:</p>
 <ul>

Modified: webservices/axis2/trunk/java/xdocs/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/index.html?rev=388385&r1=388384&r2=388385&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/index.html Thu Mar 23 21:43:33 2006
@@ -49,8 +49,8 @@
 
 <h2>Latest Release</h2>
 
-<h3>23 March 2006 - Apache Axis2 Version 0.95 Released! (<a
-href="http://ws.apache.org/axis2/download.cgi">Download 0.95</a>)</h3>
+<h3>23 March 2006 - Apache Axis2 Version 0.95 Released!</h3>
+<p>(<a href="http://ws.apache.org/axis2/download.cgi">Download 0.95</a>)</p>
 
 <p>This release includes the following features:</p>
 
@@ -111,8 +111,8 @@
      <li>org.apache.ws.commons.om.impl.llom.mtom to org.apache.ws.commons.om.impl.mtom</li>
      <li>org.apache.ws.commons.om.impl.llom.serialize to org.apache.ws.commons.om.impl.serialize</li>
      <li>org.apache.ws.commons.om.impl.llom.traverse to org.apache.ws.commons.om.impl.traverse</li> 
-   </li>
-     </ul>
+   </ul>
+</li>
 </ol>
 
 <h4 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools Included In This
@@ -120,7 +120,7 @@
 <ol type="1">
  <li>Axis2 Web Application (Web App)</li>
  <li>WSDL2WS- Command line version</li>
- <li>Service Archive Wizard- eclipse Plugin</li>
+ <!--<li>Service Archive Wizard- eclipse Plugin</li>-->
 </ol>
 
 <h4 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's Still To
@@ -184,8 +184,8 @@
 set of options for client-server interaction.</p>
 
 <h2>Archived News</h2>
-<h3>11 January 2006 - Apache Axis2 Version 0.94 Released! (<a
-href="http://ws.apache.org/axis2/download.cgi">Download 0.94</a>)</h3>
+<h3>11 January 2006 - Apache Axis2 Version 0.94 Released!</h3>
+<p>(<a href="http://ws.apache.org/axis2/download.cgi">Download 0.94</a>)</p>
 
 <p>This release includes the following features:</p>
 
@@ -267,11 +267,10 @@
 </ol>
 
 
-<h3>02 December 2005 - Apache Axis2 Version 0.93 Released! ( <a
-href="http://ws.apache.org/axis2/download.cgi">Download 0.93</a>)</h3>
+<h3>02 December 2005 - Apache Axis2 Version 0.93 Released!</h3>
+<p>(<a 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.93
+<p>Axis2 is becoming more and more stable. This 0.93
 release contains the following additional features:</p>
 <ul>
   <li>JDK 1.5 compatibility</li>
@@ -303,6 +302,6 @@
 before a 1.0 release include: SOAP 1.1 and 1.2 validation, Our own data
 binding implementation, WSDL Generation.
 
-<h3 align="right"><a href="archived_news.html" target="_blank">See more Archived News >></a></h3>
+<p align="right"><a href="archived_news.html" target="_blank">See more Archived News &gt;&gt;</a></p>
 </body>
 </html>

Modified: webservices/axis2/trunk/java/xdocs/latest/userguide1.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/latest/userguide1.html?rev=388385&r1=388384&r2=388385&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/userguide1.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/userguide1.html Thu Mar 23 21:43:33 2006
@@ -184,7 +184,8 @@
      <li>org.apache.ws.commons.om.impl.llom.mtom to org.apache.ws.commons.om.impl.mtom</li>
      <li>org.apache.ws.commons.om.impl.llom.serialize to org.apache.ws.commons.om.impl.serialize</li>
      <li>org.apache.ws.commons.om.impl.llom.traverse to org.apache.ws.commons.om.impl.traverse</li> 
-   </li>
+   </ul>
+ </li>
 </ol>
 
 <h3><a name="Tools_included_in this_Release">Tools Included In This
@@ -196,12 +197,12 @@
     version</a><!--<a>/</a><a
     href="tools\idea\Idea_plug-in_userguide.html#WSDL2Java_Code_Generation" target="_blank">IntelliJ
     IDEA plugin</a>--></li>
-  <li>Service Archive Wizard- <a
-    href="ServiceArchiveToolReference.html" target="_blank">Eclipse plugin</a><!--/ <a
+  <!--<li>Service Archive Wizard- <a
+    href="ServiceArchiveToolReference.html" target="_blank">Eclipse plugin</a>/ <a
     href="tools\idea\Idea_plug-in_userguide.html#Create_Service_Archive" target="_blank">IntelliJ
     IDEA plugin</a>--></li>
 </ol>
-<a href="http://ws.apache.org/axis2/download.cgi" target="_blank">Download</a> above plugins
+<p><a href="http://ws.apache.org/axis2/download.cgi" target="_blank">Download</a> above plugins</p>
 
 <h3><a name="What's_still_to_do_">What's Still To Do?</a></h3>