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 ro...@apache.org on 2004/11/02 06:41:15 UTC

cvs commit: ws-axis/c/docs/index index.html download.html

roshan      2004/11/01 21:41:15

  Added:       c/docs/index index.html download.html
  Log:
  Added index.html & documentation.html to index folder. Added by Rangika
  
  Revision  Changes    Path
  1.1                  ws-axis/c/docs/index/index.html
  
  Index: index.html
  ===================================================================
  <html>
  <head>
    <meta http-equiv="Content-Type" content="text/html">
    <title>Axis C++ 1.3 Final is Available!</title>
  </head>
  
  <body>
  <h1>Axis C++ 1.3 Final </h1>
  
  <p><a href="index/download.html">Download Axis C++</a></p>
  <br>
  
  <p>Axis C++ 1.3 includes the following features in addition to the core engine:</p> <br>
  <p><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> </p>
  <br> <br>
  
  <h1>Key features of Axis C++ 1.3</h1>
  <p><b><li>Parser and Transport abstraction layers</li></b>  <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. 
  
  <p><b><li>Pull Parser Model </li></b> <br>
  Axis C++ uses SAX (event-based) pull parsing model to achieve significant speeds. <br> <br>
  
  <b><li>XML Parsers</li></b> <br>
  Both Expat parser and Xerces parser are supported. Any other XML parser could be seamlessly integrated with the parser abstraction layer <br> <br>
  <b><li>Speedier client transport</li></b> <br>
  Axis C++ is now equipped with a client transport that has proved to be much faster than its early implementations. <br> <br>
  <b><li>Apache modules</li> </b> <br>
  Both Apache 1.3.x releases and Apache 2.0.x releases of the most widely used web servers are supported. <br> <br>
  <b><li>Multiple platforms</li></b> <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>
  <b><li>WSDL support</li></b> <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>
  
  <b><li>Documentation </li> </b> <br> 
  The Linux Installation Guide,Linux User Guide,Windows Installation Guide,Windows User Guide & Windows Developers Guide have been modified and WSDL2WS Tool Guide,Memory Management Guide & ANT Build Guide was added to the site. <br> <br>
  <b><li>Self sufficient</li></b> <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>
  
  <b><li>Interoperability</li></b> <br>
  Numerous tests have been done to test the ability of Axis C++ client side to interoperate 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. 
  </p>
  
  <p>We hope you will enjoy using Axis C++. <br> <br>
   Numerous efforts are currently underway to improve Axis C++ as a whole. Please have a look at the <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisCpp_TODO">TODO page </a> to learn about 1.4 and 1.5 plans for Axis C++. <br> <br>
  We value your feed back very much. </p> <br> 
  <p>Please report any bugs in <a href="http://nagoya.apache.org/jira/secure/Dashboard.jspa">Jira</a> and feel free to let us know your thoughts and/or problems in <a href="mailto:axis-c-user@ws.apache.org">axis-c-user@ws.apache.org</a> <br> <br>
  We welcome you to contribute to Axis C++ and  please join the  discussions in <a href="mailto:axis-c-dev@ws.apache.org">axis-c-dev@ws.apache.org</a>
  </p>
  
  
  
  
  
  
  
  
  </body>
  </html>
  
  
  
  
  
  1.1                  ws-axis/c/docs/index/download.html
  
  Index: download.html
  ===================================================================
  <html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Axis C++ download page</title>
    <meta name="generator" content="amaya 8.1b, see http://www.w3.org/Amaya/">
  </head>
  
  <body>
  <h1>Download Axis C++</h1>
  
  <p></p>
  
  <p><a href="http://www.apache.org/dist/ws/axis-c/">Direct Link</a></p>
  
  <p>(Direct link to a Axis C++ distribution folder)</p>
  
  <p></p>
  
  <p><a href="http://www.apache.org/dyn/closer.cgi">Mirror Sites</a></p>
  
  <p>(Click on the address of a mirror. Once you are presented with the
  contents of the dist folder, click on the "ws" folder.<br>
  Then click on "axis-c" to find the distribution)</p>
  </body>
  </html>