commit-gnue
[Top][All Lists]
Advanced

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

r5553 - trunk/gnue-appserver


From: reinhard
Subject: r5553 - trunk/gnue-appserver
Date: Sat, 27 Mar 2004 15:44:54 -0600 (CST)

Author: reinhard
Date: 2004-03-27 15:44:53 -0600 (Sat, 27 Mar 2004)
New Revision: 5553

Modified:
   trunk/gnue-appserver/ROADMAP.in
   trunk/gnue-appserver/TODO
Log:
Updated roadmap.


Modified: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2004-03-27 21:07:43 UTC (rev 5552)
+++ trunk/gnue-appserver/ROADMAP.in     2004-03-27 21:44:53 UTC (rev 5553)
@@ -4,42 +4,23 @@
 ===================================================================
 
 
-0.1.0
+0.1
 
 
 GOALS
-  The 0.1.0 release will be our first milestone.
+  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
 
-  All outstanding critical bugs in dcl, if any
-
-  [Documentation]
-
-    Update Documentation to cover all changes.
-
   [Object Server]
 
     Implement bound procedures.
 
-  [RPC API]
+    Implement calculated fields
 
-    Add session management (i.e. use a timeout for a session as a whole,
-    to release all session objects after a session timeouts) (*)
-
-  [Data Interface]
-
-    direct select/update access through new connection object (*)
-
-  [Management Interface]
-
-    add a Management interface with a safe 'shutdown' command.
-    (i.e. wait until all sessions are closed and forbid new sessions)
-
-
 IN PROGRESS
 
 
@@ -81,39 +62,31 @@
 ===================================================================
 
 
-0.2.x
+0.2
 
 
 GOALS
-  The 0.2.x release will try to implement missing functionality.
+  The 0.2 release will perfectionize the existing features.
 
 
 TODO
 
-  All outstanding critical bugs in dcl, if any
-
   [Documentation]
 
-    Update Documentation to cover all changes.
+    Write an Application Server User Manual.
 
-    Start an Application Server User Manual.
+    Write an Application Server Developers Manual.
 
-    Start an Application Server Developers Manual.
-
   [Class Repository]
 
     List fields
 
-    Calculated fields
-
   [Data Interface]
 
     allow changing and creation of database tables
 
-  [Authentification Interface]
+    direct select/update access through new connection object (*)
 
-    Advanced security support (=access restrictions on a user/object
-    class basis)
 
 
 IN PROGRESS
@@ -125,28 +98,30 @@
 ===================================================================
 
 
-0.3.x
+0.3
 
 
 GOALS
-  The 0.3.x release will focus on stability. With 0.3.0 we intend to
-  deliver a program, which "can"  be used in production environemnets.
+  The 0.3 Release will add a management interface and implement transaction and
+  locking support.
 
 
 TODO
 
-  All outstanding critical bugs in dcl, if any
+  [RPC API]
 
-  [Documentation]
+    Add session management (i.e. use a timeout for a session as a whole,
+    to release all session objects after a session timeouts) (*)
 
-    Update Documentation to cover all changes.
-
   [Data Interface]
 
     move transaction and locking support in the Appserver itself
 
   [Management Interface]
 
+    add a Management interface with a safe 'shutdown' command.
+    (i.e. wait until all sessions are closed and forbid new sessions)
+
     status monitoring support (memory usage, current query, current
     sessions, ..)
 
@@ -159,3 +134,32 @@
 
 
 FINISHED
+
+
+
+===================================================================
+
+
+0.4
+
+
+GOALS
+  The 0.4 Release will focus on security.
+
+
+TODO
+
+  [General]
+
+    General security audit of the code
+
+  [Authentication Interface]
+
+    Advanced security support (=access restrictions on a user/object
+    class basis)
+
+
+IN PROGRESS
+
+
+FINISHED

Modified: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2004-03-27 21:07:43 UTC (rev 5552)
+++ trunk/gnue-appserver/TODO   2004-03-27 21:44:53 UTC (rev 5553)
@@ -2,14 +2,14 @@
 GNUe Appserver: Feature Plans
 
 ======================================================================
-0.1.0 Releases
+0.1 Releases
 ======================================================================
 
 ----------------------------------------------------------------------
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.1.0 release will be our first milestone.
+  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.
 
@@ -17,25 +17,10 @@
 TODO
 ----------------------------------------------------------------------
 
-  All outstanding critical bugs in dcl, if any
-
-Documentation
-  * Update Documentation to cover all changes.
-
 Object Server
   * Implement bound procedures.
+  * Implement calculated fields
 
-RPC API
-  * Add session management (i.e. use a timeout for a session as a whole,
-    to release all session objects after a session timeouts) (*)
-
-Data Interface
-  * direct select/update access through new connection object (*)
-
-Management Interface
-  * add a Management interface with a safe 'shutdown' command.
-    (i.e. wait until all sessions are closed and forbid new sessions)
-
 ----------------------------------------------------------------------
 FINISHED
 ----------------------------------------------------------------------
@@ -65,62 +50,56 @@
 
 
 ======================================================================
-0.2.x Releases
+0.2 Releases
 ======================================================================
 
 ----------------------------------------------------------------------
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.2.x release will try to implement missing functionality.
+  The 0.2 release will perfectionize the existing features.
 
 ----------------------------------------------------------------------
 TODO
 ----------------------------------------------------------------------
 
-  All outstanding critical bugs in dcl, if any
-
 Documentation
-  * Update Documentation to cover all changes.
-  * Start an Application Server User Manual.
-  * Start an Application Server Developers Manual.
+  * Write an Application Server User Manual.
+  * Write an Application Server Developers Manual.
 
 Class Repository
   * List fields
-  * Calculated fields
 
 Data Interface
   * allow changing and creation of database tables
+  * direct select/update access through new connection object (*)
 
-Authentification Interface
-  * Advanced security support (=access restrictions on a user/object
-    class basis)
 
-
 ======================================================================
-0.3.x Releases
+0.3 Releases
 ======================================================================
 
 ----------------------------------------------------------------------
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.3.x release will focus on stability. With 0.3.0 we intend to
-  deliver a program, which "can"  be used in production environemnets.
+  The 0.3 Release will add a management interface and implement transaction and
+  locking support.
 
 ----------------------------------------------------------------------
 TODO
 ----------------------------------------------------------------------
 
-  All outstanding critical bugs in dcl, if any
+RPC API
+  * Add session management (i.e. use a timeout for a session as a whole,
+    to release all session objects after a session timeouts) (*)
 
-Documentation
-  * Update Documentation to cover all changes.
-
 Data Interface
   * move transaction and locking support in the Appserver itself
 
 Management Interface
+  * add a Management interface with a safe 'shutdown' command.
+    (i.e. wait until all sessions are closed and forbid new sessions)
   * status monitoring support (memory usage, current query, current
     sessions, ..)
   * add a safe 'restart' command (which reloads configuration files to
@@ -128,4 +107,26 @@
     clients if possible.
 
 
+======================================================================
+0.4 Releases
+======================================================================
 
+----------------------------------------------------------------------
+GOALS
+----------------------------------------------------------------------
+
+  The 0.4 Release will focus on security.
+
+----------------------------------------------------------------------
+TODO
+----------------------------------------------------------------------
+
+General
+  * General security audit of the code
+
+Authentication Interface
+  * Advanced security support (=access restrictions on a user/object
+    class basis)
+
+
+





reply via email to

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