Author: jruzzi
Date: Mon Jun 20 14:41:18 2005
New Revision: 191568

URL: http://svn.apache.org/viewcvs?rev=191568&view=rev
Log:
standardized site between wsrf-pubscribe-and muse

Added:
    incubator/muse/trunk/src/site/content/xdocs/dev_guide/
    incubator/muse/trunk/src/site/content/xdocs/dev_guide/index.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/
    incubator/muse/trunk/src/site/content/xdocs/tutorial/callback.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/home.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/images/
    incubator/muse/trunk/src/site/content/xdocs/tutorial/images/back.gif   
(with props)
    incubator/muse/trunk/src/site/content/xdocs/tutorial/images/next.gif   
(with props)
    incubator/muse/trunk/src/site/content/xdocs/tutorial/index.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/resource.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/service.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/test.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/webapp.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl.xml
    incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml
Removed:
    incubator/muse/trunk/src/site/content/xdocs/v0_5/
Modified:
    incubator/muse/trunk/src/site/content/xdocs/index.xml
    incubator/muse/trunk/src/site/content/xdocs/site.xml
    incubator/muse/trunk/src/site/content/xdocs/tabs.xml

Added: incubator/muse/trunk/src/site/content/xdocs/dev_guide/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/dev_guide/index.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/dev_guide/index.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/dev_guide/index.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
"http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>WSRF Developer Guide</title>

+       </header>

+       <body>

+               <section>

+                       <title>WSRF Developer Guide</title>

+                       <p>TODO

+                       </p>

+               </section>

+       </body>

+</document>


Modified: incubator/muse/trunk/src/site/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/index.xml?rev=191568&r1=191567&r2=191568&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/index.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/index.xml Mon Jun 20 14:41:18 
2005
@@ -1,18 +1,13 @@
 <?xml version="1.0"?>

-

 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
"http://forrest.apache.org/dtd/document-v20.dtd";>

-

 <document>

-

-  <header>

-    <title>Apache WebServices - Muse</title>

-  </header>

-

-  <body>

-

-    <section>

-      <title>Overview</title>

-      <p>

+       <header>

+               <title>Apache WebServices - Muse</title>

+       </header>

+       <body>

+               <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

@@ -23,39 +18,13 @@
        MUWS Web service which can be hosted inside of Axis or another

        SOAP engine.      

       </p>

-    </section>

-

-    <section>

-      <title>News</title>

-      <ul>

-         <li>(June 20, 2005) <a 
href="http://cvs.apache.org/dist/incubator/muse/snapshot/";>Muse snapshot</a> is 
now available!</li> 

-         <li>(May 25, 2005) <a 
href="http://cvs.apache.org/dist/incubator/muse/1.0-beta/";>Muse 1.0 Beta</a> is 
now available!</li> 

-         

-      </ul>

-    </section>

-

-    <section>

-      <title>Incubation Disclaimer</title>

-      <p>

-        The Muse project is an effort undergoing incubation at the Apache

-        Software Foundation (ASF), sponsored by Davanum Srinivas. Incubation is

-        required of all newly accepted projects until a further review 
indicates

-        that the infrastructure, communications, and decision making process

-        have stabilized in a manner consistent with other successful ASF

-        projects. While incubation status is not necessarily a reflection of

-        the completeness or stability of the code, it does indicate that the

-        project has yet to be fully endorsed by the ASF.

-      </p>

-      <p>

-        The initial proposal for Muse is

-        <a href="http://wiki.apache.org/incubator/MuseProposal";>here</a>.

-      </p>

-      <p>

-        The status of the Muse project is tracked by the Apache incubator

-        <a href="http://incubator.apache.org/projects/muse.html";>here</a>.

-      </p>

-    </section>

-

-  </body>

-

+               </section>

+               <section>

+                       <title>News</title>

+                       <ul>

+                               <li>(June 20, 2005) <a 
href="http://cvs.apache.org/dist/incubator/muse/snapshot/";>Muse snapshot</a> is 
now available!</li>

+                               <li>(May 25, 2005) <a 
href="http://cvs.apache.org/dist/incubator/muse/1.0-beta/";>Muse 1.0 Beta</a> is 
now available!</li>

+                       </ul>

+               </section>

+       </body>

 </document>


Modified: incubator/muse/trunk/src/site/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/site.xml?rev=191568&r1=191567&r2=191568&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/site.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/site.xml Mon Jun 20 14:41:18 
2005
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>

-

 <!--

 Forrest site.xml

 

