This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to tag 0.93 in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 1649071adda3c74617c777f053669f1c3ee82969 Author: Don Samisa Abeysinghe <[email protected]> AuthorDate: Thu Aug 31 14:11:53 2006 +0000 Fixed problems in docs, added news to index and added test to build to fix error --- build.sh | 2 +- xdocs/index.html | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- xdocs/svn.html | 14 +++++--------- 3 files changed, 59 insertions(+), 11 deletions(-) diff --git a/build.sh b/build.sh index 31fb712..bd8925f 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ AXIS2C_HOME=`pwd`/deploy AXIS2C=`pwd` export AXIS2C_HOME AXIS2C -./configure --prefix=${AXIS2C_HOME} --enable-tests=no --enable-trace=no --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include --with-apache2=/usr/local/apache2/include --with-apr=/usr/local/apache2/include +./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-trace=no --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include --with-apache2=/usr/local/apache2/include --with-apr=/usr/local/apache2/include make make install diff --git a/xdocs/index.html b/xdocs/index.html index 60cc9ba..f9d0440 100644 --- a/xdocs/index.html +++ b/xdocs/index.html @@ -26,6 +26,59 @@ extensions to popular open source scripting languages and web browsers.</p> <h2>Latest Release</h2> +<h3>31st August 2006 Axis2/C Version 0.93 Released</h3> +<a href="download.cgi">Download 0.93</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</li> + <ul> + <li> Both simple axis server and Apache2 httpd module for server side o Client transport with ability to + enable SSL support</li> + </ul> + <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)</li> + <ul> + <li> Axis Data Binding (ADB) support</li> + </ul> + <li> Security module with usernameToken support</li> + <li> REST support (HTTP GET case) - <strong>New</strong></li> + <li> Dynamic invocation support (based on XML schema and WSDL implementations) - <strong>New</strong></li> + </ol> + +<h4>Major Changes Since Last Release</h4> +<ol> + <li> REST support for HTTP GET case </li> + <li> XML Schema implementation</li> + <li> Woden/C implementation that supports both WSDL 1.1 and WSDL 2.0</li> + <li> Dynamic client invocation (given a WSDL, consume services dynamically)</li> + <li> Numerous improvements to API and API documentation</li> + <li> Many bug fixes, especially, many paths of execution previously untouched were tested along with + Sandesha2/C implementation</li> +</ol> +<h4>TODOs Remaining for 1.0</h4> +<ol> + <li> Complete API documentation and API improvements</li> + <li> Fix major memory leaks</li> + <li> Test codegen for both ADB and none cases</li> + <li> Put in place a comprehensive functional test framework</li> + <li> WSDL2C tool</li> +</ol> + +<h2>Archived News</h2> + <h3>16th June 2006 Axis2/C Version 0.92 Released</h3> <a href="download.cgi">Download 0.92</a> @@ -95,7 +148,6 @@ extensions to popular open source scripting languages and web browsers.</p> <li>WSDL2C</li> </ol> -<h2>Archived News</h2> <h3>15th May 2006 Axis2/C Version 0.91 Released</h3> diff --git a/xdocs/svn.html b/xdocs/svn.html index 5efa990..cb749fe 100644 --- a/xdocs/svn.html +++ b/xdocs/svn.html @@ -59,21 +59,17 @@ checkout Axis2/C trunk by running the following command:</p> <p>where 'repository URL' is one of the URLs from the previous list and 'folder name' is the name of the folder into which the source code is to be checked out.</p> - -<p></p> +<br/> <p>To update your working copy to the latest version from the repository execute:</p> - -<p><strong>svn update</strong>command</p> - -<p></p> +<p><strong>svn update</strong></p> +<br/> <p>If you would like to submit a patch, execute:</p> - <p><strong>svn diff</strong></p> - -<p>This would create a unified diff that could be attached to the Apache +<p>above command would create a unified diff that could be attached to the Apache Axis2/C JIRA issue tracker.</p> +<br/> </body> </html>
