[prev in list] [next in list] [prev in thread] [next in thread] 

List:       webservices-general
Subject:    cvs commit: ws-site/targets/axis/java user-guide.html user-guide.pdf
From:       guillaume () apache ! org
Date:       2005-05-24 15:54:52
Message-ID: 20050524155452.78729.qmail () minotaur ! apache ! org
[Download RAW message or body]

guillaume    2005/05/24 08:54:52

  Modified:    targets/axis who.html who.pdf index.html index.pdf
               targets/axis/java user-guide.html user-guide.pdf
  Log:
  * Update documentation for arrayMapping thingy
  * add my name in committers list :)
  * update wsdl4j link
  * add jUDDI in related projects
  
  Revision  Changes    Path
  1.40      +11 -1     ws-site/targets/axis/who.html
  
  Index: who.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/who.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- who.html	24 Feb 2005 10:00:55 -0000	1.39
  +++ who.html	24 May 2005 15:54:52 -0000	1.40
  @@ -227,11 +227,15 @@
   </div>
     
   <div class="menuItem">
  +<a href="http://ws.apache.org/juddi/">jUDDI</a>
  +</div>
  +  
  +<div class="menuItem">
   <a href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsil/java/README.htm">WSIL</a>
  </div>
     
   <div class="menuItem">
  -<a href="http://www-124.ibm.com/developerworks/projects/wsdl4j/">WSDL4J</a>
  +<a href="http://wsdl4j.sourceforge.net">WSDL4J</a>
   </div>
     
   <div class="menuItem">
  @@ -433,6 +437,12 @@
   <b>Jongjin Choi</b>
       &lt;<a href="mailto:jjchoe@tmax.co.kr">jjchoe@tmax.co.kr</a>&gt;
     </li>
  +  
  +<li>
  +    
  +<b>Guillaume Sauthier</b>
  +    &lt;<a href="mailto:guillaume@apache.org">guillaume@apache.org</a>&gt;
  +  </li>
   
   </ul>
   
  
  
  
  1.16      +16 -16    ws-site/targets/axis/who.pdf
  
  	<<Binary file>>
  
  
  1.48      +5 -1      ws-site/targets/axis/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/index.html,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- index.html	9 May 2005 09:08:01 -0000	1.47
  +++ index.html	24 May 2005 15:54:52 -0000	1.48
  @@ -227,11 +227,15 @@
   </div>
     
   <div class="menuItem">
  +<a href="http://ws.apache.org/juddi/">jUDDI</a>
  +</div>
  +  
  +<div class="menuItem">
   <a href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsil/java/README.htm">WSIL</a>
  </div>
     
   <div class="menuItem">
  -<a href="http://www-124.ibm.com/developerworks/projects/wsdl4j/">WSDL4J</a>
  +<a href="http://wsdl4j.sourceforge.net">WSDL4J</a>
   </div>
     
   <div class="menuItem">
  
  
  
  1.30      +16 -16    ws-site/targets/axis/index.pdf
  
  	<<Binary file>>
  
  
  1.24      +27 -1     ws-site/targets/axis/java/user-guide.html
  
  Index: user-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/java/user-guide.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- user-guide.html	27 Jan 2005 10:13:10 -0000	1.23
  +++ user-guide.html	24 May 2005 15:54:52 -0000	1.24
  @@ -227,11 +227,15 @@
   </div>
     
   <div class="menuItem">
  +<a href="http://ws.apache.org/juddi/">jUDDI</a>
  +</div>
  +  
  +<div class="menuItem">
   <a href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsil/java/README.htm">WSIL</a>
  </div>
     
   <div class="menuItem">
  -<a href="http://www-124.ibm.com/developerworks/projects/wsdl4j/">WSDL4J</a>
  +<a href="http://wsdl4j.sourceforge.net">WSDL4J</a>
   </div>
     
   <div class="menuItem">
  @@ -1589,6 +1593,28 @@
   
   
   
  +<div class="h5">
  +<h5>Deploying array mappings - the &lt;arrayMapping&gt; tag</h5>
  +</div>
  +
  +
  +
  +<p>nother variation around typeMapping is arrayMapping. The arrayMapping tag is \
useful for advanced users wanting to exatly control how their arrays are serialized \
throught the wire. </p>  +
  +
  +<pre class="code">&lt;arrayMapping qname="ns:ArrayOfthingy" \
xmlns:ns="someNamespaceURI"  +             \
languageSpecificType="java:my.java.array.thingy[]"  +			 innerType="ns2:thingy" \
xmlns:ns2="anotherNamespaceURI"  +             \
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/&gt;</pre>  +
  +
  +<p>No need here to specify a serializer/deserializer couple, the arrayMapping tag
  +is only about arrays (no List, ...). The added attribute (<i>innerType</i>) is \
used  +to tell Axis what precisely is the item type of the Array.</p>
  +
  +
  +
  +
   
   
   
  
  
  
  1.16      +149 -149  ws-site/targets/axis/java/user-guide.pdf
  
  	<<Binary file>>
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic