[Seaside] Re: Seaside & Ruby Rails Compared

goran at krampe.se goran at krampe.se
Thu Sep 8 01:23:06 CEST 2005


Hi!

Victor Rodriguez <victor.palique at gmail.com> wrote:
> But how do you keep your object instances inside the image, in a
> global variable?
> 
> Let me ask this again, is there a recommended way of doing this?

Well, I would say class variables is the "most common" way to hold onto
"global state".
For example, SMSqueakMap holds your map in a class var called
DefaultMap.

regards, Göran


More information about the Seaside mailing list