error loading Scribo CMS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

error loading Scribo CMS

Prashanth Hebbar

Hi:

I loaded Scribo (latest version) using Monticello Browser. Before loading Monticello warned that there are dependencies I have to resolve before loading. I opted "proceed". I checked if the WebStyle class was present, which was. So I started scribo using the message as suggested in the installation guide. I am getting "Error: Key not found" message.

What am I missing here?

Someone please help.

Regards,

On Sun, Sep 28, 2008 at 3:30 PM, <[hidden email]> wrote:
Send Aida mailing list submissions to
       [hidden email]

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.aidaweb.si/mailman/listinfo/aida
or, via email, send a message with subject or body 'help' to
       [hidden email]

You can reach the person managing the list at
       [hidden email]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Aida digest..."


Today's Topics:

  1. Re: Squeak website from today on Scribo (Rob Rothwell)
  2. Re: Squeak website from today on Scribo (Janko Miv?ek)
  3. Aida and Magma (Rob Rothwell)
  4. Re: Squeak website from today on Scribo (nico)


----------------------------------------------------------------------

Message: 1
Date: Sat, 27 Sep 2008 18:10:55 -0400
From: "Rob Rothwell" <[hidden email]>
Subject: Re: [aida] Squeak website from today on Scribo
To: "AIDA/Web general discussion list" <[hidden email]>
Message-ID:
       <[hidden email]>
Content-Type: text/plain; charset="iso-8859-1"

On Sat, Sep 27, 2008 at 5:44 PM, nico <[hidden email]> wrote:

> There is an empty about page...


There's an about page?  I am not even seeing that link!

Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.aidaweb.si/pipermail/aida/attachments/20080927/b628b6d2/attachment.html

------------------------------

Message: 2
Date: Sun, 28 Sep 2008 00:12:09 +0200
From: Janko Miv?ek <[hidden email]>
Subject: Re: [aida] Squeak website from today on Scribo
To: [hidden email],  Aida/Web general discussion list
       <[hidden email]>
Message-ID: <[hidden email]>
Content-Type: text/plain; charset=UTF-8; format=flowed

Rob Rothwell wrote:

> Your welcome.  I'll let you know if I find anything else!
>
> Would it be considered poor form to list Aida in the links section at
> the lower left along with the other major projects?
>
> Just wondering...

Well, I would wait a bit and trigger that question a bit later :)

Janko


> On Sat, Sep 27, 2008 at 5:44 PM, Janko Miv?ek <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Corrected! Thanks a lot Rob!
>
>     Janko
>
>     Rob Rothwell wrote:
>
>         Janko,
>
>         Selecting "Others" under "Downloads" (in the upper right) gives you:
>
>         <HTML>
>         <HEAD><TITLE>Not Found</TITLE></HEAD>
>         <BODY>
>         <H1>404 Not Found</H1>
>         <P>The requested resource was not found on this server.</P>
>         </BODY></HTML>
>
>         Take care,
>
>         Rob
>
>
>         On Sat, Sep 27, 2008 at 5:33 PM, Janko Miv?ek
>         <[hidden email] <mailto:[hidden email]>
>         <mailto:[hidden email]
>         <mailto:[hidden email]>>> wrote:
>
>            Dear all,
>
>            Today me and Ken Causey switched Squeak website to our Scribo
>         based one:
>
>                   http://www.squeak.org
>
>            Old site is still accessible at http://old.squeak.org/ .
>
>            So far so good and I hope everything will work well. There is
>         still a
>            menu to be finished (it is expanded, I need to make it
>         collapsible).
>
>            Best regards
>            Janko
>
>            --
>            Janko Miv?ek
>            AIDA/Web
>            Smalltalk Web Application Server
>            http://www.aidaweb.si
>            _______________________________________________
>            Aida mailing list
>            [hidden email] <mailto:[hidden email]>
>         <mailto:[hidden email] <mailto:[hidden email]>>
>
>            http://lists.aidaweb.si/mailman/listinfo/aida
>
>
>
>         ------------------------------------------------------------------------
>
>
>         _______________________________________________
>         Aida mailing list
>         [hidden email] <mailto:[hidden email]>
>         http://lists.aidaweb.si/mailman/listinfo/aida
>
>
>     --
>     Janko Miv?ek
>     AIDA/Web
>     Smalltalk Web Application Server
>     http://www.aidaweb.si
>
>

