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/13 01:16:11 UTC

svn commit: r216045 - in /webservices/pubscribe/trunk/src/site/content/xdocs: getting_started.xml site.xml

Author: jruzzi
Date: Tue Jul 12 16:16:09 2005
New Revision: 216045

URL: http://svn.apache.org/viewcvs?rev=216045&view=rev
Log:
updated from wsrf

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

Modified: webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml?rev=216045&r1=216044&r2=216045&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/getting_started.xml Tue Jul 12 16:16:09 2005
@@ -8,18 +8,21 @@
 	<body>
 		<section>
 			<title>Introduction</title>
-			<p>The topics in this section detail how to install Apache Pubscribe and use the quick demonstration to verify the installation as well 				as exercise some of the features that are included in the release. It is suggested that you complete these sections before starting any 				development work. Once you get a good feel for the example in the demonstration, you can recreate it by completing the <a href="site:tut">				tutorial</a>.
-		</p>
-			<p>The tutorial takes a step-by-step approach to learning Apache Pubscribe. It highlights the most common procedures that are used to implement
-		 Web Services Notification (WSN). The tutorial also includes steps for deploying Apache Pubscribe.
-		</p>
+			<p>The topics in this section detail how to install Apache Pubscribe and use the quick demonstration to verify the installation as well 
+			as exercise some of the features that are included in the release. It is suggested that you complete these sections before starting any 
+			development work. Once you get a good feel for the example in the demonstration, you can recreate it by completing the
+			 <a href="site:tut">tutorial</a>.
+			</p>
+			<p>The tutorial takes a step-by-step approach to learning Apache Pubscribe. It highlights the most common procedures that are used to implement 
+			 Web Services Notification (WSN). The tutorial also includes steps for deploying Apache Pubscribe.
+			</p>
 			<p>Lastly, refer to the <a href="site:dev">Developer Guide</a> for basic and advanced tasks as well as general information about Apache 
-		Pubscribe. Much of the information that is covered in the demonstration and the tutorial is discussed in more detail in the Developer Guide.				</p>
+			Pubscribe. Much of the information that is covered in the demonstration and the tutorial is discussed in more detail in the Developer Guide.					</p>
 		</section>
 		<section id="install">
 			<title>Installation</title>
 			<p> Apache Pubscribe is packaged as a Web application. In particular, it is an Apache Axis-based Web application with
-                    additional functionality that is required to implement the WSN family of specifications. Since the WSN depends on WSRF, the Web application also includes
+                    additional functionality that is required to implement the WSN family of specifications. Since  WSN builds on WSRF, the Web application also includes
                     Apache WSRF.
                     </p>
 			<p>To run and install Apache Pubscribe, you must first:</p>
@@ -33,10 +36,10 @@
 			<ol>
 				<li>Download the Apache Pubscribe <a href="site:releases">binary distribution</a>.</li>
 				<li>Unzip the distribution to a location on your computer. This location is referred to as <code>INSTALL_DIR</code>.</li>
-				<li>From <code>INSTALL_DIR</code>, copy the <code>webapps/hermes</code> directory to <code>TOMCAT_HOME/webapps</code>.</li>
-				<li>Using a browser, go to  <a href="http://localhost:8080/hermes">http://localhost:8080/hermes</a>. The Apache-Axis welcome page 
+				<li>From <code>INSTALL_DIR</code>, copy the <code>webapps/pubscribe</code> directory to <code>TOMCAT_HOME/webapps</code>.</li>
+				<li>Using a browser, go to  <a href="http://localhost:8080/pubscribe">http://localhost:8080/pubscribe</a>. The Apache-Axis welcome page 
 				displays.</li>
-				<li>From the Apache-Axis page, click <a href="http://localhost:8080/hermes/servlet/AxisServlet">View</a>. The list of 
+				<li>From the Apache-Axis page, click <a href="http://localhost:8080/pubscribe/servlet/AxisServlet">View</a>. The list of 
           			 deployed Web services displays. Four services are deployed: <code>filesystem</code>, <code>SubscriptionManager</code>, 
           			 <code>AdminService</code>, and <code>Version</code>. The <code>AdminService</code> and <code>Version</code> services are default 
           			 Apache-Axis services. The <code>filesystem</code> service is a pre-deployed example and is discussed in the 
@@ -60,6 +63,8 @@
 					<strong>Cause an Event: </strong>TODO.</li>
 				<li>
 					<strong>View Notifications: </strong>TODO.</li>
+				<li>
+					<strong>Cancel subscripition: </strong>TODO.</li>
 			</ol>
 		</section>
 	</body>

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=216045&r1=216044&r2=216045&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/site/content/xdocs/site.xml (original)
+++ webservices/pubscribe/trunk/src/site/content/xdocs/site.xml Tue Jul 12 16:16:09 2005
@@ -32,12 +32,11 @@
 	</install>
 	<tutorial label="Tutorial" href="tutorial/" tab="doc">
 		<tut label="Overview" href="index.html"/>
-		<wsdl label="View WSDL" href="wsdl.html"/>
-		<wsdl2java label="Generate Java" href="wsdl2java.html"/>
-		<service label="Write Service Class" href="service.html"/>
-		<resource label="Write Resource Class" href="resource.html"/>
-		<callback label="Write Callback Objects" href="callback.html"/>
-		<home label="Write Home Class" href="home.html"/>
+		<setup label="Create Workspace" href="setup.html"/>
+		<wsdl label="Create WSDL" href="wsdl.html"/>
+		<wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
+		<modhome label="Modify the Home Class" href="mod_home.html"/>
+		<modresource label="Modify the Resource Class" href="mod_resource.html"/>
 		<webapp label="Deploy Service" href="webapp.html"/>
 		<test label="Test" href="test.html"/>
 	</tutorial>
@@ -49,7 +48,6 @@
 		<addressing label="Addressing" href="ext:addressing"/>
 		<xmlbeans label="XMLBeans" href="ext:xmlbeans.apache.org"/>
 		<maven label="Maven" href="ext:maven.apache.org"/>
-		<incubator label="Incubator" href="ext:incubator.apache.org"/>
 	</projects>
 	<external-refs>
 		<xml.apache.org href="http://xml.apache.org/">