commit-gnue
[Top][All Lists]
Advanced

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

r5922 - trunk/gnue-appserver


From: reinhard
Subject: r5922 - trunk/gnue-appserver
Date: Wed, 7 Jul 2004 17:14:02 -0500 (CDT)

Author: reinhard
Date: 2004-06-22 02:54:15 -0500 (Tue, 22 Jun 2004)
New Revision: 5922

Modified:
   trunk/gnue-appserver/ROADMAP.in
Log:
We're basically prepared for 0.1!!


Modified: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2004-06-21 18:14:44 UTC (rev 5921)
+++ trunk/gnue-appserver/ROADMAP.in     2004-06-22 07:54:15 UTC (rev 5922)
@@ -4,67 +4,6 @@
 ===================================================================
 
 
-0.1
-
-
-GOALS
-  The 0.1 release will be our first milestone.
-  So during the 0.0.x release we will mainly focus on developing a
-  good base design.
-
-
-TODO
-
-  [Object Server]
-
-    Reconsider switching to an object oriented RPC interface with a session
-    class and a list class (*)
-
-IN PROGRESS
-
-
-FINISHED
-
-  [Documentation]
-
-    API documentation and Whitepaper
-
-  [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
-
-  [Class Repository]
-
-    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 ...)
-
-    Implement bound procedures
-
-    Implement calculated fields
-
-
-===================================================================
-
-
 0.2
 
 
@@ -76,18 +15,21 @@
 
   [Documentation]
 
-    Write an Application Server User Manual.
+    Write an Application Server System Administrators Manual.
 
     Write an Application Server Developers Manual.
 
+  [Object Server]
+
+    Reconsider switching to an object oriented RPC interface with a session
+    class and a list class (*)
+
   [Class Repository]
 
     List fields
 
   [Data Interface]
 
-    allow changing and creation of database tables
-
     direct select/update access through new connection object (*)
 
 





reply via email to

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