stevel 2002/10/04 16:59:03 Modified: java/docs reading.html Log: adding Mark's Axis slides, putting credits all through. This is ready to go into 1.0 if anyone wants to do the dirty work. Revision Changes Path 1.6 +10 -2 xml-axis/java/docs/reading.html Index: reading.html =================================================================== RCS file: /home/cvs/xml-axis/java/docs/reading.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- reading.html 4 Oct 2002 16:29:48 -0000 1.5 +++ reading.html 4 Oct 2002 23:59:03 -0000 1.6 @@ -78,6 +78,7 @@ <a href="http://radio.weblogs.com/0101679/stories/2002/03/16/aGentleIntroductionToSoap.html"> A Gentle Introduction to SOAP </a> + Sam Ruby tries not to scare people. </li> <li> <a href="http://radio.weblogs.com/0101679/stories/2002/02/15/aBusyDevelopersGuideToWsdl11.html"> @@ -85,11 +86,17 @@ </a><br> Quick intro to WSDL by the eponymous Sam Ruby. </li> +<li> + <a href="http://www.ociweb.com/javasig/knowledgebase/2002Sep/"> + Axis - an open source web service toolkit for Java</a><br> + by Mark Volkmann, Partner, Object Computing, Inc. A very good introduction + to SOAP and Axis. Highly Recommended. + <li> <a href="http://manning.com/antbook"> Java development with Ant </a><br> - + by Hatcher and Loughran. A book on Ant development which covers Web Service development with Axis, along with other topics relevant to Java developers using Ant. The Web Service chapter, chapter 15, is free to download. @@ -99,6 +106,7 @@ <a href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html"> When Web Services Go Bad </a><br> + Steve Loughran tries to scare people. A painful demonstration how deployment and system management are trouble spots in a production service, followed by an espousal of a deployment-centric development process. @@ -135,7 +143,7 @@ <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 --