[Seaside] Re: [ANN] Magma Tutorial

Chris Muller asqueaker at gmail.com
Tue Dec 18 16:01:14 UTC 2007


The server only flushes to the "commits" folder, which represents
archived transaction logs, every five minutes.  It is possible you
looked at it before that time had elapsed.

The commits.log in the main repository directory is flushed within
five seconds of the last commit, however, so you should notice its
timestamp update very soon after a commit.

On Dec 18, 2007 12:51 AM, itsme213 <itsme213 at hotmail.com> wrote:
> I did get through Installer on 3.10gamma (but will have to revert to 3.9 as
> I cannot upgrade images right now). For now on to some persistence
> experiments ...
>
> Some newbie questions:
> Is StSession (or my session class) supposed to have an instVar #db, to be
> set to
>     self db: (self magma rootAs: StMagmaDatabase) ?
>
> If not, where is #db: defined? What is the object/instVar path between my
> WAComponents and the instance of my Database class
>     WADictionaryRoot subclass: #MyMagmaDatabase
>
> Also, are commits supposed to happen automatically after each server round
> trip? Does this work for Ajax updates? I am not seeing these commit changes
> in the "commits" folder, and after I quit and restart my Squeak image
> without saving, I don't see the changes I made previously.
>
> Thanks - Sophie
>
> >
> > "Keith Hodges" <keith_hodges at yahoo.co.uk> wrote in message
> > news:4763AA8C.6010808 at yahoo.co.uk...
> >>I am pleased to announce that by popular demand I have written a Magma
> >> tutorial segment to go with:
> >>
> >> http://www.swa.hpi.uni-potsdam.de/seaside/tutorial  (chapter 8)
> >>
> >> This tutorial can be found at:
> >>
> >> http://wiki.squeak.org/squeak/6021
> >
> >>From the tutorial:
> >   "To install (into a 3.10 based image) ..."
>
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list