commit-gnue
[Top][All Lists]
Advanced

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

r5120 - in trunk/gnue-appserver: . samples


From: reinhard
Subject: r5120 - in trunk/gnue-appserver: . samples
Date: Wed, 18 Feb 2004 11:00:49 -0600 (CST)

Author: reinhard
Date: 2004-02-18 11:00:47 -0600 (Wed, 18 Feb 2004)
New Revision: 5120

Modified:
   trunk/gnue-appserver/TODO
   trunk/gnue-appserver/samples/README
Log:
Updated some documentation.


Modified: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2004-02-18 16:53:23 UTC (rev 5119)
+++ trunk/gnue-appserver/TODO   2004-02-18 17:00:47 UTC (rev 5120)
@@ -30,27 +30,11 @@
 RPC API
   * Move explicit data type checking and support into the RPC layer (*)
   * Add session management (i.e. use a timeout for a session as a whole,
-    to  release all session objects after a session timeouts) (*)
+    to release all session objects after a session timeouts) (*)
 
-Class Repository
-  * Add support structure for procedures ("gnue_procedure" table,
-    "procedures" object class ...)
-
-Code Interface
-  * Implement a code interface/method executor (*)
-
 Data Interface
-  * direct select/update access through new  connection object (*)
-  * OO-feeling (which means that resultsets are not isolated from updates
-    (manual or by procedure)  when these updates happen in the same session)
-    instead of nowadays SQL-feeling (resultsets cannot be modified).
-  * maintain a per-session data cache that gets reused for all accesses to
-    the same instance in this session (necessary for OO-feeling)
+  * direct select/update access through new connection object (*)
 
-Language Interface
-  * several improvements (search for the keyword "future" in
-    doc/technotes/00001.txt)
-
 Management Interface
   * add a Management interface with a safe 'shutdown' command.
     (i.e. wait until all sessions are closed and forbid new sessions)
@@ -64,7 +48,14 @@
 
 Data Interface
   * load and store data from databases
+  * OO-feeling (which means that resultsets are not isolated from updates
+    (manual or by procedure)  when these updates happen in the same session).
+  * maintain a per-session data cache that gets reused for all accesses to
+    the same instance in this session (necessary for OO-feeling)
 
+Code Interface
+  * Implement a code interface/method executor (*)
+
 Authentification Interface
   * Implement basic authentication of users credentials
 
@@ -72,6 +63,8 @@
   * Implement a class repository
   * Add support for dumping the class repository into a gnue schema
     file.
+  * Add support structure for procedures ("gnue_procedure" table,
+    "procedures" object class ...)
 
 
 ======================================================================
@@ -103,7 +96,7 @@
   * allow changing and creation of database tables
 
 Authentification Interface
-  * Advanced security support  (=access restrictions on a user/object
+  * Advanced security support (=access restrictions on a user/object
     class basis)
 
 

Modified: trunk/gnue-appserver/samples/README
===================================================================
--- trunk/gnue-appserver/samples/README 2004-02-18 16:53:23 UTC (rev 5119)
+++ trunk/gnue-appserver/samples/README 2004-02-18 17:00:47 UTC (rev 5120)
@@ -43,11 +43,12 @@
 Other Samples
 =============
 
-Apart from the basic "sample.gfd" you will find the following other samples in 
this directory:
+Apart from the basic "sample.gfd" you will find the following other samples in
+this directory:
 
-   GNUeClassRepository.gfd:
+   gnue_modules.gfd and gnue_classes.gfd
 
-   This GNUe Forms Definition allows you to edit modules, classes and 
+   These GNUe Forms Definitions allow you to edit modules, classes and 
    properties in the Class Repository used by GNUe Appserver.
 
    In default setup, only the user "hacker" has the permission to access the





reply via email to

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