You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by jo...@apache.org on 2006/11/16 07:13:15 UTC

svn commit: r475592 - in /webservices/site/trunk: src/documentation/content/xdocs/index.xml targets/index.html

Author: jochen
Date: Wed Nov 15 22:13:14 2006
New Revision: 475592

URL: http://svn.apache.org/viewvc?view=rev&rev=475592
Log:
Added 'detailed project list' patch.

Modified:
    webservices/site/trunk/src/documentation/content/xdocs/index.xml
    webservices/site/trunk/targets/index.html

Modified: webservices/site/trunk/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/webservices/site/trunk/src/documentation/content/xdocs/index.xml?view=diff&rev=475592&r1=475591&r2=475592
==============================================================================
--- webservices/site/trunk/src/documentation/content/xdocs/index.xml (original)
+++ webservices/site/trunk/src/documentation/content/xdocs/index.xml Wed Nov 15 22:13:14 2006
@@ -10,28 +10,37 @@
     <section>
       <title>Project List</title>
       <ul>
-	      <li><a href="ext:addressing">Addressing</a></li>	      
-          <li><a href="ext:axis">Axis (1.X)</a></li>          
-          <li><a href="ext:axis2">Axis2 </a></li>          
-          <li><a href="ext:commons">WS-Commons</a></li>
-          <li><a href="ext:ews">EWS</a></li>
-          <li><a href="ext:jaxme">JaxMe</a></li>
-          <li><a href="ext:juddi">jUDDI</a></li>
-	      <li><a href="ext:kandula">Kandula</a></li>
-          <li><a href="ext:mirae">Mirae</a></li>	
-	      <li><a href="ext:muse">Muse</a></li>
-	      <li><a href="ext:pubscribe">Pubscribe</a></li>	  	  
-	      <li><a href="ext:sandesha">Sandesha</a></li>
-          <li><a href="ext:scout">Scout</a></li>
-          <li><a href="ext:soap">SOAP</a></li>
-          <li><a href="ext:synapse">Synapse</a></li>
-          <li><a href="ext:tsik">TSIK</a></li>
-          <li><a href="ext:tuscany">Tuscany</a></li>
-          <li><a href="ext:woden">Woden</a></li>
-          <li><a href="ext:wsif">WSIF</a></li>
-	      <li><a href="ext:wsrf">WSRF</a></li>
-	      <li><a href="ext:wss4j">WSS4J</a></li>
-          <li><a href="ext:xmlrpc">XML-RPC</a></li>	                              	
+	      <li><a href="ext:addressing">Addressing</a> - an implementation of Web Services Addressing on top of Apache Axis.</li>	      
+        <li><a href="ext:axis">Axis (1.X)</a> - an implementation of the Simple Object Access Protocol (SOAP).</li>          
+        <li><a href="ext:axis2">Axis2 </a> - a redesign of Axis (1.X) supporting SOAP 1.2/SOAP1.2/REST/and more.</li>          
+        <li><a href="ext:commons">WS-Commons</a> - collection of web service related, reusable components.</li>
+        <li><a href="ext:ews">EWS</a></li>
+        <li><a href="ext:jaxme">JaxMe</a> - an implementation of JAXB, the specification for Java/XML binding.</li>
+        <li><a href="ext:juddi">jUDDI</a> - an implementation of the Universal Description, Discovery, and Integration
+          (UDDI) specification.</li>
+        <li><a href="ext:kandula">Kandula</a> - implements WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity 
+          protocols based on Apache Axis and Axis2.</li>
+        <li><a href="ext:mirae">Mirae</a> - an implementation of JSR-172, J2ME Web Services Specification</li>  
+        <li><a href="ext:muse">Muse</a> - an implementation of the WS-ResourceFramework (WSRF), WS-BaseNotification (WSN), 
+          and WS-DistributedManagement (WSDM) specifications.</li>
+        <li><a href="ext:pubscribe">Pubscribe</a> - a robust Java implementation of the Web Services Notification (WSN) family 
+          of specifications.</li>        
+        <li><a href="ext:sandesha">Sandesha</a> - WS-ReliableMessaging implementations for Axis and Axis2</li>
+        <li><a href="ext:scout">Scout</a> - an implementation of the JSR 93 (JAXR).</li>
+        <li><a href="ext:soap">SOAP</a> - an implementation of the SOAP submission to W3C.</li>
+        <li><a href="ext:synapse">Synapse</a> - a robust, lightweight implementation of a highly scalable and distributed 
+          service mediation framework based on Web services specifications.</li>
+        <li><a href="ext:tsik">TSIK</a> - a Java class library for implementations of various W3C and OASIS specifications 
+          related to XML and Web services security.</li>
+        <li><a href="ext:tuscany">Tuscany</a> - a robust infrastructure that simplifies the development of SOA-based systems,
+          including: Service Component Architecture (SCA), Service Data Object (SDO), and Data Access Service (DAS).</li>
+        <li><a href="ext:woden">Woden</a> - a Java class library for reading, manipulating, creating and writing WSDL documents.</li>
+        <li><a href="ext:wsif">WSIF</a> - a simple Java API for invoking Web services, no matter how or where the services are provided.</li>
+        <li><a href="ext:wsrf">WSRF</a> - an implementation of the Web Services Resource Framework (WSRF) family of specifications.</li>
+        <li><a href="ext:wss4j">WSS4J</a> - an implementation of the OASIS Web Services Security (WS-Security) from OASIS Web 
+          Services Security TC.</li>
+        <li><a href="ext:xmlrpc">XML-RPC</a> - a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to 
+          implement remote procedure calls.</li>                                 
       </ul>
     <note>Synapse, TSIK, Tuscany and Woden efforts are currently undergoing
       <a href="ext:incubator">incubation</a> at the

