gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] storm/doc/pegboard/storm_with_tapestry--hemppah...


From: Hermanni Hyytiälä
Subject: [Gzz-commits] storm/doc/pegboard/storm_with_tapestry--hemppah...
Date: Tue, 08 Jul 2003 03:28:02 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Branch:         
Changes by:     Hermanni Hyytiälä <address@hidden>      03/07/08 03:28:01

Modified files:
        doc/pegboard/storm_with_tapestry--hemppah: peg.rst 

Log message:
        language

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst
diff -u storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.15 
storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.16
--- storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst:1.15        Tue Jul 
 8 02:35:10 2003
+++ storm/doc/pegboard/storm_with_tapestry--hemppah/peg.rst     Tue Jul  8 
03:28:01 2003
@@ -5,8 +5,8 @@
 
 :Authors:  Hermanni Hyytiälä
 :Date-Created: 2003-07-03
-:Last-Modified: $Date: 2003/07/08 06:35:10 $
-:Revision: $Revision: 1.15 $
+:Last-Modified: $Date: 2003/07/08 07:28:01 $
+:Revision: $Revision: 1.16 $
 :Status:   Incomplete
 
 .. :Stakeholders:
@@ -17,11 +17,11 @@
 
 This document describes the use of Tapestry overlay with Storm. We start by 
 proviving a short introduction to Tapestry, to the SEDA model and to the 
Tapestry 
-API. Then, we propose new classes and a pseudo code to be which provide
-Tapestry's basic functionality to Storm. New classes are mandatory for 
-transferring Storm-related messages in a Tapestry overlay. Pseudo code 
-describes a simple StormTapestryManager which supports query and insert 
-operations in a Tapestry overlay.
+API. Then, we propose new classes to be implemented in order to transfer
+Storm-related messages in a Tapestry overlay, and a pseudo code which would 
+provide Tapestry's basic services to Storm; pseudo code describes a simple 
+StormTapestryManager class which supports Storm block query and insert 
operations
+in a Tapestry overlay.
 
 This document is based on Tapestry 2.0 release.
 
@@ -216,8 +216,8 @@
      
      
 Here, we propose a simple StormTapestryManager pseudo code. This is an event
-handler class for Tapestry. In addition, this class provides Storm block
-query and insert operations in a Tapestry overlay.
+handler class for Tapestry services. In addition, this class provides Storm
+block query and insert operations in a Tapestry overlay.
 
        class StormTapestryManager implements EventHandlerIF {
        
@@ -274,7 +274,7 @@
                "ostore.tapestry.api.TapestryLocateFailure"
                }
                
-               for (From i = 0 To numberOf(message_types)) {
+               for (From i=0 To numberOf(message_types)) {
            
                   // First, register messages we intend to
                   // receive
@@ -296,7 +296,7 @@
                 method handleEvents(QueueElementIF array items) 
                 throws EventHandlerException {
                 
-                for (from i=0 to length(items)
+                for (From i=0 to numberOf(items)
                        handleEvent(items[i])                   
                 }
                




reply via email to

[Prev in Thread] Current Thread [Next in Thread]