--
Janko Miv?ek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si


------------------------------

Message: 3
Date: Sat, 27 Sep 2008 18:40:55 -0400
From: "Rob Rothwell" <[hidden email]>
Subject: [aida] Aida and Magma
To: "AIDA/Web general discussion list" <[hidden email]>
Message-ID:
       <[hidden email]>
Content-Type: text/plain; charset="iso-8859-1"

For a data entry application with Magma, you can simply create a session and
#begin it, if you are willing to #commitAndBegin regularly when you change
things, or #abort; #begin if you need to check for changes.
In an Aida application, you could easily #abort and #begin at the top of
every view method, and #commitAndBegin with all your action methods, but
since Aida is already providing "persistency" with the domain model, it
seems like you could pretty easily create a special "Magma Aware" Aida by
adding some well placed commits, aborts, and begins in the right places
within Aida and creating a "magmaSession" property for your application.

Would it be hard to hook into the Aida code that reads and writes the domain
model to provide such behavior?

Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.aidaweb.si/pipermail/aida/attachments/20080927/2158dd2a/attachment-0001.htm

------------------------------

Message: 4
Date: Sun, 28 Sep 2008 01:08:28 +0200
From: nico <[hidden email]>
Subject: Re: [aida] Squeak website from today on Scribo
To: [hidden email], AIDA/Web general discussion list
       <[hidden email]>
Message-ID: <1222556908.6503.22.camel@kiwi>
Content-Type: text/plain; charset="utf-8"

Le samedi 27 septembre 2008 ? 18:10 -0400, Rob Rothwell a ?crit :
> On Sat, Sep 27, 2008 at 5:44 PM, nico <[hidden email]>
> wrote:
>         There is an empty about page...
>
>
> There's an about page?  I am not even seeing that link!
>
http://www.squeak.org/About/

> Rob
> _______________________________________________
> Aida mailing list
> [hidden email]
> http://lists.aidaweb.si/mailman/listinfo/aida
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
       =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.aidaweb.si/pipermail/aida/attachments/20080928/4f94a7d0/attachment-0001.sig

------------------------------

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida


End of Aida Digest, Vol 17, Issue 34
************************************



--
Prashanth Hebbar
Bangalore

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: error loading Scribo CMS

Janko Mivšek
Hi Prashanth,

Prashanth Hebbar wrote:

> I loaded Scribo (latest version) using Monticello Browser. Before
> loading Monticello warned that there are dependencies I have to resolve
> before loading. I opted "proceed". I checked if the WebStyle class was
> present, which was. So I started scribo using the message as suggested
> in the installation guide. I am getting "Error: Key not found" message.

Hard to say. Did you install all required packages in required order,
see http://www.aidaweb.si/download.html#h-7 below. Install also versions
of packages listed there. This versions are known and tested to work
together well.

So, try to reinstall that in fresh image and let us know if you succeed.
Other possibility is to use pre-prepared "one click" image also listed
on download page.

Hope now you'll succeed.

Janko


