Author: suran
Date: Fri Jan 18 02:08:12 2008
New Revision: 12471

Log:

spellos and minor changes.


Modified:
   trunk/wsas/java/modules/documentation/src/site/xdoc/jibx_guide.xml

Modified: trunk/wsas/java/modules/documentation/src/site/xdoc/jibx_guide.xml
==============================================================================
--- trunk/wsas/java/modules/documentation/src/site/xdoc/jibx_guide.xml  
(original)
+++ trunk/wsas/java/modules/documentation/src/site/xdoc/jibx_guide.xml  Fri Jan 
18 02:08:12 2008
@@ -24,13 +24,11 @@
         <h1>JibX Sample</h1>
         <h2>Introduction</h2>
         <p>
-            This sample demonstrate a usage of Jibx data binding that comes 
with Axis2. JiBX differs
-            from the
-            other data binding techniques supported by Axis2 in that it allows 
you to use your own
-            Java data
-            objects (as opposed to Java data objects generated from a schema 
definition). JiBX also
+            This sample demonstrates the usage of Jibx data binding that comes 
with Axis2. JiBX differs
+            from other data binding techniques supported by Axis2 in that it 
allows you to use your own
+            Java data objects (as opposed to Java data objects generated from 
a schema definition). JiBX also
             provides a
-            nicer form of unwrapped Web services interface than is supported 
by the other data
+            nicer form of an unwrapped Web services interface than is 
supported by the other data
             binding techniques.
             On the downside, JiBX requires more setup than the other data 
binding techniques - in
             particular, you
@@ -40,9 +38,9 @@
         </p>
         <h2>Building the Service</h2>
         <p>
-            To build the sample service, go to samples directory and type: 
"ant"
+            To build the sample service, go to the samples directory and type: 
"ant"
 
-            This will build LibraryService.aar in the target directory and 
copy it to the
+            This will build the LibraryService.aar file in the target 
directory and copy it to the
             &lt;WSAS_HOME&gt;/repository/services directory.
 
             The WSDL for this service should be viewable at:
@@ -51,13 +49,13 @@
         </p>
         <h2>Running the Client</h2>
         <p>
-            To run the sample client for the service, go to samples directory 
and user either
+            To run a sample client for the service, go to samples directory 
and user either
             run-client.sh in Linux or
             run-client.bat in Windows.
 
-            Or else you can use WSAS features to generate the client stubs 
pointing to the wsdl and
-            invoke the service with that
-            Or invoke the service with Try-It
+            Otherwise, you can use WSAS features to generate the client stubs 
pointing to the wsdl and
+            invoke the service with that,
+            or you can invoke the service with the Try-It tool.
         </p>
         <h2>References</h2>
         <p>
@@ -69,4 +67,4 @@
             </ol>
         </p>
     </body>
-</html>
\ No newline at end of file
+</html>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to