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/22 12:43:06 UTC

svn commit: r387842 - /webservices/axis2/trunk/java/release-notes.html

Author: chatra
Date: Wed Mar 22 03:43:01 2006
New Revision: 387842

URL: http://svn.apache.org/viewcvs?rev=387842&view=rev
Log:
updated release notes to 0.95

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

Modified: webservices/axis2/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/release-notes.html?rev=387842&r1=387841&r2=387842&view=diff
==============================================================================
--- webservices/axis2/trunk/java/release-notes.html (original)
+++ webservices/axis2/trunk/java/release-notes.html Wed Mar 22 03:43:01 2006
@@ -1,74 +1,94 @@
-<html>
-<head><title>:: Axis2 Release Notes ::</title></head>
-<body>
-<h1>Axis2 Release Notes</h1>
-
-This is Axis2 0.94 release of the Apache Axis2.
-
-<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</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>Java2WSDL</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>
-</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>
-<p>Axis2 is taking shape, this 0.94 release is a glimpse of 1.0 that should be coming 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, submitting 
-improvements to the documentation, and reporting bugs are always welcome.</p>
-<p>Thanks for your interest in Axis2!</p>
--- The Axis Development Team
-</body>
-</html>
-
- 
+<html>
+<head><title>:: Axis2 Release Notes ::</title></head>
+<body>
+<h1>Axis2 Release Notes</h1>
+
+<h2>This is Axis2 0.95 release of the Apache Axis2.</h2>
+
+<h3>Axis2 Complete Features List in this Release</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</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 start when application server get start up-<span style="color: #FF0000">New</span></li>
+ <li>Module dis-engagemnt support-<span style="color: #FF0000">New</span></li>
+ <li>Loading module (.mar) from classpath-<span style="color: #FF0000">New</span></li>
+</ol>
+
+<h4>Axis2 Experimental
+Features List</h4>
+
+<ol type="1">
+ <li>Sessions scoping for Application, SOAP, Transport and Request levels</li>
+ <li>Server side & 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>Changed the way of adding action to mapping (wsamapping) from parameter to child element so with this version onward the way of adding mapping is as follows:</li>
+   <pre>
+   
+&lt;actionMapping&gt;MyMapping&lt;/actionMapping&gt;</pre>
+</ol>
+
+<h3>Tools Included In This
+Release</h3>
+<ol type="1">
+ <li>Axis2 Web Application (Web App)</li>
+ <li>WSDL2WS- eclipse Plugin/ Command line version</li>
+ <li>Service Archive Wizard- eclipse Plugin</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 &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>
+
+
+<p>Axis2 is taking shape, this 0.95 release is a glimpse of 1.0 that should be coming 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, submitting 
+improvements to the documentation, and reporting bugs are always welcome.</p>
+
+<p>Thanks for your interest in Axis2!</p>
+
+<strong>-The Axis Development Team</strong>
+</body>
+</html>
+
+