You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by jr...@apache.org on 2005/07/15 01:56:43 UTC

svn commit: r219142 - in /webservices/wsrf/trunk/src/site/content/xdocs/dev_guide: resource.xml wsdl_tool.xml wsrf_wsdl.xml

Author: jruzzi
Date: Thu Jul 14 16:56:42 2005
New Revision: 219142

URL: http://svn.apache.org/viewcvs?rev=219142&view=rev
Log:
misc typos

Modified:
    webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/resource.xml
    webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsdl_tool.xml
    webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsrf_wsdl.xml

Modified: webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/resource.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/resource.xml?rev=219142&r1=219141&r2=219142&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/resource.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/resource.xml Thu Jul 14 16:56:42 2005
@@ -8,7 +8,7 @@
 	<body>
 		<section id="intro">
 			<title>Introduction</title>
-			<p>The resource class is the stateful instance-representation of your of your Web service.
+			<p>The resource class is the stateful instance-representation of your Web service.
       			The resource maintains the resource <code>id</code> and the <code>ResourcePropertySet</code>. The resource <code>id</code> is
       			the unique identifier for an instance of your Web service.  It allows you to have multiple
        		resource instances, each with their own state, fronted by the same Web service.

Modified: webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsdl_tool.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsdl_tool.xml?rev=219142&r1=219141&r2=219142&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsdl_tool.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsdl_tool.xml Thu Jul 14 16:56:42 2005
@@ -17,7 +17,7 @@
 				created using the <a href="ext:xmlbeans.apache.org">XMLBeans</a> schema compiler</li>
 				<li>an Axis Web Service Deployment Descriptor (WSDD) for your service (<em>service</em>_deploy.wsdd). This file is used to deploy your service to 
 				Axis.</li>
-				<li>A JNDI Resource configuration file for your service (<em>service</em>_jndi-config.xml. The file is used to setup the in-memory JNDI context
+				<li>A JNDI Resource configuration file for your service (<em>service</em>_jndi-config.xml). The file is used to setup the in-memory JNDI context for
 				your generated service, resource, and home classes.</li>
 			</ul>
 			<p>The tool saves you a great deal of time, since these files do not have to be created from scratch. You simply pass the tool a WSRF WSDL and the files 
@@ -37,9 +37,8 @@
 				<li>From a command prompt, change directories to <code>WORK_DIR</code>.</li>
 				<li>Run the following command. 			
 			<source>ant generate</source>
-				
-				<p>Check <code>WORK_DIR/generated</code> to see the generated files.
-				</p>	
+					<p>Check <code>WORK_DIR/generated</code> to see the generated files.
+				</p>
 				</li>
 			</ol>
 			<section>

Modified: webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsrf_wsdl.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsrf_wsdl.xml?rev=219142&r1=219141&r2=219142&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsrf_wsdl.xml (original)
+++ webservices/wsrf/trunk/src/site/content/xdocs/dev_guide/wsrf_wsdl.xml Thu Jul 14 16:56:42 2005
@@ -31,8 +31,8 @@
 				<li>WS-ResourceLifetime (WSRF-RL) PortTypes</li>
 			</ul>
 			<p>If you've copied the WSDL template file as described above, your WSDL file
-         		already contains a WSRF-compliant portType. You simply have to rename the portType (<code>MyPortType</code>) and uncomment the 
-         		blocks corresponding to whichever optional portTypes you want your WS-Resource to support.
+         		already contains a WSRF-compliant portType. You simply have to rename the portType (<code>MyPortType</code>) and the binding (MySoapHttpBinding) and 
+         		uncomment the blocks corresponding to whichever optional portTypes you want your WS-Resource to support.
       			</p>
 			<section>
 				<title>WS-ResourceProperties (WSRF-RP) PortTypes</title>