You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/10/02 05:21:18 UTC

cvs commit: xml-axis/java/docs reading.html

stevel      2002/10/01 20:21:18

  Modified:    java/docs reading.html
  Log:
  Updating the reading list. Pankaj Kumar provided the section on his paper. More content wanted!
  
  Revision  Changes    Path
  1.4       +47 -13    xml-axis/java/docs/reading.html
  
  Index: reading.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/reading.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- reading.html	3 Sep 2002 20:30:51 -0000	1.3
  +++ reading.html	2 Oct 2002 03:21:18 -0000	1.4
  @@ -29,13 +29,13 @@
   <li>
       <a href="http://www.w3.org/TR/SOAP/">
       SOAP Version 1.1
  -    </a>
  +    </a><br>
       Remember that SOAP1.1 is not an official W3C standard. 
   </li>
   <li>
       <a href="http://www.w3.org/TR/soap12-part0/">
       SOAP Version 1.2 Part 0: Primer
  -    </a>
  +    </a><br>
       This and the follow-on sections cover what the W3C think SOAP 
       is and how it should be used. 
       
  @@ -43,7 +43,7 @@
   <li>
       <a href="http://www.w3.org/TR/wsdl">
       Web Services Description Language (WSDL) 1.1
  -    </a>
  +    </a><br>
   </li>
   <li>
       <a href="http://ietf.org/rfc/rfc2616.txt">
  @@ -53,13 +53,13 @@
   <li>
       <a href="http://java.sun.com/xml/downloads/jaxrpc.html">
       JAX-RPC Specification 1.0
  -    </a>
  +    </a><br>
       The public API for Web Services in Java. 
   </li>
   <li>
       <a href="http://www.w3.org/TR/xmlschema-0/">
       XML Schema Part 0: Primer
  -    </a>
  +    </a><br>
       The W3C XML Schema, (WXS) is one of the two sets of datatype SOAP
       supports, the other being the SOAP Section 5 datatypes that predate
       WXS. Complicated as it is, it is useful to have a vague understanding
  @@ -78,32 +78,43 @@
   <li>
       <a href="http://radio.weblogs.com/0101679/stories/2002/02/15/aBusyDevelopersGuideToWsdl11.html">
       A Busy Developer's Guide to WSDL 1.1
  -    </a>
  +    </a><br>
  +    Quick intro to WSDL by the eponymous Sam Ruby.
   </li>
   <li>
       <a href="http://radio.weblogs.com/0101679/stories/2002/02/01/toInfinityAndBeyondTheQuestForSoapInteroperability.html">
       To infinity and beyond - the quest for SOAP interoperability
  -    </a>
  +    </a><br>
  +    Sam Ruby explains why Interop matters so much.
   </li>
   <li>
       <a href="http://manning.com/antbook">
  -    Java develoment with Ant (chapter 15)
  -    </a>
  +    Java development with Ant 
  +    </a><br>
  +    
  +    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. 
  +    
   </li>
   <li>
       <a href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html">
       When Web Services Go Bad
  -    </a>
  +    </a><br>
  +    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. 
  +    
   </li>
   <li>
       <a href="http://servlet.java.sun.com/javaone/sf2002/conf/sessions/index.en.jsp">
  -    JavaOne 2002,Web Services Today and Tomorrow </a>
  +    JavaOne 2002,Web Services Today and Tomorrow </a><br>
       (Java Developer connection login required) 
   </li>    
   
   <li>
       <a href="http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXRPC.html">
  -    The Java Web Services Tutorial: Java API for XML-based RPC </a>
  +    The Java Web Services Tutorial: Java API for XML-based RPC </a><br>
       This is part of Sun's guide to their Java Web Services Developer Pack. 
       The examples are all based on their JWSDP, but as Axis also implements 
       JAX-RPC, they may all port to Axis.    
  @@ -113,7 +124,7 @@
   
   <li>
       <a href="http://java.sun.com/blueprints/webservices/using/webservbp.html">
  -    Using Web Services Effectively.</a>
  +    Using Web Services Effectively.</a><br>
       
       Blissfully ignoring issues such as versioning, robustness and security and 
       all the other details a production Web Service needs, instead pushing EJB as 
  @@ -123,6 +134,21 @@
       
   </li>    
   
  +<li>
  +    <a href="http://www.pankaj-k.net/axis4tag/">
  +    Web Services with JAX-RPC and Apache Axis.</a><br>
  +
  +    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>
  @@ -145,5 +171,13 @@
       Investigating the Limits of SOAP Performance for Scientific Computing    
       </a>
   </li>
  +<li>
  +    <a href="http://www.w3.org/TR/webarch/">
  +    Architectural Principles of the World Wide Web        
  +    </a>
  +</li>
  +
  +
  +
   </ol>