stevel 2002/11/01 11:21:31 Modified: java/docs reading.html Log: new section on axis and internals, new books section. Revision Changes Path 1.8 +42 -15 xml-axis/java/docs/reading.html Index: reading.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/reading.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- reading.html 6 Oct 2002 03:33:45 -0000 1.7 +++ reading.html 1 Nov 2002 19:21:31 -0000 1.8 @@ -22,6 +22,38 @@ <img SRC="axis.jpg" height=96 width=176></h1></center> <h1>Recommended Reading</h1> + +Here are things you can read to understand and use Axis better. Remember, +you also have access to all the source if you really want to find out how +things work (or why they don't). + +<a name="axis"> +<h2>Axis installation, use and internals</h2> +</a> +<ol> + +<li> + <a href="http://www.pankaj-k.net/axis4tag/"> + Web Services with JAX-RPC and Apache Axis.</a><br> + by Pankaj Kumar. + Starting with a 10000 ft. view of Web Services, prior technologies, current and emerging + standards, it quickly gets into the nitty-gritties of using JAX-RPC and Apache Axis + for writing and executing programs. Has a nice coverage of different invocation styles -- + generated stubs, dynamic proxy and dynamic invocation interface. A good place to start + if you are new to Web Services and Axis. + <br/> + <br/> + The author also maintains a <a href="http://www.pankaj-k.net/webservices/index.html"> + Web Services Resource Page</a>. + +</li> + +<li><a href="http://www.sosnoski.com/presents/java-xml/axis/">Apache Axis SOAP for Java</a> +Dennis Sosnoski covers Axis. +<li><a href="http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html"> +Enabling SOAPMonitor in Axis 1.0</a>. How to turn the SOAP monitor on and off, and use it. +</ol> + <a name="specifications"> <h2>Specifications</h2> </a> @@ -140,24 +172,10 @@ </li> -<li> - <a href="http://www.pankaj-k.net/axis4tag/"> - Web Services with JAX-RPC and Apache Axis.</a><br> - by Pankaj Kumar. - Starting with a 10000 ft. view of Web Services, prior technologies, current and emerging - standards, it quickly gets into the nitty-gritties of using JAX-RPC and Apache Axis - for writing and executing programs. Has a nice coverage of different invocation styles -- - generated stubs, dynamic proxy and dynamic invocation interface. A good place to start - if you are new to Web Services and Axis. - <br/> - <br/> - The author also maintains a <a href="http://www.pankaj-k.net/webservices/index.html"> - Web Services Resource Page</a>. -</li> +</ol> -</ol> <a name="interop"> <h2>Interoperability</h2> </a> @@ -202,7 +220,16 @@ </a> </li> +<a name="books"> +<h2>Books</h2> +</a> + + +<li><i>AXIS: Next Generation Java SOAP</i> +by Romin Irani, May 2002. +<li><i>Building Web Services with Java: Making Sense of XML, SOAP, WSDL and UDDI</i> +Steve Graham et al, December 2001. </ol>