You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/04/15 17:38:30 UTC

svn commit: r528994 - in /webservices/axis2/trunk/c/xdocs: archived_news.html index.html

Author: samisa
Date: Sun Apr 15 08:38:27 2007
New Revision: 528994

URL: http://svn.apache.org/viewvc?view=rev&rev=528994
Log:
Updated for 1.0.0

Modified:
    webservices/axis2/trunk/c/xdocs/archived_news.html
    webservices/axis2/trunk/c/xdocs/index.html

Modified: webservices/axis2/trunk/c/xdocs/archived_news.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/archived_news.html?view=diff&rev=528994&r1=528993&r2=528994
==============================================================================
--- webservices/axis2/trunk/c/xdocs/archived_news.html (original)
+++ webservices/axis2/trunk/c/xdocs/archived_news.html Sun Apr 15 08:38:27 2007
@@ -15,20 +15,86 @@
 <p>This page will contain information on previous releases running up to the
 latest.</p>
 
-<h2>Content</h2>
+<h2>Contents</h2>
 <ul>
-  <li><a href="#0.95">Version 0.95 -26th October 2006</a></li>
-  <li><a href="#0.94">Version 0.94 -3rd October 2006</a></li>
-  <li><a href="#0.93">Version 0.93-31st August 2006</a></li>
-  <li><a href="#0.92">Version 0.92- 16th June 2006</a></li>
-  <li><a href="#0.91">Version 0.91- 15th May 2006</a></li>
-  <li><a href="#0.90">Version 0.90- 31st March 2006</a></li>
-  <li><a href="#M0.5">Milestone version 0.5- 10th March 2006</a></li>
-  <li><a href="#M0.4">Milestone version 0.4- 17th February 2006</a></li>
-  <li><a href="#M0.3">Milestone version 0.3- 02nd February 2006</a></li>
-  <li><a href="#M0.2">Milestone version 0.2- 08th December 2005</a></li>
-  <li><a href="#M0.1">Milestone version 0.1- 25th November 2005</a></li>
+  <li><a href="#0.96">Version 0.96 - 22nd December 2006</a></li>
+  <li><a href="#0.95">Version 0.95 - 26th October 2006</a></li>
+  <li><a href="#0.94">Version 0.94 - 3rd October 2006</a></li>
+  <li><a href="#0.93">Version 0.93 - 31st August 2006</a></li>
+  <li><a href="#0.92">Version 0.92 - 16th June 2006</a></li>
+  <li><a href="#0.91">Version 0.91 - 15th May 2006</a></li>
+  <li><a href="#0.90">Version 0.90 - 31st March 2006</a></li>
+  <li><a href="#M0.5">Milestone version 0.5 - 10th March 2006</a></li>
+  <li><a href="#M0.4">Milestone version 0.4 - 17th February 2006</a></li>
+  <li><a href="#M0.3">Milestone version 0.3 - 02nd February 2006</a></li>
+  <li><a href="#M0.2">Milestone version 0.2 - 08th December 2005</a></li>
+  <li><a href="#M0.1">Milestone version 0.1 - 25th November 2005</a></li>
 </ul>
+
+<a name="0.96"></a>
+<h3>22nd December 2006 Axis2/C Version 0.96 Released</h3>
+<a href="download.cgi">Download 0.96</a>
+
+<h4>Key Features</h4>
+<ol>
+  <li>AXIOM, an XML object model 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>Description hierarchy (configuration, service groups, services,
+    operations and messages)</li>
+  <li>Directory based deployment model</li>
+  <li>Archive based deployment model</li>
+  <li>Context hierarchy (corresponding contexts to map to each level of
+    description hierarchy)</li>
+  <li>Raw XML message receiver</li>
+  <li>Module architecture, mechanism to extend the SOAP processing model</li>
+  <li>Module version support</li>
+  <li>Transports supports: HTTP
+    <ul>
+      <li>Both simple axis server and Apache2 httpd module for server
+      side</li>
+      <li>Client transport with ability to enable SSL support</li>
+    </ul>
+  </li>
+  <li>Service client and operation client APIs</li>
+  <li>REST support (HTTP POST case)</li>
+  <li>WS-Addressing, both the submission (2004/08) and final (2005/08)
+    versions</li>
+  <li>MTOM/XOP support</li>
+  <li>Code generation tool for stub and skeleton generation for a given WSDL
+    (based on Java tool)
+    <ul>
+      <li>Axis Data Binding (ADB) support</li>
+    </ul>
+  </li>
+  <li>Security module with UsernameToken support</li>
+  <li>REST support (HTTP GET case)</li>
+  <li>Dynamic invocation support (based on XML schema and WSDL
+    implementations)</li>
+  <li>Guththila pull parser support</li>
+  <li>WSDL2C code generation tool- with schema code generation (experimental)</li>
+  <li>TCP Monitor - C implementation (experimental)</li>
+  <li>Axis2/C Manual</li>
+</ol>
+
+<h4>Major Changes Since Last Release</h4>
+<ol>
+   <li>Major Memory leak fixes</li>
+   <li>Many Bug Fixes</li>
+   <li>Improvement to REST processing</li>
+   <li>Improvement to SOAP-Fault processing</li>
+   <li>Improvement to mod_axis2 library (plugged with apr pools)</li>
+   <li>Visual Studio 7.0 project</li>
+</ol>
+
+<h4>TODOs Remaining for 1.0</h4>
+<ol>
+  <li>Complete API documentation and API improvements</li>
+  <li>Fix further memory leaks</li>
+  <li>Put in place a comprehensive functional test framework</li>
+</ol>
+
 <a name="0.95"></a>
 
 <h3>26th October 2006 Axis2/C Version 0.95 Released</h3>

