Author: keith
Date: Fri Jul 18 23:45:31 2008
New Revision: 19614
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19614

Log:
Fixing wordings at the top


Modified:
   trunk/mashup/java/xdocs/sessionhostobject.html
   trunk/mashup/java/xdocs/systemhostobject.html

Modified: trunk/mashup/java/xdocs/sessionhostobject.html
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/sessionhostobject.html?rev=19614&r1=19613&r2=19614&view=diff
==============================================================================
--- trunk/mashup/java/xdocs/sessionhostobject.html      (original)
+++ trunk/mashup/java/xdocs/sessionhostobject.html      Fri Jul 18 23:45:31 2008
@@ -24,7 +24,7 @@
 <div id="main-content">
 <h1>Session Host Object</h1>
 <h3> 1.0 Introduction</h3>
-<p>The 'session' hosted object provides the ability for the users
+<p>The 'session' host object provides the ability for the users
 to share objects across different service invocations. The session
 object is global and thus does not need to be instantiated explicitly.</p>
 <h3>1.1 Example</h3>

Modified: trunk/mashup/java/xdocs/systemhostobject.html
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/systemhostobject.html?rev=19614&r1=19613&r2=19614&view=diff
==============================================================================
--- trunk/mashup/java/xdocs/systemhostobject.html       (original)
+++ trunk/mashup/java/xdocs/systemhostobject.html       Fri Jul 18 23:45:31 2008
@@ -22,9 +22,10 @@
 <div id="main-content">
 <h1>System Host Object</h1>
 <h3>1.0 Introduction</h3>
-<p>A 'system' hosted global object provides a set of system
+<p>The 'system' host&nbsp;object provides a set of system
 specific
-utility functions. No explicit instantiation is necessary.</p>
+utility functions.&nbsp;The system
+object is global and thus does not need to be instantiated explicitly.</p>
 <h3>1.1 Example</h3>
 <div class="code">
 <pre>system.include("concatscript.js");<br>function add(first, last) {<br>     
system.log(system.localHostName);<br>   //waits for 1 second<br>        
system.wait(1000);<br>  // concat is a function in the included concatscript.js 
javascript<br> var answer = concat(first,last);<br> // Send a notification to 
the Desk tray specifying the answer<br> system.notifyMonitor("Result of 
concaternating" + first + " and " + last", answer);<br> return 
answer;<br>}</pre>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to