commit-gnue
[Top][All Lists]
Advanced

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

r6276 - trunk/gnue-appserver


From: reinhard
Subject: r6276 - trunk/gnue-appserver
Date: Mon, 13 Sep 2004 06:10:12 -0500 (CDT)

Author: reinhard
Date: 2004-09-13 06:10:11 -0500 (Mon, 13 Sep 2004)
New Revision: 6276

Modified:
   trunk/gnue-appserver/ROADMAP.in
   trunk/gnue-appserver/TODO
Log:
Again updated roadmap. We will release earlier.


Modified: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2004-09-13 09:41:15 UTC (rev 6275)
+++ trunk/gnue-appserver/ROADMAP.in     2004-09-13 11:10:11 UTC (rev 6276)
@@ -8,68 +8,76 @@
 
 
 GOALS
-  The 0.2 release will perfectionize the existing features.
+  The 0.2 release will add further features necessary to write
+  applications.
 
 
 TODO
 
-  [Documentation]
 
-    Write an Application Server System Administrators Manual.
+IN PROGRESS
 
-    Write an Application Server Developers Manual.
 
+  [Forms Support]
+
+    Generate dynamic forms
+
   [Object Server]
 
-    Add support for different companies and different fiscal years.  This adds
-    two system classes, gnue_company and gnue_year.  Classes can be defined as
-    global, as company dependent (meaning the class will get a gnue_company
-    field pointing to a gnue_company instance) or year dependent (same for
-    gnue_year).  The user will be able to set the current company and the
-    current year for a session (although not yet sure how) and AppServer will
-    add an autmoatic filter where appropriate.
+    Make sure that all exceptions are passed to the caller in a meaningful way,
+    especially exceptions raised in procedure code and exceptions raised by the
+    appserver itself (like key violations and such).
 
-    Reconsider switching to an object oriented RPC interface with a session
-    class and a list class (*)
+    Allow for translatable message texts for triggers and procedures,
+    especially for exceptions.
 
-  [Class Repository]
 
-    List fields (?)
+FINISHED
 
-  [Data Interface]
 
-    direct select/update access through new connection object (*)
+===================================================================
 
 
+0.3
 
-IN PROGRESS
 
+GOALS
+  The 0.3 release will add further features necessarey to write the
+  official GNUe Packages.
 
-  [Forms Support]
 
-    Generate dynamic forms
+TODO
 
+  [Documentation]
+
+    Write an Application Server Developers Manual.
+
   [Object Server]
 
-    Make sure that all exceptions are passed to the caller in a meaningful way,
-    especially exceptions raised in procedure code and exceptions raised by the
-    appserver itself (like key violations and such).
+    Add support for different companies and different fiscal years.  This adds
+    two system classes, gnue_company and gnue_year.  Classes can be defined as
+    global, as company dependent (meaning the class will get a gnue_company
+    field pointing to a gnue_company instance) or year dependent (same for
+    gnue_year).  The user will be able to set the current company and the
+    current year for a session (although not yet sure how) and AppServer will
+    add an autmoatic filter where appropriate.
 
-    Allow for translatable message texts for triggers and procedures,
-    especially for exceptions.
+    Reconsider switching to an object oriented RPC interface with a session
+    class and a list class (*)
 
+  [Data Interface]
 
-FINISHED
+    direct select/update access through new connection object (*)
 
 
 ===================================================================
 
 
-0.3
+0.4
 
 
 GOALS
-  The 0.3 Release will add a management interface and implement transaction and
+  The 0.4 Release will add a management interface and implement transaction and
   locking support.
 
 
@@ -107,11 +115,11 @@
 ===================================================================
 
 
-0.4
+0.5
 
 
 GOALS
-  The 0.4 Release will focus on security.
+  The 0.5 Release will focus on security.
 
 
 TODO

Modified: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2004-09-13 09:41:15 UTC (rev 6275)
+++ trunk/gnue-appserver/TODO   2004-09-13 11:10:11 UTC (rev 6276)
@@ -9,14 +9,40 @@
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.2 release will perfectionize the existing features.
+  The 0.2 release will add further features necessary to write
+  applications.
 
 ----------------------------------------------------------------------
+IN PROGRESS
+----------------------------------------------------------------------
+
+Forms Support
+  * Generate dynamic forms
+
+Object Server
+  * Make sure that all exceptions are passed to the caller in a meaningful way,
+    especially exceptions raised in procedure code and exceptions raised by the
+    appserver itself (like key violations and such).
+  * Allow for translatable message texts for triggers and procedures,
+    especially for exceptions.
+
+
+======================================================================
+0.3 Releases
+======================================================================
+
+----------------------------------------------------------------------
+GOALS
+----------------------------------------------------------------------
+
+  The 0.3 release will add further features necessarey to write the
+  official GNUe Packages.
+
+----------------------------------------------------------------------
 TODO
 ----------------------------------------------------------------------
 
 Documentation
-  * Write an Application Server System Administrators Manual.
   * Write an Application Server Developers Manual.
 
 Object Server
@@ -30,36 +56,19 @@
   * Reconsider switching to an object oriented RPC interface with a session
     class and a list class (*)
 
-Class Repository
-  * List fields (?)
-
 Data Interface
   * direct select/update access through new connection object (*)
 
-----------------------------------------------------------------------
-IN PROGRESS
-----------------------------------------------------------------------
 
-Forms Support
-  * Generate dynamic forms
-
-Object Server
-  * Make sure that all exceptions are passed to the caller in a meaningful way,
-    especially exceptions raised in procedure code and exceptions raised by the
-    appserver itself (like key violations and such).
-  * Allow for translatable message texts for triggers and procedures,
-    especially for exceptions.
-
-
 ======================================================================
-0.3 Releases
+0.4 Releases
 ======================================================================
 
 ----------------------------------------------------------------------
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.3 Release will add a management interface and implement transaction and
+  The 0.4 Release will add a management interface and implement transaction and
   locking support.
 
 ----------------------------------------------------------------------
@@ -84,14 +93,14 @@
 
 
 ======================================================================
-0.4 Releases
+0.5 Releases
 ======================================================================
 
 ----------------------------------------------------------------------
 GOALS
 ----------------------------------------------------------------------
 
-  The 0.4 Release will focus on security.
+  The 0.5 Release will focus on security.
 
 ----------------------------------------------------------------------
 TODO





reply via email to

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