dchappell 2002/09/26 07:02:23
Modified: java/docs user-guide.html subsystems.jpg
architecture-guide.html
Log:
Updated user guide and architecture guide to reflect addition of JMS as a
sibling transport to HTTP and SMTP
Revision Changes Path
1.72 +3 -1 xml-axis/java/docs/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- user-guide.html 24 Sep 2002 13:12:26 -0000 1.71
+++ user-guide.html 26 Sep 2002 14:02:21 -0000 1.72
@@ -142,9 +142,10 @@
<li>Preliminary support for the <b>SOAP with Attachments</b> specification</li>
<li> An EJB provider for accessing EJB's as Web Services</li>
<li> HTTP servlet-based transport</li>
+ <li> JMS based transport</li>
<li> Standalone version of the server (with HTTP support)</li>
<li> Examples, including a client and server for the soapbuilders community
- interoperability tests and experimental TCP and file-based transports.</li>
+ interoperability tests and experimental TCP, JMS, and file-based
transports.</li>
</ul>
<h3> What's missing?</h3>
@@ -1374,6 +1375,7 @@
<li>org.apache.axis.encoding.ser.SimpleDeserializer</li>
<li>org.apache.axis.session.Session</li>
<li>org.apache.axis.transport.http.SimpleAxisServer</li>
+<li>org.apache.axis.transport.jms.SimpleJMSListener</li>
<li>org.apache.axis.utils.BeanProperty</li>
<li>org.apache.axis.wsdl.WSDL2Java</li>
<li>org.apache.axis.wsdl.Java2WSDL</li>
1.4 +82 -157 xml-axis/java/docs/subsystems.jpg
<<Binary file>>
1.17 +1 -1 xml-axis/java/docs/architecture-guide.html
Index: architecture-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/architecture-guide.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- architecture-guide.html 4 Sep 2002 22:47:03 -0000 1.16
+++ architecture-guide.html 26 Sep 2002 14:02:22 -0000 1.17
@@ -152,7 +152,7 @@
<p>The following diagram shows the layering of subsystems. The lower layers
are independent of the higher layers. The 'stacked' boxes represent mutually
independent, although not necessary mutually exclusive, alternatives. For
-example, the HTTP and SMTP transports are independent of each other but
+example, the HTTP, SMTP, and JMS transports are independent of each other but
may be used together.
<p><img SRC="subsystems.jpg">
<p>