You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by jr...@apache.org on 2005/07/23 01:03:09 UTC

svn commit: r224417 - in /webservices/muse/trunk/src/site/content/xdocs: getting_started.xml index.xml site.xml

Author: jruzzi
Date: Fri Jul 22 16:03:07 2005
New Revision: 224417

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

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

Modified: webservices/muse/trunk/src/site/content/xdocs/getting_started.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/xdocs/getting_started.xml?rev=224417&r1=224416&r2=224417&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/xdocs/getting_started.xml (original)
+++ webservices/muse/trunk/src/site/content/xdocs/getting_started.xml Fri Jul 22 16:03:07 2005
@@ -8,15 +8,16 @@
 	<body>
 		<section>
 			<title>Introduction</title>
-			<p>The topics in this section detail how to install Apache MUSE 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 MUSE. It highlights the most common procedures that are used to create 
-		and deploy MUWS-compliant Web services for resources.
-		</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 
-		MUSE. Much of the information that is covered in the demonstration and the tutorial is discussed in more detail in the Developer Guide.
-		</p>
+			<p>The topics in this section detail how to install Apache MUSE 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 MUSE. It highlights the most common procedures that are used to create and deploy MUWS-compliant Web 
+			services for resources.
+			</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 MUSE. 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>
@@ -34,6 +35,7 @@
 				<li>Download the Apache Muse <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/muse</code> directory to <code>TOMCAT_HOME/webapps</code>.</li>
+				<li>Start Tomcat.</li>
 				<li>Using a browser, go to  <a href="http://localhost:8080/muse">http://localhost:8080/muse</a>. The Apache-Axis welcome page 
 				displays.</li>
 				<li>From the Apache-Axis page, click <a href="http://localhost:8080/muse/servlet/AxisServlet">View</a>. The list of deployed Web services 
@@ -53,7 +55,8 @@
 			<note>The <a href="site:tut">tutorial</a> provides a step-by-step approach for exposing the management capabilities of the file system 					resource. In essence, the tutorial builds and deploys the example that is used in this demo.</note>
 			<p>Complete the following demonstration steps:</p>
 			<ol>
-				<li><strong>Perform Operations:</strong>TODO</li>
+				<li>
+					<strong>Perform Operations:</strong>TODO</li>
 			</ol>
 		</section>
 	</body>

Modified: webservices/muse/trunk/src/site/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/xdocs/index.xml?rev=224417&r1=224416&r2=224417&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/xdocs/index.xml (original)
+++ webservices/muse/trunk/src/site/content/xdocs/index.xml Fri Jul 22 16:03:07 2005
@@ -8,11 +8,11 @@
 		<section>
 			<title>Overview</title>
 			<p>
-       Muse is a Java implementation of the Management Using Web Services
-       (MUWS) 1.0 specifications. Muse 1.0 utilizes
-       <a href="http://ws.apache.org/ws-fx/wsrf/">Apache WSRF</a> as its
+       Muse is a Java implementation of the <a href="site:wsdm">Management Using Web Services
+       (MUWS) 1.0 specifications</a>. Muse 1.0 utilizes
+       <a href="ext:wsrf/">Apache WSRF</a> as its
        WS-ResourceFramework (WSRF) implementation
-       and <a href="http://ws.apache.org/ws-fx/pubscribe/">Apache Pubscribe</a> as its 
+       and <a href="ext:pubscribe/">Apache Pubscribe</a> as its 
        WS-Notification (WSN) implementation.
        Muse allows you to start from a MUWS-compliant WSDL file and generate a 
        MUWS Web service which can be hosted inside of Axis or another

Modified: webservices/muse/trunk/src/site/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/site/content/xdocs/site.xml?rev=224417&r1=224416&r2=224417&view=diff
==============================================================================
--- webservices/muse/trunk/src/site/content/xdocs/site.xml (original)
+++ webservices/muse/trunk/src/site/content/xdocs/site.xml Fri Jul 22 16:03:07 2005
@@ -33,24 +33,24 @@
 	</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"/>
-		<webapp label="Deploy Service" href="webapp.html"/>
+		<setup label="Create Workspace" href="setup.html"/>
+		<wsdl label="Create WSDLs" href="wsdl.html"/>
+		<wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
+		<modhome label="Modify Home Classes" href="mod_home.html"/>
+		<modresource label="Modify Resource Classes" href="mod_resource.html"/>
+		<webapp label="Deploy Services" href="webapp.html"/>
 		<test label="Test" href="test.html"/>
 	</tutorial>
 	<developer label="Developer Guide" href="dev_guide/" tab="doc">
 		<dev label="Overview" href="index.html"/>
 	</developer>
 	<projects label="Related Projects">
+		<wsrf label="Apache WSRF" href="ext:wsrf/"/>
+		<axis label="Apache Pubscribe" href="ext:pubscribe/"/>
 		<axis label="Axis" href="ext:axis"/>
 		<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/">
@@ -58,10 +58,9 @@
 		</xml.apache.org>
 		<xmlbeans.apache.org href="http://xmlbeans.apache.org/"/>
 		<maven.apache.org href="http://maven.apache.org/"/>
-		<incubator.apache.org href="http://incubator.apache.org/">
-			<muse href="muse/"/>
-		</incubator.apache.org>
 		<ws.apache.org href="http://ws.apache.org/">
+			<wsrf href="wsrf/"/>
+			<pubscribe href="pubscribe/"/>
 			<mirrors href="mirrors.cgi"/>
 			<axis href="axis/"/>
 			<wsfx href="ws-fx/">
@@ -70,13 +69,6 @@
 			</wsfx>
 			<asl href="LICENSE.txt"/>
 		</ws.apache.org>
-		<cvs.apache.org href="http://cvs.apache.org/">
-			<viewcvs href="viewcvs/">
-				<wsfx-cvs href="ws-fx/">
-					<muse-cvs href="muse/"/>
-				</wsfx-cvs>
-			</viewcvs>
-		</cvs.apache.org>
 		<www.apache.org href="http://www.apache.org/">
 			<foundation href="foundation/"/>
 		</www.apache.org>



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