[Zope] Re: How can I make class variables store in the zodb??

2005-04-25 Thread Stephen How
Peter, I had the same question as you did, about getting my AT class variables stored in the ZODB. The answer is pretty simple: almost all your class variables are automatically persistent in the ZODB, as the AT base class (e.g., BaseContent or BaseFolder) inherits from a persistent base class

[Zope] Re: How can I make class variables store in the zodb??

2005-04-26 Thread Stephen How
I don't understand all the issues, but from an AT-user's point of view, it'd be very nice to have a fully supported dictionary and array field. I'm very interested in using the ATExtentions, but am wary of exposing myself to code that may not be future-proof. Practically speaking, is the risk l