You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by jr...@apache.org on 2005/07/12 19:04:15 UTC

svn commit: r215982 - /webservices/wsrf/trunk/src/site/content/xdocs/index.xml

Author: jruzzi
Date: Tue Jul 12 10:04:14 2005
New Revision: 215982

URL: http://svn.apache.org/viewcvs?rev=215982&view=rev
Log:
added features section

Modified:
    webservices/wsrf/trunk/src/site/content/xdocs/index.xml

Modified: webservices/wsrf/trunk/src/site/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/index.xml?rev=215982&r1=215981&r2=215982&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/index.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/index.xml Tue Jul 12 10:04:14 2005
@@ -8,17 +8,26 @@
 	<body>
 		<section>
 			<title>Overview</title>
-			<p>
-       Apache WSRF is a robust Java implementation of the 
-       <a href="wsrf.html">Web Services Resource Framework (WSRF)</a>
-       family of specifications.
-       </p>
-			<p>
-       WSRF defines a generic and open framework for modeling and accessing stateful resources
-       using Web services. This includes mechanisms to describe views on the state, to support
-       management of the state through properties associated with the Web service, and to
-       describe how these mechanisms are extensible to groups of Web services.
-       </p>
+			<p>Apache WSRF is a robust Java implementation of the <a href="wsrf.html">Web Services Resource Framework (WSRF)</a> family of specifications.
+      			 </p>
+			<p>WSRF defines a generic and open framework for modeling and accessing stateful resources using Web services. This includes mechanisms to describe views on the 
+			state, to support management of the state through properties associated with the Web service, and to describe how these mechanisms are extensible to groups of Web 
+			services.
+       		</p>
+		</section>
+		<section>
+			<title>Features</title>
+			<p>Apache WSRF include the following features:</p>
+			<ul>
+				<li>A handler and service framework that supports: the WSRF implied resource pattern for dispatching requests to specific WS-Resources; dispatching to Java service 
+				methods based on either outermost SOAP body element name or value of wsa:Action header element; and schema validation of request XML</li>
+				<li>a WSDL to Java generator that will generate the classes and configuration entries from a WSRF WSDL that are required to deploy it as a service to the above 
+				framework. The WSDL to Java generator also uses Apache XMLBeans to create Java bindings for custom types defined in the WSDL.</li>
+				<li>full implementations of all portTypes defined by the WS-ResourceProperties,  WS-ResourceLifetime, and WS-MetadataExchange specifications</li>
+				<li>and more...</li>
+			</ul>
+			<p>Any feedback is welcomed and can be sent to our <a href="site:contact">mailing list</a>.
+			</p>		
 		</section>
 		<section>
 			<title>News</title>