>
> On Sun, Sep 28, 2008 at 3:30 PM, <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Send Aida mailing list submissions to
>            [hidden email] <mailto:[hidden email]>
>
>     To subscribe or unsubscribe via the World Wide Web, visit
>            http://lists.aidaweb.si/mailman/listinfo/aida
>     or, via email, send a message with subject or body 'help' to
>            [hidden email] <mailto:[hidden email]>
>
>     You can reach the person managing the list at
>            [hidden email] <mailto:[hidden email]>
>
>     When replying, please edit your Subject line so it is more specific
>     than "Re: Contents of Aida digest..."
>
>
>     Today's Topics:
>
>       1. Re: Squeak website from today on Scribo (Rob Rothwell)
>       2. Re: Squeak website from today on Scribo (Janko Miv?ek)
>       3. Aida and Magma (Rob Rothwell)
>       4. Re: Squeak website from today on Scribo (nico)
>
>
>     ----------------------------------------------------------------------
>
>     Message: 1
>     Date: Sat, 27 Sep 2008 18:10:55 -0400
>     From: "Rob Rothwell" <[hidden email]
>     <mailto:[hidden email]>>
>     Subject: Re: [aida] Squeak website from today on Scribo
>     To: "AIDA/Web general discussion list" <[hidden email]
>     <mailto:[hidden email]>>
>     Message-ID:
>            <[hidden email]
>     <mailto:[hidden email]>>
>     Content-Type: text/plain; charset="iso-8859-1"
>
>     On Sat, Sep 27, 2008 at 5:44 PM, nico <[hidden email]
>     <mailto:[hidden email]>> wrote:
>
>      > There is an empty about page...
>
>
>     There's an about page?  I am not even seeing that link!
>
>     Rob
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>     URL:
>     http://lists.aidaweb.si/pipermail/aida/attachments/20080927/b628b6d2/attachment.html
>
>     ------------------------------
>
>     Message: 2
>     Date: Sun, 28 Sep 2008 00:12:09 +0200
>     From: Janko Miv?ek <[hidden email]
>     <mailto:[hidden email]>>
>     Subject: Re: [aida] Squeak website from today on Scribo
>     To: [hidden email] <mailto:[hidden email]>,  Aida/Web
>     general discussion list
>            <[hidden email] <mailto:[hidden email]>>
>     Message-ID: <[hidden email]
>     <mailto:[hidden email]>>
>     Content-Type: text/plain; charset=UTF-8; format=flowed
>
>     Rob Rothwell wrote:
>
>      > Your welcome.  I'll let you know if I find anything else!
>      >
>      > Would it be considered poor form to list Aida in the links section at
>      > the lower left along with the other major projects?
>      >
>      > Just wondering...
>
>     Well, I would wait a bit and trigger that question a bit later :)
>
>     Janko
>
>
>      > On Sat, Sep 27, 2008 at 5:44 PM, Janko Miv?ek
>     <[hidden email] <mailto:[hidden email]>
>      > <mailto:[hidden email]
>     <mailto:[hidden email]>>> wrote:
>      >
>      >     Corrected! Thanks a lot Rob!
>      >
>      >     Janko
>      >
>      >     Rob Rothwell wrote:
>      >
>      >         Janko,
>      >
>      >         Selecting "Others" under "Downloads" (in the upper right)
>     gives you:
>      >
>      >         <HTML>
>      >         <HEAD><TITLE>Not Found</TITLE></HEAD>
>      >         <BODY>
>      >         <H1>404 Not Found</H1>
>      >         <P>The requested resource was not found on this server.</P>
>      >         </BODY></HTML>
>      >
>      >         Take care,
>      >
>      >         Rob
>      >
>      >
>      >         On Sat, Sep 27, 2008 at 5:33 PM, Janko Miv?ek
>      >         <[hidden email] <mailto:[hidden email]>
>     <mailto:[hidden email] <mailto:[hidden email]>>
>      >         <mailto:[hidden email]
>     <mailto:[hidden email]>
>      >         <mailto:[hidden email]
>     <mailto:[hidden email]>>>> wrote:
>      >
>      >            Dear all,
>      >
>      >            Today me and Ken Causey switched Squeak website to our
>     Scribo
>      >         based one:
>      >
>      >                   http://www.squeak.org
>      >
>      >            Old site is still accessible at http://old.squeak.org/ .
>      >
>      >            So far so good and I hope everything will work well.
>     There is
>      >         still a
>      >            menu to be finished (it is expanded, I need to make it
>      >         collapsible).
>      >
>      >            Best regards
>      >            Janko
>      >
>      >            --
>      >            Janko Miv?ek
>      >            AIDA/Web
>      >            Smalltalk Web Application Server
>      >            http://www.aidaweb.si
>      >            _______________________________________________
>      >            Aida mailing list
>      >            [hidden email] <mailto:[hidden email]>
>     <mailto:[hidden email] <mailto:[hidden email]>>
>      >         <mailto:[hidden email] <mailto:[hidden email]>
>     <mailto:[hidden email] <mailto:[hidden email]>>>
>      >
>      >            http://lists.aidaweb.si/mailman/listinfo/aida
>      >
>      >
>      >
>      >        
>     ------------------------------------------------------------------------
>      >
>      >
>      >         _______________________________________________
>      >         Aida mailing list
>      >         [hidden email] <mailto:[hidden email]>
>     <mailto:[hidden email] <mailto:[hidden email]>>
>      >         http://lists.aidaweb.si/mailman/listinfo/aida
>      >
>      >
>      >     --
>      >     Janko Miv?ek
>      >     AIDA/Web
>      >     Smalltalk Web Application Server
>      >     http://www.aidaweb.si
>      >
>      >
>
>     --
>     Janko Miv?ek
>     AIDA/Web
>     Smalltalk Web Application Server
>     http://www.aidaweb.si
>
>
>     ------------------------------
>
>     Message: 3
>     Date: Sat, 27 Sep 2008 18:40:55 -0400
>     From: "Rob Rothwell" <[hidden email]
>     <mailto:[hidden email]>>
>     Subject: [aida] Aida and Magma
>     To: "AIDA/Web general discussion list" <[hidden email]
>     <mailto:[hidden email]>>
>     Message-ID:
>            <[hidden email]
>     <mailto:[hidden email]>>
>     Content-Type: text/plain; charset="iso-8859-1"
>
>     For a data entry application with Magma, you can simply create a
>     session and
>     #begin it, if you are willing to #commitAndBegin regularly when you
>     change
>     things, or #abort; #begin if you need to check for changes.
>     In an Aida application, you could easily #abort and #begin at the top of
>     every view method, and #commitAndBegin with all your action methods, but
>     since Aida is already providing "persistency" with the domain model, it
>     seems like you could pretty easily create a special "Magma Aware"
>     Aida by
>     adding some well placed commits, aborts, and begins in the right places
>     within Aida and creating a "magmaSession" property for your application.
>
>     Would it be hard to hook into the Aida code that reads and writes
>     the domain
>     model to provide such behavior?
>
>     Rob
>     -------------- next part --------------
>     An HTML attachment was scrubbed...
>     URL:
>     http://lists.aidaweb.si/pipermail/aida/attachments/20080927/2158dd2a/attachment-0001.htm
>
>     ------------------------------
>
>     Message: 4
>     Date: Sun, 28 Sep 2008 01:08:28 +0200
>     From: nico <[hidden email] <mailto:[hidden email]>>
>     Subject: Re: [aida] Squeak website from today on Scribo
>     To: [hidden email] <mailto:[hidden email]>, AIDA/Web
>     general discussion list
>            <[hidden email] <mailto:[hidden email]>>
>     Message-ID: <1222556908.6503.22.camel@kiwi>
>     Content-Type: text/plain; charset="utf-8"
>
>     Le samedi 27 septembre 2008 ? 18:10 -0400, Rob Rothwell a ?crit :
>      > On Sat, Sep 27, 2008 at 5:44 PM, nico <[hidden email]
>     <mailto:[hidden email]>>
>      > wrote:
>      >         There is an empty about page...
>      >
>      >
>      > There's an about page?  I am not even seeing that link!
>      >
>     http://www.squeak.org/About/
>
>      > Rob
>      > _______________________________________________
>      > Aida mailing list
>      > [hidden email] <mailto:[hidden email]>
>      > http://lists.aidaweb.si/mailman/listinfo/aida
>     -------------- next part --------------
>     A non-text attachment was scrubbed...
>     Name: not available
>     Type: application/pgp-signature
>     Size: 189 bytes
>     Desc: Ceci est une partie de message
>            =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
>     Url :
>     http://lists.aidaweb.si/pipermail/aida/attachments/20080928/4f94a7d0/attachment-0001.sig
>
>     ------------------------------
>
>     _______________________________________________
>     Aida mailing list
>     [hidden email] <mailto:[hidden email]>
>     http://lists.aidaweb.si/mailman/listinfo/aida
>
>
>     End of Aida Digest, Vol 17, Issue 34
>     ************************************
>
>
>
>
> --
> Prashanth Hebbar
> Bangalore
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Aida mailing list
> [hidden email]
> http://lists.aidaweb.si/mailman/listinfo/aida

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: error loading Scribo CMS