Modified: webservices/site/trunk/targets/index.html
URL: http://svn.apache.org/viewvc/webservices/site/trunk/targets/index.html?view=diff&rev=475592&r1=475591&r2=475592
==============================================================================
--- webservices/site/trunk/targets/index.html (original)
+++ webservices/site/trunk/targets/index.html Wed Nov 15 22:13:14 2006
@@ -207,92 +207,80 @@
 <ul>
 	      
 <li>
-<a href="http://ws.apache.org/addressing/">Addressing</a>
-</li>	      
-          
+<a href="http://ws.apache.org/addressing/">Addressing</a> - an implementation of Web Services Addressing on top of Apache Axis.</li>	      
+        
 <li>
-<a href="http://ws.apache.org/axis/">Axis (1.X)</a>
-</li>          
-          
+<a href="http://ws.apache.org/axis/">Axis (1.X)</a> - an implementation of the Simple Object Access Protocol (SOAP).</li>          
+        
 <li>
-<a href="http://ws.apache.org/axis2/">Axis2 </a>
-</li>          
-          
+<a href="http://ws.apache.org/axis2/">Axis2 </a> - a redesign of Axis (1.X) supporting SOAP 1.2/SOAP1.2/REST/and more.</li>          
+        
 <li>
-<a href="http://ws.apache.org/commons/">WS-Commons</a>
-</li>
-          
+<a href="http://ws.apache.org/commons/">WS-Commons</a> - collection of web service related, reusable components.</li>
+        
 <li>
 <a href="http://ws.apache.org/ews/">EWS</a>
 </li>
-          
+        
 <li>
-<a href="http://ws.apache.org/jaxme/">JaxMe</a>
-</li>
-          
+<a href="http://ws.apache.org/jaxme/">JaxMe</a> - an implementation of JAXB, the specification for Java/XML binding.</li>
+        
 <li>
-<a href="http://ws.apache.org/juddi/">jUDDI</a>
-</li>
-	      
+<a href="http://ws.apache.org/juddi/">jUDDI</a> - an implementation of the Universal Description, Discovery, and Integration
+          (UDDI) specification.</li>
+        
 <li>
-<a href="http://ws.apache.org/kandula/">Kandula</a>
-</li>
-          
+<a href="http://ws.apache.org/kandula/">Kandula</a> - implements WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity 
+          protocols based on Apache Axis and Axis2.</li>
+        
 <li>
-<a href="http://ws.apache.org/mirae/">Mirae</a>
-</li>	
-	      
+<a href="http://ws.apache.org/mirae/">Mirae</a> - an implementation of JSR-172, J2ME Web Services Specification</li>  
+        
 <li>
-<a href="http://ws.apache.org/muse/">Muse</a>
-</li>
-	      
+<a href="http://ws.apache.org/muse/">Muse</a> - an implementation of the WS-ResourceFramework (WSRF), WS-BaseNotification (WSN), 
+          and WS-DistributedManagement (WSDM) specifications.</li>
+        
 <li>
-<a href="http://ws.apache.org/pubscribe/">Pubscribe</a>
-</li>	  	  
-	      
+<a href="http://ws.apache.org/pubscribe/">Pubscribe</a> - a robust Java implementation of the Web Services Notification (WSN) family 
+          of specifications.</li>        
+        
 <li>
