rkellogg 2003/07/11 16:53:34
Modified: targets/axis who.html intro.html index.html faq.html
Log:
Updated all references to "AXIS" to "Axis" for consistence.
Revision Changes Path
1.6 +1 -1 ws-site/targets/axis/who.html
Index: who.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/who.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- who.html 28 Jun 2003 02:05:22 -0000 1.5
+++ who.html 11 Jul 2003 23:53:33 -0000 1.6
@@ -20,7 +20,7 @@
</tr>
</table>
<p>
- The AXIS Project operates on a meritocracy: the more you do,
+ The Axis Project operates on a meritocracy: the more you do,
the more responsibility you will obtain. This page lists all
of the people who have gone the extra mile and are
Committers. If you would like to get involved, the first step
1.9 +1 -1 ws-site/targets/axis/intro.html
Index: intro.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/intro.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- intro.html 19 Jun 2003 13:58:59 -0000 1.8
+++ intro.html 11 Jul 2003 23:53:33 -0000 1.9
@@ -16,7 +16,7 @@
Final </a> is now available (read the <a
href="http://cvs.apache.org/viewcvs.cgi/%7Echeckout%7E/xml-axis/java/release-notes.html">release
notes</a>)!
<hr>
-<p>Apache AXIS is an implementation of the SOAP ("Simple Object Access
+<p>Apache Axis is an implementation of the SOAP ("Simple Object Access
Protocol") <a href="http://www.w3.org/TR/SOAP" target="_top">submission</a>
to W3C.
<p>From the draft W3C specification:
1.2 +1 -1 ws-site/targets/axis/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 28 Jan 2003 13:28:13 -0000 1.1
+++ index.html 11 Jul 2003 23:53:33 -0000 1.2
@@ -1,7 +1,7 @@
<html>
<head>
<title>Apache Axis</title>
-<meta name="description" content="Apache AXIS is an implementation of the SOAP
("Simple Object Access Protocol") submission to W3C.">
+<meta name="description" content="Apache Axis is an implementation of the SOAP
("Simple Object Access Protocol") submission to W3C.">
<meta name="keywords" content="Apache, SOAP, WSDL, WSDL2Java, Java2WSDL, tcpmon,
Web Services, Java">
</head>
<frameset rows="122,*" border="0">
1.5 +3 -3 ws-site/targets/axis/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/ws-site/targets/axis/faq.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faq.html 25 Mar 2003 15:10:05 -0000 1.4
+++ faq.html 11 Jul 2003 23:53:33 -0000 1.5
@@ -57,7 +57,7 @@
<a href="#faq13">Where do I put my <typeMapping>/<beanMapping>
information?</a></li>
<li>
-<a href="#faq14">What is the relationship between JAXM and AXIS?</a></li>
+<a href="#faq14">What is the relationship between JAXM and Axis?</a></li>
<li>
<a href="#faq15">How does Axis figure out which deployed service to call?</a></li>
@@ -87,7 +87,7 @@
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
+<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>The first beta was released on March 15, 2002, the second
@@ -160,7 +160,7 @@
type mappings, and all services deployed in the Axis engine will be able
to use them. Alternately, you can place them inside your <service>
tag, and then the mappings will only be accessible by that particular
service.</blockquote>
-<a NAME="faq14"></a><i>What is the relationship between JAXM and AXIS?</i>
+<a NAME="faq14"></a><i>What is the relationship between JAXM and Axis?</i>
<blockquote>JAXM is a specification (NB. not an implementation) of two
sets of interfaces: javax.xml.soap and javax.xml.messaging.
Recently, the former set has been moved to its own specification,