You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by jr...@apache.org on 2005/07/21 17:40:39 UTC

svn commit: r220112 - in /webservices/pubscribe/trunk/src/site/content/xdocs: index.xml site.xml

Author: jruzzi
Date: Thu Jul 21 08:40:37 2005
New Revision: 220112

URL: http://svn.apache.org/viewcvs?rev=220112&view=rev
Log:
updated content

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

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/index.xml?rev=220112&r1=220111&r2=220112&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/index.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/index.xml Thu Jul 21 08:40:37 2005
@@ -8,41 +8,44 @@
 	<body>
 		<section>
 			<title>Overview</title>
-			<p>
-       Pubscribe is a robust Java implementation of the 
-       <a href="wsn.html">Web Services Notification (WSN)</a>
-       family of specifications.
-      </p>
-			<p>
-       WSN defines a set of specifications that standardize the way Web services
-       can interact using the Notification pattern, which defines a way for consumers
-       to subscribe to a producer for notifications whenever a particular situation
-       occurs. 
-      </p>
-			<p>
-       WSN builds upon the WS-ResourceFramework
-       (WSRF) family of specifications. Pubscribe leverages the <a href="ext:wsrf/">WSRF</a>
-       project as its implementation of the WSRF foundation.                    
-      </p>
+			<p>Pubscribe is a robust Java implementation of the <a href="wsn.html">Web Services Notification (WSN)</a> family of specifications.
+			</p>
+			<p>WSN defines a set of specifications that standardize the way Web services can interact using the Notification pattern, which defines a way for consumers 
+			to subscribe to a producer for notifications whenever a particular event occurs. 
+			</p>
+			<p>WSN builds upon the WS-ResourceFramework (WSRF) family of specifications. Pubscribe leverages the <a href="ext:wsrf/">WSRF</a> project as its 
+			implementation of the WSRF foundation.
+			</p>
+		</section>
+		<section>
+			<title>Features</title>
+			<p>This release provides the following features:</p>
+			<ul>
+				<li>An Apache WSRF handler/service framework and WS-RP/WS-RL/WS-MeX portType impls</li>
+				<li>A WSDL to Java generator that will generate the classes and configuration entries from a WSRF/WSN WSDL that are required to deploy it as a service to 
+				the Apache WSRF framework</li>
+				<li>Full implementations of all portTypes defined by the WS-BaseNotification specification</li>
+				<li>Performance-optimized implementations of all portTypes defined by the WS-Eventing specification</li>
+				<li>Evaluators for all three topic expression dialects defined by the WS-Topics specification</li>
+				<li>Generic Publish/Subscribe APIs that hide the details of the underlying notification mechanism (WSN or WSE) being used</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>
 			<ul>
-				<li>(June 3, 2005) Pubscribe has graduated from incubation and is now an official Apache project! </li>
-				<li>(May 25, 2005) <a href="http://cvs.apache.org/dist/incubator/pubscribe/1.0-beta/">Pubscribe 1.0 Beta</a> is now available!</li>
+				<li>(June 3, 2005) Pubscribe has graduated from incubation and is now an official Apache project!</li>
+				<li>(May 25, 2005) <a href="http://ws.apache.org/pubscribe/release.html">Pubscribe 1.0 Beta</a> is now available!</li>
 			</ul>
 		</section>
 		<section>
 			<title>History</title>
-			<p>
-       Much of the code in Pubscribe is based on code from the GTK4 WSRF/WSN
-       implementation that was donated by the Globus Consortium. This code
-       was refactored to make extensive use of Apache XMLBeans to
-       add improved runtime schema type validation and to enable
-       portability to SOAP engines other than Axis. The original GTK4
-       WSRF/WSN code is checked in to SVN 
-       <a href="http://svn.apache.org/viewcvs.cgi/incubator/apollo/globus/">here</a>.
-      </p>
+			<p>Much of the code in Pubscribe is based on code from the GTK4 WSRF/WSN implementation that was donated by the Globus Consortium. This code was 
+			refactored to make extensive use of Apache XMLBeans to add improved runtime schema type validation and to enable portability to SOAP engines other than Axis. 
+			The original GTK4 WSRF/WSN code is checked in to SVN <a href="http://svn.apache.org/viewcvs.cgi/incubator/apollo/globus/">here</a>.
+			</p>
 		</section>
 	</body>
 </document>

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/site.xml?rev=220112&r1=220111&r2=220112&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/site.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/site.xml Thu Jul 21 08:40:37 2005
@@ -51,6 +51,7 @@
 		<subscript label="Subscription Manager" href="subscription.html"/>
 		<deploy label="Deploying" href="deploy.html"/>
 		<client label="Using the SOAP Client" href="client.html"/>
+		<log label="Logging" href="debug.html"/>
 	</developer>
 	<projects label="Related Projects">
 		<axis label="Axis" href="ext:axis"/>