-<a href="http://ws.apache.org/sandesha/">Sandesha</a>
-</li>
-          
+<a href="http://ws.apache.org/sandesha/">Sandesha</a> - WS-ReliableMessaging implementations for Axis and Axis2</li>
+        
 <li>
-<a href="http://ws.apache.org/scout">Scout</a>
-</li>
-          
+<a href="http://ws.apache.org/scout">Scout</a> - an implementation of the JSR 93 (JAXR).</li>
+        
 <li>
-<a href="http://ws.apache.org/soap/">SOAP</a>
-</li>
-          
+<a href="http://ws.apache.org/soap/">SOAP</a> - an implementation of the SOAP submission to W3C.</li>
+        
 <li>
-<a href="http://incubator.apache.org/synapse/">Synapse</a>
-</li>
-          
+<a href="http://incubator.apache.org/synapse/">Synapse</a> - a robust, lightweight implementation of a highly scalable and distributed 
+          service mediation framework based on Web services specifications.</li>
+        
 <li>
-<a href="http://incubator.apache.org/tsik/">TSIK</a>
-</li>
-          
+<a href="http://incubator.apache.org/tsik/">TSIK</a> - a Java class library for implementations of various W3C and OASIS specifications 
+          related to XML and Web services security.</li>
+        
 <li>
-<a href="http://incubator.apache.org/tuscany/">Tuscany</a>
-</li>
-          
+<a href="http://incubator.apache.org/tuscany/">Tuscany</a> - a robust infrastructure that simplifies the development of SOA-based systems,
+          including: Service Component Architecture (SCA), Service Data Object (SDO), and Data Access Service (DAS).</li>
+        
 <li>
-<a href="http://incubator.apache.org/woden/">Woden</a>
-</li>
-          
+<a href="http://incubator.apache.org/woden/">Woden</a> - a Java class library for reading, manipulating, creating and writing WSDL documents.</li>
+        
 <li>
-<a href="http://ws.apache.org/wsif/">WSIF</a>
-</li>
-	      
+<a href="http://ws.apache.org/wsif/">WSIF</a> - a simple Java API for invoking Web services, no matter how or where the services are provided.</li>
+        
 <li>
-<a href="http://ws.apache.org/wsrf/">WSRF</a>
-</li>
-	      
+<a href="http://ws.apache.org/wsrf/">WSRF</a> - an implementation of the Web Services Resource Framework (WSRF) family of specifications.</li>
+        
 <li>
-<a href="http://ws.apache.org/wss4j/">WSS4J</a>
-</li>
-          
+<a href="http://ws.apache.org/wss4j/">WSS4J</a> - an implementation of the OASIS Web Services Security (WS-Security) from OASIS Web 
+          Services Security TC.</li>
+        
 <li>
-<a href="http://ws.apache.org/xmlrpc/">XML-RPC</a>
-</li>	                              	
+<a href="http://ws.apache.org/xmlrpc/">XML-RPC</a> - a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to 
+          implement remote procedure calls.</li>                                 
       
 </ul>
 <div class="frame note">
@@ -310,13 +298,13 @@
 </div>
 </div>
     
-<a name="N1008F"></a><a name="Downloads"></a>
+<a name="N100A4"></a><a name="Downloads"></a>
 <h2 class="boxed">Downloads</h2>
 <div class="section">
 <p>Downloads are available at <a href="http://www.apache.org/dyn/closer.cgi/ws/">http://www.apache.org/dyn/closer.cgi/ws/</a>.</p>
 </div>
     
-<a name="N1009D"></a><a name="Members"></a>
+<a name="N100B2"></a><a name="Members"></a>
 <h2 class="boxed">Members</h2>
 <div class="section">
 <ul> 
@@ -389,7 +377,7 @@
 </p>
 </div>
     
-<a name="N1010B"></a><a name="Wiki"></a>
+<a name="N10120"></a><a name="Wiki"></a>
 <h2 class="boxed">Wiki</h2>
 <div class="section">
 <p>
@@ -397,7 +385,7 @@
       </p>
 </div>
     
-<a name="N10119"></a><a name="IRC"></a>
+<a name="N1012E"></a><a name="IRC"></a>
 <h2 class="boxed">IRC</h2>
 <div class="section">
 <p>
@@ -405,7 +393,7 @@
       </p>
 </div>
     
-<a name="N1012B"></a><a name="Blog"></a>
+<a name="N10140"></a><a name="Blog"></a>
 <h2 class="boxed">Blog</h2>
 <div class="section">
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org