[Zope] Question about application design
Robb Shecter
robb at acm.org
Tue Apr 20 14:39:44 EDT 2004
>> ...The better option may be a simple
>> python product implementing some sort of persistent object
I just discovered the TransientObject. How about I add a Transient
Object Container to the temp_folder, which will store my application
data? That looks like it'll work...
My data set is read-only, by the way.
I also just discovered how easy it is to get access to the SESSION
transient object from a python script, and how you can easily use that.
Very nice.
More information about the Zope
mailing list