Hi all,
I have updated user-guide.html and architecture-guide.html to make
references to JMS where appropriate.  I also updated the diagram in
subsystems.jpg (in attached zip file) to reflect JMS as one of the
tranpsport options alongside of HTTP and SMTP.  Attached are the files
and  a diff, if anyone would like to look at them.  

What's not clear to me in this lockdown mode what doc changes are
possible.  I would still like to write up something about how to use the
transport itself and how to run the sample.  Any suggestions on what
other docs would warrant changing?

I seem to have my account set up, and figured out my CVS setup.  Can I
just commit these myself?
Dave

Attachment: patch.zip
Description: Zip compressed data

? diff.txt
? patch.zip
Index: java/docs/architecture-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/architecture-guide.html,v
retrieving revision 1.16
diff -u -r1.16 architecture-guide.html
--- java/docs/architecture-guide.html   4 Sep 2002 22:47:03 -0000       1.16
+++ java/docs/architecture-guide.html   25 Sep 2002 23:15:39 -0000
@@ -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>
Index: java/docs/subsystems.jpg
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/subsystems.jpg,v
retrieving revision 1.3
diff -u -r1.3 subsystems.jpg
Binary files /tmp/cvsMsU0aL and subsystems.jpg differ
Index: java/docs/user-guide.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
retrieving revision 1.71
diff -u -r1.71 user-guide.html
--- java/docs/user-guide.html   24 Sep 2002 13:12:26 -0000      1.71
+++ java/docs/user-guide.html   25 Sep 2002 23:15:40 -0000
@@ -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>

Reply via email to