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 de...@apache.org on 2006/05/03 12:43:20 UTC

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

Author: deepal
Date: Wed May  3 03:43:17 2006
New Revision: 399245

URL: http://svn.apache.org/viewcvs?rev=399245&view=rev
Log:
fixing few mistakes in doc

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=399245&r1=399244&r2=399245&view=diff
==============================================================================
--- webservices/axis2/trunk/java/release-notes.html (original)
+++ webservices/axis2/trunk/java/release-notes.html Wed May  3 03:43:17 2006
@@ -1,72 +1,72 @@
-<html>
-<head>
-  <meta http-equiv="content-type" content="">
-  <title>:: Axis2 Release Notes ::</title>
-</head>
-
-<body>
-<h1>Axis2 Release Notes</h1>
-
-<h2>This is the Apache Axis2 1.0 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>Contextt 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 (Apache Rampart)</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 and RPC providers</li>
-  <li>Support for MTOM/ MIME/ SwA</li>
-  <li>SAAJ implementation</li>
-  <li>DOOM (OM DOM implementation)</li>
-  <li>Pack/Unpack capability for the generated code</li>
-  <li>Axis Data Binding - ADB (Framework and Schema Compiler)</li>
-  <li>Transport framework improvements (ListenerManager)</li>
-  <li>Module disengagemnt support</li>
-  <li>Loading modules (.mar files) from classpath</li>
-  <li>Sessions scoping for Application, SOAP, Transport and Request
-  levels</li>
-  <li>Server side and client side Web service Policy support</li>
-  <li>?wsdl and ?xsd support</li>
-  <li>Dynamic ServiceClient generation for a given WSDL and invoking the
-    corresponding service using generated client</li>
-  <li>WSDL fault handling (fault code generation)</li>
-  <li>SOAP 1.1 &amp; 1.2 and HTTP binding generation (?wsdl)</li>
-  <li>Streaming Attachments support for MTOM (SOAP Message Transmission
-    Optimization Mechanism)</li>
-  <li>URL based deployment mechanism (starting Axis with remote
-  repository)</li>
-  <li>Unexpanded war support (location of axis2.xml and repository can be
-    specified in web.xml )</li>
-</ol>
-<!--<h4>Experimental Features List</h4>
-<ol type="1">
-</ol>-->
-<!--<h3>Major Changes Since Last Release</h3>
-<ol type="1">
-</ol>-->
-
-<p>Alas Apache Axis2 1.0 version is released! 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>Thank you for your interest in Axis2.</p>
-<strong><em>-The Axis2 Development Team</em></strong></body>
-</html>
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>:: Axis2 Release Notes ::</title>
+</head>
+
+<body>
+<h1>Axis2 Release Notes</h1>
+
+<h2>This is the Apache Axis2 1.0 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>Context 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 (Apache Rampart)</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 and RPC providers</li>
+  <li>Support for MTOM/ MIME/ SwA</li>
+  <li>SAAJ implementation</li>
+  <li>DOOM (OM DOM implementation)</li>
+  <li>Pack/Unpack capability for the generated code</li>
+  <li>Axis Data Binding - ADB (Framework and Schema Compiler)</li>
+  <li>Transport framework improvements (ListenerManager)</li>
+  <li>Module disengagemnt support</li>
+  <li>Loading modules (.mar files) from classpath</li>
+  <li>Sessions scoping for Application, SOAP, Transport and Request
+  levels</li>
+  <li>Server side and client side Web service Policy support</li>
+  <li>?wsdl and ?xsd support</li>
+  <li>Dynamic ServiceClient generation for a given WSDL and invoking the
+    corresponding service using generated client</li>
+  <li>WSDL fault handling (fault code generation)</li>
+  <li>SOAP 1.1 &amp; 1.2 and HTTP binding generation (?wsdl)</li>
+  <li>Streaming Attachments support for MTOM (SOAP Message Transmission
+    Optimization Mechanism)</li>
+  <li>URL based deployment mechanism (starting Axis with remote
+  repository)</li>
+  <li>Unexpanded war support (location of axis2.xml and repository can be
+    specified in web.xml )</li>
+</ol>
+<!--<h4>Experimental Features List</h4>
+<ol type="1">
+</ol>-->
+<!--<h3>Major Changes Since Last Release</h3>
+<ol type="1">
+</ol>-->
+
+<p>Apache Axis2 1.0 version is released! 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>Thank you for your interest in Axis2.</p>
+<strong><em>-The Axis2 Development Team</em></strong></body>
+</html>