roshan 2004/10/22 22:10:09
Modified: targets/axis/cpp index.pdf index.html
Log:
Completely modified the index.html. Modified by Rangika
Revision Changes Path
1.15 +53 -134 ws-site/targets/axis/cpp/index.pdf
<<Binary file>>
1.16 +91 -44 ws-site/targets/axis/cpp/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/cpp/index.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- index.html 17 Sep 2004 06:01:19 -0000 1.15
+++ index.html 23 Oct 2004 05:10:09 -0000 1.16
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="../skin/mysite.css" type="text/css">
<link rel="stylesheet" href="../skin/site.css" type="text/css">
<link media="print" rel="stylesheet" href="../skin/print.css" type="text/css">
-<title>Axis C++ 1.3 Beta is Available!</title>
+<title>Axis C++ 1.3 is Available!</title>
</head>
<body bgcolor="white" class="composite">
<!--================= start Banner ==================-->
@@ -272,62 +272,109 @@
<div id="bodycol">
<div class="app">
<div align="center">
-<h1>Axis C++ 1.3 Beta is Available!</h1>
+<h1>Axis C++ 1.3 is Available!</h1>
</div>
<div class="h3">
<div class="h3">
-<h3>Axis C++ 1.3 Beta is Available!</h3>
+<h3>Axis C++ 1.3</h3>
</div>
-<p>(September 15, 2004)</p>
<p>
-<br>
+<a href="download.html">Download Axis C++</a>
</p>
-<div class="h3">
-<h3>Axis C++ 1.3 Alpha is Available!</h3>
-</div>
-<p>(August 18, 2004)</p>
-<p>
+<p>Axis C++ 1.3 includes the following features in addition to the core engine</p>
<br>
-</p>
-<div class="h3">
-<h3>Axis C++ 1.2 is Available!</h3>
-</div>
-<p>(July 09, 2004)</p>
-<p>
+<ul>
+<li>A simple stand-alone server, known as simple_axis_server</li>
+<li>Apache web server modules, to help deploy services</li>
+<li>Supports the Web Service Description Language (WSDL)</li>
+<li>Emitter tooling that generates C/C++ source code from WSDL files</li>
+<li>Some sample programs, and a test framework</li>
+<li style="list-style: none">
<br>
-</p>
-<div class="h3">
-<h3>Axis C++ 1.2 Beta is Available!</h3>
-</div>
-<p>(June 29, 2004)</p>
-<p>
<br>
-</p>
+</li>
+</ul>
<div class="h3">
-<h3>Axis C++ 1.2 Alpha is Available!</h3>
+<h3>Key features of Axis C++ 1.3</h3>
</div>
-<p>(June 15, 2004)</p>
-<p>
+<ul>
+<li>
+<strong>Parser and Transport abstraction layers</strong>
+</li>
+<li style="list-style: none">
+<br> One could switch between parsers and different transport
implementations. This yields the user the much needed flexibility in choosing
different external libraries. Users could extend parser abstraction layer API and
transport abstraction layer API to implement their own parser/transport libs to suite
their custom requirements.</li>
+</ul>
+<ul>
+<li>
+<strong>Pull Parser Model</strong>
+</li>
+<li style="list-style: none">
+<br> Axis C++ uses SAX (event-based) pull parsing model to achieve
significant speeds.<br>
<br>
-</p>
-<div class="h4">
-<h4>What is Axis C++?</h4>
-</div>
-<p>Axis C++ is a SOAP implementation done in C++ which can be used as a SOAP
messaging server or client.</p>
-<p>While Axis C++ has adopted the general architecture of Axis java, it introduces
several core architectural features that is meant for increased performance.</p>
-<div class="h4">
-<h4>Developer Base</h4>
-</div>
-<p>Axis C++ was initiated by a group of developers from Sri Lanka and is the first
effort of it's kind in the country.<br>
-<br>The team consists of developers and other contributors sponsored by different
software companies.<br>
-</p>
-<p>The Axis C++ team hopes to attract a large user base and welcomes the
participation of other developers to make Axis C++ a success.</p>
-<p>
-<a href="download.html">Try out Axis C++!</a>
-</p>
-<p>
+</li>
+<li>
+<strong>XML Parsers</strong>
+</li>
+<li style="list-style: none">
+<br> Both Expat parser and Xerces parser are supported. Any other XML
parser could be seamlessly integrated with the parser abstraction layer<br>
<br>
-</p>
+<br>
+</li>
+</ul>
+<ul>
+<li>
+<strong>Speedier client transport</strong>
+</li>
+<li style="list-style: none">
+<br> Axis C++ is now equipped with a client transport that has proved
to be much faster than its early implementations.<br>
+<br>
+</li>
+<li>
+<strong>Apache modules</strong>
+</li>
+<li style="list-style: none">
+<br> Both Apache 1.3.x releases and Apache 2.0.x releases of the most
widely used web servers are supported.<br>
+<br>
+</li>
+<li>
+<strong>Multiple platforms</strong>
+</li>
+<li style="list-style: none">
+<br> Axis C++ have been tested on Linux and Windows platforms and
proved to work. Efforts are also underway to support platforms such as Solaris and
AIX, and so far, have had success with those platforms as well.<br>
+<br>
+<br>
+</li>
+</ul>
+<ul>
+<li>
+<strong>WSDL support</strong>
+</li>
+<li style="list-style: none">
+<br> Axis C++ WSDL processing tools are based on Axis Java 1.2 tools
and have improved complex types support. Both C and C++ source code generation is
supported.<br>
+<br>
+</li>
+<li>
+<strong>Improved documentation</strong>
+</li>
+<li style="list-style: none">
+<br>
+<br>
+</li>
+<li>
+<strong>Self sufficient</strong>
+</li>
+<li style="list-style: none">
+<br> Axis C++ is now equipped with simple_axis_server. Hence all one
needs additionally is an XML parser to try out Axis C++. (Not even Apache web server
is required if you do not plan to do high level deployment) Soon Axis C++ would have
its own implementation of a pull parser, with which core Axis C++ features could be
used without requiring any other external libraries.<br>
+<br>
+</li>
+<li>
+<strong>Interoperability</strong>
+</li>
+<li style="list-style: none">
+<br> Numerous tests have been done to test the ability of Axis C++
client side to inter operate with Axis Java server side and the results are
successful. Efforts are under way to make the Axis C++ server side to inter operate
with Axis Java client side. <br>
+<br>
+</li>
+</ul>
<div id="pdf" align="right">
<a href="index.pdf"><img alt="PDF" src="../skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>