glyn 02/03/11 03:42:40 Modified: targets/axis faq.html Log: Add table of contents to FAQ. Revision Changes Path 1.4 +73 -59 xml-site/targets/axis/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/faq.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- faq.html 11 Mar 2002 11:08:39 -0000 1.3 +++ faq.html 11 Mar 2002 11:42:40 -0000 1.4 @@ -1,63 +1,77 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> -<body bgcolor="#ffffff" text="#000000"> -<table width=100%><tr bgcolor="#82ADF6"><td> -<b><font size=+2> -Axis FAQ -</font></b> -</td></tr> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="GENERATOR" content="Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686) [Netscape]"> +</head> +<body text="#000000" bgcolor="#FFFFFF"> + +<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. -<p> -(According to the README, AXIS stands for "Apache eXtensible Interaction System", -which could mean almost anything.) -</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 & status page.</a></li> -</blockquote> -<i>Why do some classes fail to load under Tomcat?</i> -<blockquote> -Tomcat will not load classes with package names starting "java." or "javax." from the WEB-INF -directory. jars containing such classes need to be installed in $TOMCAT_HOME/common/lib -rather than in WEB-INF/lib. Currently (21 Feb. 2002), axis.jar is such a jar. -</blockquote> -<i>What if I can't find the answer to my question here?</i> -<blockquote> -Try the <a href="mail.html" target="body">mailing lists</a>. -</blockquote> -<i>How do report bugs</i> -<blockquote> -See <a href="bugs.html" target="body">bugs</a>. -</blockquote> +<p>These questions seem to be frequently asked: +<ul> +<li><a href="#faq1">What is Axis? What is its relationship to Apache SOAP?</a></li> + +<li><a href="#faq2">Why call it "Axis"?</a></li> + +<li><a href="#faq3">Is Axis close to a release of some kind?</a></li> + +<li><a href="#faq4">What is Axis's status overall?</a></li> + +<li><a href="#faq5">Why do some classes fail to load under Tomcat?</a></li> + +<li><a href="#faq6">What if I can't find the answer to my question here?</a></li> + +<li><a href="#faq7">How do I report bugs?</a></li> +</ul> +<hr> +<a name="faq1"></a><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> +<a name="faq2"></a><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. +<p>(According to the README, AXIS stands for "Apache eXtensible Interaction +System", which could mean almost anything.)</blockquote> +<a name="faq3"></a><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. Some features remain to be +implemented, but we envisage a beta in the very near future +(as of 11 March 2002). +</blockquote> +<a name="faq4"></a><i>What is Axis's status overall?</i> +<blockquote>To keep track of Axis's progress: +<ul> +<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 & status page.</a></li> +</ul> +</blockquote> +<a name="faq5"></a><i>Why do some classes fail to load under Tomcat?</i> +<blockquote>Tomcat will not load classes with package names starting "java." +or "javax." from the WEB-INF directory. jars containing such classes need +to be installed in $TOMCAT_HOME/common/lib rather than in WEB-INF/lib. +Currently (21 Feb. 2002), axis.jar is such a jar.</blockquote> +<a name="faq6"><i>What if I can't find the answer to my question here?</i> +<blockquote>Try the <a href="mail.html" target="body">mailing lists</a>.</blockquote> +<a name="faq7"></a><i>How do I report bugs?</i> +<blockquote>See <a href="bugs.html" target="body">bugs</a>.</blockquote> + </body> -</html> +</html> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
