Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/doc-data_lifecycle into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/doc-data_lifecycle/+merge/106695

added stacks and queues to the data lifecycle documentation
-- 
https://code.launchpad.net/~zorba-coders/zorba/doc-data_lifecycle/+merge/106695
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/data_lifecycle.dox'
--- doc/zorba/data_lifecycle.dox	2012-05-03 12:31:51 +0000
+++ doc/zorba/data_lifecycle.dox	2012-05-21 19:31:21 +0000
@@ -7,13 +7,13 @@
 
 \image html data_lifecycle.png
 
-The store contains several types of data containers: documents, collections, and other structures (for the moment only unordered maps are supported, but more such structures -- like stacks or queues -- will be supported in future versions).
+The store contains several types of data containers: documents, collections, and other structures.
 Each such container is identified by a name, which can be a URI or a QName.
 The association between the name and the content of the containers is maintained by the store during the lifetime of the container.
 
 There are two kinds of containers: static and dynamic.
 Collections can be either static or dynamic.
-Documents and maps can only be dynamic. 
+Documents, maps, stacks, and queues can only be dynamic. 
 
 \image html store_concepts.png
 
@@ -109,7 +109,17 @@
   <tr>
     <td>Unordered Maps</td>
     <td>DDL / DML</td>
-    <td><a href="../../zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_store_data-structures_unordered-map.html">http://www.zorba-xquery.com/modules/store/static/data-structures/unordered-map</a></td>
+    <td><a href="../../zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_store_data-structures_unordered-map.html">http://www.zorba-xquery.com/modules/store/dynamic/data-structures/unordered-map</a></td>
+  </tr>
+  <tr>
+    <td>Stacks</td>
+    <td>DDL / DML</td>
+    <td><a href="../../zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_store_data-structures_stack.html">http://www.zorba-xquery.com/modules/store/dynamic/data-structures/stack</a></td>
+  </tr>
+  <tr>
+    <td>Queues</td>
+    <td>DDL / DML</td>
+    <td><a href="../../zorba/xqdoc/xhtml/www.zorba-xquery.com_modules_store_data-structures_queue.html">http://www.zorba-xquery.com/modules/store/dynamic/data-structures/queue</a></td>
   </tr>
 </table>
 

=== modified file 'doc/zorba/store_concepts.png'
Binary files doc/zorba/store_concepts.png	2012-05-03 12:31:51 +0000 and doc/zorba/store_concepts.png	2012-05-21 19:31:21 +0000 differ
-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to