11 Mar
1999
11 Mar
'99
5:53 p.m.
Martijn Pieters wrote:
Martijn Faassen wrote:
You need press the 'edit' button for an external method in Zope each time you changed something in it and want it updated. This would imply Python code can indeed be part of the Object database, right?
No, it forces Python to recompile the code. The code itself is NOT stored int the object database. Only instance data is stored in the object database, no code is. Zope classes are said to change all this, aren't they, DC?
Aah, of course, I see. Thanks! Martijn