stevel 2003/01/31 13:53:37
Modified: java/docs reading.html
Log:
a couple of external pointers
Revision Changes Path
1.13 +29 -3 xml-axis/java/docs/reading.html
Index: reading.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/reading.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- reading.html 17 Dec 2002 00:14:45 -0000 1.12
+++ reading.html 31 Jan 2003 21:53:37 -0000 1.13
@@ -45,6 +45,15 @@
Enabling SOAPMonitor in Axis 1.0</a>.<br>
Dennis Sosnoski on how to turn the SOAP monitor on and off, and use it to log
your
application.
+
+<li><a href="http://macromedia.com/support/jrun/extend/using_web_services/">
+Axis in JRrun</a><br>
+ Macromedia authored coverage of using Axis from inside JRun.
+
+<li><a href="http://www-106.ibm.com/developerworks/webservices/library/ws-eight/">
+Ask the magic eight ball</a><br>
+ Example of using an Axis service with various
+caller platforms/languages.
</ol>
<a name="specifications">
@@ -206,6 +215,7 @@
The W3C architects say how things should be done.
</li>
</ol>
+
<a name="books">
<h2>Books</h2>
</a>
@@ -213,7 +223,7 @@
<ol>
<li><i><a href="http://www.wrox.com/books/1861007531.htm">
-Beginning Java Web Services</a></i>
+Beginning Java Web Services</a></i><br>
Meeraj Kunnumpurath et al, Wrox Press, September 2002.<br>
An introductory book, with the early chapters focusing on Axis. <br>
The <a
href="http://www.wrox.com/books/sample-chapters/SampleChapter_1861007531.pdf">
@@ -239,7 +249,7 @@
<li>
<A href="http://www.wrox.com/books/toc/1861007159_toc.htm">
-<i>AXIS: Next Generation Java SOAP</i>
+<i>AXIS: Next Generation Java SOAP</i><br>
</A>
by Romin Irani and S Jeelani Bashna, Wrox Press, May 2002.<br>
The first nothing-but-Axis book.<br>
@@ -255,7 +265,7 @@
href="http://sams.com/catalog/product.asp?product_id={ABC81EE6-0D9F-4BD7-99DB-84F9C983ACF7}">
<i>
Building Web Services with Java: Making Sense of XML, SOAP, WSDL and UDDI</i>
-</A>
+</A><br>
Steve Graham et al, December 2001. <br>
Covering very early versions of Axis
along with other aspects of Web Service technologies. One of the
@@ -267,3 +277,19 @@
Authors, publishers: we welcome additions to this section of any books which
have some explicit coverage of Axis. Free paper/pdf copies and other forms of
bribery accepted.
+<a name="external">
+<h2>External Sites covering Web Services</h2>
+<ol>
+<li>
+<a href="http://www-106.ibm.com/developerworks/webservices/">
+
+IBM developerWorks Web Services corner</a><br>
+There are lots of interesting articles on Web Services here, many of which are
+Axis related. There is also a
+<a href="http://www-106.ibm.com/developerworks/webservices/library/ws-spec.html">
+listing of</a>
+ "all current open standards and specifications that define the Web services family
of protocols",
+ though Soap with Attachments is mysteriously absent.
+
+</li>
+</ol>