Issue147

Title Reevaluate the need to store the class definitions in the database
Priority wish Status unread
Superseder Nosy List reinhard
Assigned To Topics gnue-appserver

Created on 2007-01-11.19:30:29 by reinhard, last changed 2007-01-11.19:30:29 by reinhard.

Messages
msg297 (view) Author: reinhard Date: 2007-01-11.19:30:28
With the class definitions being read from XML files at startup, it seems to be
not necessary any more to store them in the database. An improved startup
performance of appserver could be a result of removing the gnue_* database tables.

Also, it would be possible to include things in the class definition that don't
fit too well into a relational database, for example default values for properties.

On the other hand, it would not be possible any more to access the class
definitions through the normal data interface.
History
Date User Action Args
2007-01-11 19:30:29reinhardcreate