@@ -13,71 +12,84 @@
 

 See http://forrest.apache.org/docs/linking.html for more info.

 -->

-

 <site label="Muse" href="" xmlns="http://apache.org/forrest/linkmap/1.0";>

-

-  <project label="Project Info">

-    <overview    label="Overview"         href="index.html" />    

-    <vcs         label="Version Control"  href="version_control.html" />

-    <issues      label="Issue Tracking"   href="issue_tracking.html" />

-    <contact     label="Contact Info"     href="contact_info.html" />

-    <relnotes    label="Release Notes"    href="release_notes.html" />

-  </project>

-

- <project label="Downloads">

-    <releases    label="Releases"         href="release.html" />        

-  </project>

-

-  <docs label="Documentation">        

-    <muws       label="MuWS"           href="muws.html" />

-    <apidocs    label="API Docs"       href="apidocs/index.html" />

-  </docs>

-

-  <projects label="Related Projects">

-    <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/";>

-      <forrest href="forrest/" />

-    </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/";>

-      <mirrors href="mirrors.cgi" />

-      <axis    href="axis/" />

-      <wsfx    href="ws-fx/">

-        <addressing href="addressing/" />        

-        <wss4j      href="wss4j/" />

-      </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>

-    <nagoya.apache.org href="http://nagoya.apache.org/";>

-      <eyebrowse href="eyebrowse/"/>

-      <bugzilla href="bugzilla/"/>

-      <apachewiki href="wiki/apachewiki.cgi?HomePage"/>

-    </nagoya.apache.org>

-    <archive.apache.org href="http://archive.apache.org/";>

-      <archive-ws href="dist/ws/"/>

-    </archive.apache.org>

-    <apachecon.com href="http://apachecon.com/"; />

-  </external-refs>

-

+       <project label="Project Info" tab="home">

+               <overview label="Overview" href="index.html"/>

+               <vcs label="Version Control" href="version_control.html"/>

+               <issues label="Issue Tracking" href="issue_tracking.html"/>

+               <contact label="Contact Info" href="contact_info.html"/>

+               <relnotes label="Release Notes" href="release_notes.html"/>

+       </project>

+       <download label="Downloads" tab="home">

+               <releases label="Releases" href="release.html"/>

+       </download>

+       <!-- **************** Documentation **************** -->

+       <install label="Getting Started" tab="doc">

+               <overview label="Introduction" href="getting_started.html"/>

+               <installation href="getting_started.html#install"/>

+               <get label="Installation" href="getting_started.html#install"/>

+               <quick label="Quick Demo" href="getting_started.html#qd"/>

+       </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"/>

+               <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">

+               <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/";>

+                       <forrest href="forrest/"/>

+               </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/";>

+                       <mirrors href="mirrors.cgi"/>

+                       <axis href="axis/"/>

+                       <wsfx href="ws-fx/">

+                               <addressing href="addressing/"/>

+                               <wss4j href="wss4j/"/>

+                       </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>

+               <nagoya.apache.org href="http://nagoya.apache.org/";>

+                       <eyebrowse href="eyebrowse/"/>

+                       <bugzilla href="bugzilla/"/>

+                       <apachewiki href="wiki/apachewiki.cgi?HomePage"/>

+               </nagoya.apache.org>

+               <archive.apache.org href="http://archive.apache.org/";>

+                       <archive-ws href="dist/ws/"/>

+               </archive.apache.org>

+               <apachecon.com href="http://apachecon.com/"/>

+       </external-refs>

 </site>


Modified: incubator/muse/trunk/src/site/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tabs.xml?rev=191568&r1=191567&r2=191568&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tabs.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/tabs.xml Mon Jun 20 14:41:18 
2005
@@ -1,19 +1,12 @@
 <?xml version="1.0"?>

-

-<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" 
"tab-cocoon-v10.dtd">

-

-<tabs software="Muse"

-      title="Muse"

-      copyright="The Apache Software Foundation"

-      xmlns:xlink="http://www.w3.org/1999/xlink";>

-

-  <!-- The rules are:

+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" 
"tab-cocoon-v11.dtd">

+<tabs software="Muse" title="Muse" copyright="The Apache Software Foundation" 
xmlns:xlink="http://www.w3.org/1999/xlink";>

+       <!-- The rules are:

     @dir will always have /index.html added.

     @href is not modified unless it is root-relative and obviously specifies a

     directory (ends in '/'), in which case /index.html will be added

   -->

-