Nicolas Petton
In reply to this post by Prashanth Hebbar
Le dimanche 28 septembre 2008 à 22:40 +0530, Prashanth Hebbar a écrit :
> Hi:
>
> I loaded Scribo (latest version) using Monticello Browser. Before
> loading Monticello warned that there are dependencies I have to
> resolve before loading. I opted "proceed". I checked if the WebStyle
> class was present, which was. So I started scribo using the message as
> suggested in the installation guide. I am getting "Error: Key not
> found" message.
>
Hi,

execute this in a workspace to install Scribo:

Transcript open. Installer installUrl:
'http://www.squeaksource.com/SPort/Sport-2.031.mcz'. Installer
installUrl:
'http://www.squeaksource.com/OSProcess/OSProcess-dtl.43.mcz'. Installer
installUrl:
'http://mc.bioskop.fr/Swazoo/Swazoo-np.11.mczSwazoo-np.11.mcz'.
Installer installUrl: 'http://mc.bioskop.fr/Aida/Aida5.6-np.78.mcz'.
Installer installUrl:
'http://scribo.bioskop.fr/repository/scribo-np.154.mcz'. Installer
installUrl: 'http://scribo.bioskop.fr/repository/scriboshout-np.1.mcz'.
Installer installUrl:
'http://http://squeaksource.blueplane.jp/FileMan/FileMan-mu.115.mcz'.
Installer installUrl:
'ftp://swikis.ddo.jp/SIXX/squeak/SIXX20071110.sar'. Installer
installUrl:
'http://scribo.bioskop.fr/repository/scribopersistence-np.21.mcz'.
Installer installUrl:
'http://scribo.bioskop.fr/repository/scriboplugins-janko.10.mcz'.


