You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/05/16 21:11:15 UTC

svn commit: r170430 - in /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs: glossary.xml jpetstore.xml site.xml wsm/sample_Employee.xml wsm/tutorial_wsm.xml wsm/wsm_JWSFiles.xml

Author: steveh
Date: Mon May 16 12:11:13 2005
New Revision: 170430

URL: http://svn.apache.org/viewcvs?rev=170430&view=rev
Log:
Changing references to JWS to JAVA.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/glossary.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_Employee.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/glossary.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/glossary.xml?rev=170430&r1=170429&r2=170430&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/glossary.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/glossary.xml Mon May 16 12:11:13 2005
@@ -75,10 +75,6 @@
 				then passed to an Action method.</p>
 				</dd>
 			</dl>
-            <dl id="jws">
-				<dt><strong>JWS file</strong></dt>
-				<dd>A Java Web Service file.</dd>
-			</dl>
             <dl id="netui_tag_lib">
 				<dt><strong>&lt;netui> tag library</strong></dt>
 				<dd>The JSP library for Page Flow web applications.  The &lt;netui> tag library

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=170430&r1=170429&r2=170430&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml Mon May 16 12:11:13 2005
@@ -84,7 +84,7 @@
 				</tr>
 				<tr>
 					<td>
-						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/PetstoreInventoryManager.jws</td>
+						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/PetstoreInventoryManager.java</td>
 					<td>Web service for employee access to the store</td>
 				</tr>
 				<tr>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml?rev=170430&r1=170429&r2=170430&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/site.xml Mon May 16 12:11:13 2005
@@ -57,7 +57,7 @@
         <wsm label="Web Services">
 			<wsm_getting_started label="Getting Started" href="wsm/getting_started.html"/>
             <wsm_overview label="Web Services Overview" href="wsm/wsm_overview.html"/>
-            <jws_files label="Java Web Service Files" href="wsm/wsm_JWSFiles.html"/>
+            <jws_files label="Java Web Services" href="wsm/wsm_JWSFiles.html"/>
             <supported_datatypes label="Supported Data Types" href="wsm/datatypes.html"/>
             <jsr181 label="Web Services (JSR 181)" href="webservices.html"/>
         </wsm>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_Employee.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_Employee.xml?rev=170430&r1=170429&r2=170430&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_Employee.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_Employee.xml Mon May 16 12:11:13 2005
@@ -13,7 +13,7 @@
 				queries the backend database: selecting, updating and inserting 
 				employee data. A Beehive database control connects the web 
 				service and the database. The web service class is located at 
-				<code>EmployeeWS/WEB-INF/src/web/Service.jws</code>. The 
+				<code>EmployeeWS/WEB-INF/src/web/Service.java</code>. The 
 				database control is located at 
 				<code>EmployeeWS/WEB-INF/src/org/apache/beehive/sample/EmployeeDBControl.java</code>. 
 				Note that EmployeeDBControl is a subclass of DatabaseControl, 

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml?rev=170430&r1=170429&r2=170430&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml Mon May 16 12:11:13 2005
@@ -83,22 +83,12 @@
         <section id="step_2">
             <title>Step 2: Run the Web Service Template</title>
              <section id="examine_JWS">
-                <title>To Examine the Blank.jws Web Service</title>
+                <title>To Examine the Blank.java Web Service</title>
                 <p>You are now ready to compile and run the template web service already included
 					in the project folder--but before we run the web service, let's first look at the code.</p>
                 <p>In a text editor of your choice, 
-					open the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.jws</code>.  
+					open the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code>.  
 					</p>
-				<p>The file extension <strong><code>.jws</code></strong> stands for Java Web Service.  It is important to note that
-					the file <code>Blank.jws</code> is a plain old JAVA source file--nothing more, nothing 
-					less.  
-					If your were to
-					rename <code>Blank.</code><strong><em><code>jws</code></em></strong> to 
-					<code>Blank.</code><strong><em><code>java</code></em></strong>, 
-					this tutorial, and any subsequent
-					development beyond this tutorial, would proceed normally.  We use the 'JWS' file 
-					extension purely as a mnemonic device to help the developer remember what this file is:
-					a <strong>J</strong>ava <strong>W</strong>eb <strong>S</strong>ervice file.</p>
 					<p>The code looks like this:</p>
                 <source>package web;
 ...
@@ -166,7 +156,7 @@
             <section id="edit_3">
                 <title>To Edit the JWS File</title>
                 <p/>
-                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.jws</code> so it appears as follows. Code to add appears in bold type.</p>
+                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
 <source>package web;
 ...
 import javax.jws.WebMethod;
@@ -215,7 +205,7 @@
         <section id="step_4">
             <title>Step 4: Add a Non-Web Invokable Method</title>
 			<section id="edit_4"><title>To Edit the JWS File</title>
-                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.jws</code> so it appears as follows. Code to add appears in bold type.</p>
+                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
 <source>package web;
 ...
 import javax.jws.WebMethod;
@@ -273,7 +263,7 @@
                 <title>Step 5: Change the SOAP Style</title>
 			<section id="edit_5"><title>To Edit the JWS File</title>
                 <p>The default SOAP style for JSR-181 web services is DOC-literal.  In this step you will change the style to RPC-encoded.</p>
-                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.jws</code> so it appears as follows. Code to add appears in bold type.</p>
+                <p>Edit the file <code>C:/beehive_projects/ws_tutorial/WEB-INF/src/web/Blank.java</code> so it appears as follows. Code to add appears in bold type.</p>
 <source>package web;
 ...
 import javax.jws.WebMethod;

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml?rev=170430&r1=170429&r2=170430&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/wsm_JWSFiles.xml Mon May 16 12:11:13 2005
@@ -2,7 +2,7 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
     <header>
-        <title>Java Web Service Files</title>
+        <title>Java Web Services</title>
     </header>
 	<body>
 		<p>This topic explains the basic techniques for exposing a Java class