Modified: webservices/axis2/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?view=diff&rev=528994&r1=528993&r2=528994
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Sun Apr 15 08:38:27 2007
@@ -10,81 +10,77 @@
 <body xml:lang="en">
 <h1>Welcome to Apache Axis2/C</h1>
 
-<p>Axis2/C is an effort to implement <a
+<p>Apache Axis2/C is an effort to implement <a
 href="http://ws.apache.org/axis2/1_0/Axis2ArchitectureGuide.html">Axis2
 architecture</a>, in C. Axis2/C can be used to provide and consume Web
 Services.</p>
 
 <h2>Background and Motivation</h2>
 
-<p>This implementation provides another language option to consume and
-provide Web Services. Performance being its forte, Axis2/C is looking
-at broadening its horizon by providing extensions to popular open
-source scripting languages and web browsers.</p> 
+<p>This implementation provides C language option to consume and
+provide Web Services. Apache Axis2/C is looking
+at broadening its horizon by providing the ability to plug in and 
+embed into other software systems.
+</p> 
 
 <h2>Latest Release</h2>
 
-<h3>22nd December 2006 Axis2/C Version 0.96 Released</h3>
-<a href="download.cgi">Download 0.96</a>
+<h3>30h April 2007 - Apache Axis2/C Version 1.0.0 Released</h3>
+<a href="download.cgi">Download 1.0.0</a>
 
 <h4>Key Features</h4>
 <ol>
-  <li>AXIOM, an XML object model 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>Description hierarchy (configuration, service groups, services,
-    operations and messages)</li>
-  <li>Directory based deployment model</li>
-  <li>Archive based deployment model</li>
-  <li>Context hierarchy (corresponding contexts to map to each level of
-    description hierarchy)</li>
-  <li>Raw XML message receiver</li>
-  <li>Module architecture, mechanism to extend the SOAP processing model</li>
-  <li>Module version support</li>
-  <li>Transports supports: HTTP
-    <ul>
-      <li>Both simple axis server and Apache2 httpd module for server
-      side</li>
-      <li>Client transport with ability to enable SSL support</li>
-    </ul>
+   <li> Support for one-way messaging (In-Only) and request response messaging (In-Out) </li>
+   <li> Client APIs: Easy to use service client API and more advanced operation client API </li>
+   <li> Transports supported : HTTP 
+       <ul>
+         <li> Inbuilt HTTP server called simple axis server </li>
+         <li> Apache2 httpd module called mod_axis2 for server side </li>
+         <li> IIS module for server side </li>
+         <li> Client transport with ability to enable SSL support </li>
+         <li> libcurl based client transport </li>
+       </ul>
+   </li>
+   <li> Module architecture, mechanism to extend the SOAP processing model </li>
+   <li> WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, implemented as a module </li>
+   <li> MTOM/XOP support </li>
+   <li> AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has complete XML infoset support </li>
+   <li> XML parser abstraction
+       <ul>
+         <li> Libxml2 wrapper </li>
+         <li> Guththila pull parser support </li>
+       </ul>
+   </li>
+   <li> Both directory based and archive based deployment models for deploying services and modules </li>
+  <li> Description hierarchy providing access to static data of Axis2/C runtime (configuration, service groups, services, operations and messages) </li>
+  <li> Context hierarchy providing access to dynamic Axis2/C runtime information(corresponding contexts to map to each level of description hierarchy) </li>
+  <li> Message receiver abstraction
+      <ul>
+         <li> Inbuilt raw XML message receiver </li>
+      </ul>
   </li>
-  <li>Service client and operation client APIs</li>
-  <li>REST support (HTTP POST case)</li>
-  <li>WS-Addressing, both the submission (2004/08) and final (2005/08)
-    versions</li>
-  <li>MTOM/XOP support</li>
-  <li>Code generation tool for stub and skeleton generation for a given WSDL
-    (based on Java tool)
-    <ul>
-      <li>Axis Data Binding (ADB) support</li>
-    </ul>
+  <li> Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool)
+      <ul>
+         <li> Axis Data Binding (ADB) support </li>
+      </ul>
+  </li>
+  <li> Transport proxy support </li>
+  <li> REST support (more POX like) using both HTTP POST and GET </li>
+  <li> Comprehensive documentation
+       <ul>
+         <li> Axis2/C Manual </li>
+       </ul>
   </li>
-  <li>Security module with UsernameToken support</li>
-  <li>REST support (HTTP GET case)</li>
-  <li>Dynamic invocation support (based on XML schema and WSDL
-    implementations)</li>
-  <li>Guththila pull parser support</li>
-  <li>WSDL2C code generation tool- with schema code generation (experimental)</li>
-  <li>TCP Monitor - C implementation (experimental)</li>
-  <li>Axis2/C Manual</li>
 </ol>
 
 <h4>Major Changes Since Last Release</h4>
 <ol>
-   <li>Major Memory leak fixes</li>
-   <li>Many Bug Fixes</li>
-   <li>Improvement to REST processing</li>
-   <li>Improvement to SOAP-Fault processing</li>
-   <li>Improvement to mod_axis2 library (plugged with apr pools)</li>
-   <li>Visual Studio 7.0 project</li>
-</ol>
-
-<h4>TODOs Remaining for 1.0</h4>
-<ol>
-  <li>Complete API documentation and API improvements</li>
-  <li>Fix further memory leaks</li>
-  <li>Put in place a comprehensive functional test framework</li>
+   <li> Many Bug Fixes </li>
+   <li> IIS module for server side </li>
+   <li> libcurl based client transport </li>
+   <li> Improvements to overall API to make it more user friendly, stable and binary compatible </li>
+   <li> Transport proxy support </li>
+   <li> Memory leak fixes </li>
 </ol>
 
 <h2>Archived News</h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org