>
> What am I missing here?
>
> Someone please help.
>
>
> Regards,
>
> On Sun, Sep 28, 2008 at 3:30 PM, <[hidden email]> wrote:
>         Send Aida mailing list submissions to
>                [hidden email]
>        
>         To subscribe or unsubscribe via the World Wide Web, visit
>                http://lists.aidaweb.si/mailman/listinfo/aida
>         or, via email, send a message with subject or body 'help' to
>                [hidden email]
>        
>         You can reach the person managing the list at
>                [hidden email]
>        
>         When replying, please edit your Subject line so it is more
>         specific
>         than "Re: Contents of Aida digest..."
>        
>        
>         Today's Topics:
>        
>           1. Re: Squeak website from today on Scribo (Rob Rothwell)
>           2. Re: Squeak website from today on Scribo (Janko Miv?ek)
>           3. Aida and Magma (Rob Rothwell)
>           4. Re: Squeak website from today on Scribo (nico)
>        
>        
>         ----------------------------------------------------------------------
>        
>         Message: 1
>         Date: Sat, 27 Sep 2008 18:10:55 -0400
>         From: "Rob Rothwell" <[hidden email]>
>         Subject: Re: [aida] Squeak website from today on Scribo
>         To: "AIDA/Web general discussion list" <[hidden email]>
>         Message-ID:
>        
>          <[hidden email]>
>         Content-Type: text/plain; charset="iso-8859-1"
>        
>         On Sat, Sep 27, 2008 at 5:44 PM, nico
>         <[hidden email]> wrote:
>        
>         > There is an empty about page...
>        
>        
>         There's an about page?  I am not even seeing that link!
>        
>         Rob
>         -------------- next part --------------
>         An HTML attachment was scrubbed...
>         URL:
>         http://lists.aidaweb.si/pipermail/aida/attachments/20080927/b628b6d2/attachment.html
>        
>         ------------------------------
>        
>         Message: 2
>         Date: Sun, 28 Sep 2008 00:12:09 +0200
>         From: Janko Miv?ek <[hidden email]>
>         Subject: Re: [aida] Squeak website from today on Scribo
>         To: [hidden email],  Aida/Web general discussion list
>                <[hidden email]>
>         Message-ID: <[hidden email]>
>         Content-Type: text/plain; charset=UTF-8; format=flowed
>        
>         Rob Rothwell wrote:
>        
>         > Your welcome.  I'll let you know if I find anything else!
>         >
>         > Would it be considered poor form to list Aida in the links
>         section at
>         > the lower left along with the other major projects?
>         >
>         > Just wondering...
>        
>         Well, I would wait a bit and trigger that question a bit
>         later :)
>        
>         Janko
>        
>        
>         > On Sat, Sep 27, 2008 at 5:44 PM, Janko Miv?ek
>         <[hidden email]
>         > <mailto:[hidden email]>> wrote:
>         >
>         >     Corrected! Thanks a lot Rob!
>         >
>         >     Janko
>         >
>         >     Rob Rothwell wrote:
>         >
>         >         Janko,
>         >
>         >         Selecting "Others" under "Downloads" (in the upper
>         right) gives you:
>         >
>         >         <HTML>
>         >         <HEAD><TITLE>Not Found</TITLE></HEAD>
>         >         <BODY>
>         >         <H1>404 Not Found</H1>
>         >         <P>The requested resource was not found on this
>         server.</P>
>         >         </BODY></HTML>
>         >
>         >         Take care,
>         >
>         >         Rob
>         >
>         >
>         >         On Sat, Sep 27, 2008 at 5:33 PM, Janko Miv?ek
>         >         <[hidden email]
>         <mailto:[hidden email]>
>         >         <mailto:[hidden email]
>         >         <mailto:[hidden email]>>> wrote:
>         >
>         >            Dear all,
>         >
>         >            Today me and Ken Causey switched Squeak website
>         to our Scribo
>         >         based one:
>         >
>         >                   http://www.squeak.org
>         >
>         >            Old site is still accessible at
>         http://old.squeak.org/ .
>         >
>         >            So far so good and I hope everything will work
>         well. There is
>         >         still a
>         >            menu to be finished (it is expanded, I need to
>         make it
>         >         collapsible).
>         >
>         >            Best regards
>         >            Janko
>         >
>         >            --
>         >            Janko Miv?ek
>         >            AIDA/Web
>         >            Smalltalk Web Application Server
>         >            http://www.aidaweb.si
>         >            _______________________________________________
>         >            Aida mailing list
>         >            [hidden email] <mailto:[hidden email]>
>         >         <mailto:[hidden email] <mailto:[hidden email]>>
>         >
>         >            http://lists.aidaweb.si/mailman/listinfo/aida
>         >
>         >
>         >
>         >
>         ------------------------------------------------------------------------
>         >
>         >
>         >         _______________________________________________
>         >         Aida mailing list
>         >         [hidden email] <mailto:[hidden email]>
>         >         http://lists.aidaweb.si/mailman/listinfo/aida
>         >
>         >
>         >     --
>         >     Janko Miv?ek
>         >     AIDA/Web
>         >     Smalltalk Web Application Server
>         >     http://www.aidaweb.si
>         >
>         >
>        
>         --
>         Janko Miv?ek
>         AIDA/Web
>         Smalltalk Web Application Server
>         http://www.aidaweb.si
>        
>        
>         ------------------------------
>        
>         Message: 3
>         Date: Sat, 27 Sep 2008 18:40:55 -0400
>         From: "Rob Rothwell" <[hidden email]>
>         Subject: [aida] Aida and Magma
>         To: "AIDA/Web general discussion list" <[hidden email]>
>         Message-ID:
>        
>          <[hidden email]>
>         Content-Type: text/plain; charset="iso-8859-1"
>        
>         For a data entry application with Magma, you can simply create
>         a session and
>         #begin it, if you are willing to #commitAndBegin regularly
>         when you change
>         things, or #abort; #begin if you need to check for changes.
>         In an Aida application, you could easily #abort and #begin at
>         the top of
>         every view method, and #commitAndBegin with all your action
>         methods, but
>         since Aida is already providing "persistency" with the domain
>         model, it
>         seems like you could pretty easily create a special "Magma
>         Aware" Aida by
>         adding some well placed commits, aborts, and begins in the
>         right places
>         within Aida and creating a "magmaSession" property for your
>         application.
>        
>         Would it be hard to hook into the Aida code that reads and
>         writes the domain
>         model to provide such behavior?
>        
>         Rob
>         -------------- next part --------------
>         An HTML attachment was scrubbed...
>         URL:
>         http://lists.aidaweb.si/pipermail/aida/attachments/20080927/2158dd2a/attachment-0001.htm
>        
>         ------------------------------
>        
>         Message: 4
>         Date: Sun, 28 Sep 2008 01:08:28 +0200
>         From: nico <[hidden email]>
>         Subject: Re: [aida] Squeak website from today on Scribo
>         To: [hidden email], AIDA/Web general discussion list
>                <[hidden email]>
>         Message-ID: <1222556908.6503.22.camel@kiwi>
>         Content-Type: text/plain; charset="utf-8"
>        
>         Le samedi 27 septembre 2008 ? 18:10 -0400, Rob Rothwell
>         a ?crit :
>         > On Sat, Sep 27, 2008 at 5:44 PM, nico
>         <[hidden email]>
>         > wrote:
>         >         There is an empty about page...
>         >
>         >
>         > There's an about page?  I am not even seeing that link!
>         >
>         http://www.squeak.org/About/
>        
>         > Rob
>         > _______________________________________________
>         > Aida mailing list
>         > [hidden email]
>         > http://lists.aidaweb.si/mailman/listinfo/aida
>         -------------- next part --------------
>         A non-text attachment was scrubbed...
>         Name: not available
>         Type: application/pgp-signature
>         Size: 189 bytes
>         Desc: Ceci est une partie de message
>                =?ISO-8859-1?Q?num=E9riquement?=
>         =?ISO-8859-1?Q?_sign=E9e?=
>         Url :
>         http://lists.aidaweb.si/pipermail/aida/attachments/20080928/4f94a7d0/attachment-0001.sig
>        
>         ------------------------------
>        
>         _______________________________________________
>         Aida mailing list
>         [hidden email]
>         http://lists.aidaweb.si/mailman/listinfo/aida
>        
>        
>         End of Aida Digest, Vol 17, Issue 34
>         ************************************
>
>
>
> --
> Prashanth Hebbar
> Bangalore
>
> _______________________________________________
> Aida mailing list
> [hidden email]
> http://lists.aidaweb.si/mailman/listinfo/aida

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

signature.asc (196 bytes) Download Attachment