robj        01/07/13 11:09:17

  Modified:    targets/axis toc.html who.html
  Added:       targets/axis faq.html
  Log:
  Added FAQ.
  
  Revision  Changes    Path
  1.7       +1 -0      xml-site/targets/axis/toc.html
  
  Index: toc.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/toc.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- toc.html  2001/03/09 00:55:06     1.6
  +++ toc.html  2001/07/13 18:08:54     1.7
  @@ -2,6 +2,7 @@
   <body bgcolor="#ffffff" text="#000000">
   <b><a href="intro.html" target="body">Introduction</a></b>
   <br><b><a href="news.html" target="body">News</a></b>
  +<br><b><a href="faq.html" target="body">FAQ</a></b>
   <br>
   <br><b>Get Involved</b>
     <li> <a href="overview.html" target="body">Overview</a>
  
  
  
  1.10      +2 -1      xml-site/targets/axis/who.html
  
  Index: who.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/who.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- who.html  2001/03/15 14:44:49     1.9
  +++ who.html  2001/07/13 18:09:00     1.10
  @@ -35,7 +35,8 @@
   <li> <b>Jacek Kopecky</b> ([EMAIL PROTECTED]) <br>
   <li> <b>James Snell</b> ([EMAIL PROTECTED]) <br>
   <li> <b>Kevin Mitchell</b> ([EMAIL PROTECTED]) <br>
  -<li> <b>Matt Duflter</b> ([EMAIL PROTECTED]) <br>
  +<li> <b>Matt Duftler</b> ([EMAIL PROTECTED]) <br>
  +<li> <b>Rob Jellinghaus</b> ([EMAIL PROTECTED]) <br>
   <li> <b>Ryo Neyama</b> ([EMAIL PROTECTED]) <br>
   <li> <b>Sam Ruby</b> ([EMAIL PROTECTED]) <br>
   <li> <b>Sanjiva Weerawarana</b> ([EMAIL PROTECTED]) <br>
  
  
  
  1.1                  xml-site/targets/axis/faq.html
  
  Index: faq.html
  ===================================================================
  <html>
  <body bgcolor="#ffffff" text="#000000">
  <table width=100%><tr bgcolor="#82ADF6"><td>
  <b><font size=+2>
  Axis FAQ
  </font></b>
  </td></tr>
  </table>
  <p>
  
  These questions seem to be frequently asked.
  <p>
  <i>What is Axis? What is its relationship to Apache SOAP?</i>
  <blockquote>
  Axis is essentially Apache SOAP 3.0.  It is a from-scratch rewrite, designed
  around a streaming model (using SAX internally rather than DOM).  The 
intention
  is to create a more modular, more flexible, and higher-performing SOAP
  implementation (relative to Apache SOAP 2.0).
  </blockquote>
  <i>Why call it "Axis"?</i>
  <blockquote>
  The name "Axis" was chosen because, when the project started, the XML Protocol
  working group had not chosen a name for its protocol.
  The intent was for Axis to support SOAP 1+, XML-RPC, and XMLP (whatever it 
wound
  up being called), so calling it "Apache SOAP 3.0" would have missed the mark. 
  Recently, the XML Protocol working group decided to retain the
  SOAP name, so perhaps it would have been better to keep Axis as part of the 
Apache
  SOAP project.  C'est la vie.
  </blockquote>
  <i>Is Axis close to a release of some kind?</i>
  <blockquote>
  Yes, depending on who you ask :-)  The current code base already supports most
  of the standard interop tests.  There are a fairly large number of features
  remaining to be implemented (including SOAP attachments support, WSDL, SMTP,
  etc.), but work is underway on those, and it is likely there will be an alpha
  release (missing many of those features) in the very near future (as of
  13 July 2001).
  </blockquote>
  <i>What is Axis's status overall?</i>
  <blockquote>
  To keep track of Axis's progress:
  <li><a href="http://www.apache.org/~rubys/ApacheClientInterop.html";>Sam 
Ruby's Axis/SOAP interop page</a></li>
  <li><a 
href="http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-axis/java/docs/requirements.html?content-type=text/html";>The
 requirements &amp; status page.</a></li>
  </blockquote>
  </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to