complete domain independence

Chris Muller asqueaker at gmail.com
Thu Jul 12 03:57:48 UTC 2007


As you know, it is persistence by reachability, but you can implement
#maTransientVariables to declare certain variables "transient" (nil
will be stored in their place).  Hope this helps.

On 7/11/07, Hilaire Fernandes <hilaire at ofset.org> wrote:
> That's great Chris.
> I am now digging more on commiting large chunk of instances in the
> database (mainly model and view objects). I am looking at way to explore
> how deeply I got instances persisted in the database, just to
> controle/be sure about what I push on the DB
>
> Hilaire
>
>
> Chris Muller a écrit :
> > I'm happy to report I have improved Magma so that the
> > MagmaCollectionIndex is no longer required in the server image.
> >
> > This was a very annoying "exception" to the feature that the server
> > does not need any domain classes.  Custom index types are rightfully
> > considered part of the domain, and requiring them (unnecessarily, it
> > turned out) in the server means a completely static codebase in the
> > server was not possible.
> >
> > Now, with r40, it will be.
> >
> > Oh, also, r40 will automatically upgrade legacy repositories.  You'll
> > see a warning once, a brief upgrade will occur and you're ready to
> > roll with the r40 code.  Further, it is planned that all future
> > releases will be able to co-exist with r40.
> >
> > Just a few more things to do, r40 will be a worthwhile upgrade..
> > thanks for your patience.
> >
> > - Chris
>
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>


More information about the Magma mailing list