-  <tab label="Overview" dir="" />  

-  <tab label="API Docs" dir="apidocs/" />

-  

+       <tab id="home" label="Project Info" dir=""/>

+       <tab id="doc" label="Documentation" dir="" 
indexfile="getting_started.html"/>

+       <tab label="API Docs" dir="apidocs/"/>

 </tabs>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/callback.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/callback.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/callback.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/callback.xml Mon Jun 
20 14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Writing Callback Objects</title>

+       </header>

+       <body>

+               <section id="intro">

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:resource">Back</a>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:home">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/home.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/home.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/home.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/home.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Writing a Home class</title>

+       </header>

+       <body>

+               <section id="intro">

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:callback">Back</a>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:webapp">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/images/back.gif
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/images/back.gif?rev=191568&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/muse/trunk/src/site/content/xdocs/tutorial/images/back.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/images/next.gif
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/images/next.gif?rev=191568&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/muse/trunk/src/site/content/xdocs/tutorial/images/next.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/index.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/index.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/index.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Apache WSRF Tutorial</title>

+       </header>

+       <body>

+               <section>

+                       <title>Creating and Deploying a MUWS Web Service</title>

+                       <p>This tutorial provides a step-by-step approach to 
using Apache MUSE to create and deploy a MUWS-compliant Web service that 
represents a UNIX file

+                        system. If you want to see a completed version of the 
UNIX file system management Web service, see the 

+                       <a href="site:quick">Quick Demonstration</a>.</p>

+                       <p>The process consists of the following steps:</p>

+                       <ol>

+                               <li>

+                                       <a href="wsdl.html">Write the WSDL for 
the service.</a>

+                               </li>

+                               <li>

+                                       <a href="wsdl2java.html">Run the 
Wsdl2Java tool on the WSDL.</a>

+                               </li>

+                               <li>

+                                       <a href="service.html">Create the 
service class and add business logic to it.</a>

+                               </li>

+                               <li>

+                                       <a href="resource.html">Create the 
resource class which maintains state for a resource instance.</a>

+                               </li>

+                               <li>

+                                       <a href="callback.html">Create backend 
callback objects for all non-static resource properties.</a>

+                               </li>

+                               <li>

+                                       <a href="home.html">Create the home 
class and add instance lookup logic to it.</a>

+                               </li>

+                               <li>

+                                       <a href="webapp.html">Deploy the 
service to the web application.</a>

+                               </li>

+                               <li>

+                                       <a href="test.html">Start Tomcat and 
send some test requests to the service.</a>

+                               </li>

+                       </ol>

+                       <p>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:wsdl">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/resource.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/resource.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/resource.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/resource.xml Mon Jun 
20 14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Writing a Resource Class</title>

+       </header>

+       <body>

+               <section id="intro">

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:service">Back</a>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:callback">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/service.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/service.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/service.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/service.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Writing a Service Class</title>

+       </header>

+       <body>

+               <section id="intro">

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:wsdl2java">Back</a>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:resource">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/test.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/test.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/test.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/test.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Testing Your Service</title>

+       </header>

+       <body>

+               <section id="intro">

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:webapp">Back</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/webapp.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/webapp.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/webapp.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/webapp.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Deploy the service to the Web Application</title>

+       </header>

+       <body>

+               <section id="intro">

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:home">Back</a>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:test">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl.xml Mon Jun 20 
14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Viewing the WSDL</title>

+       </header>

+       <body>

+               <section>

+                       <title>TODO</title>

+               <p>

+                       <img src="images/back.gif" alt="go to the previous 
step"/>

+                       <a href="site:tut">Back</a>

+                       <img src="images/next.gif" alt="go to the next step"/>

+                       <a href="site:wsdl2java">Next</a>

+               </p>

+               </section>

+       </body>

+</document>


Added: incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml?rev=191568&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/tutorial/wsdl2java.xml Mon Jun 
20 14:41:18 2005
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>

+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"

+          "http://forrest.apache.org/dtd/document-v20.dtd";>

+<document>

+       <header>

+               <title>Running the WsnWsdl2Java Tool</title>

+       </header>

+       <body>

+               <section>

+                       <title>TODO</title>

+                       <p>

+                               <img src="images/back.gif" alt="go to the 
previous step"/>

+                               <a href="site:wsdl">Back</a>

+                               <img src="images/next.gif" alt="go to the next 
step"/>

+                               <a href="site:service">Next</a>

+                       </p>

+               </section>

+       </body>

+</document>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to