[Seaside] [Q] Are there any tutorial on ROE?

Paolo Bonzini bonzini at gnu.org
Thu Mar 20 08:53:33 UTC 2008


S.J.Chun wrote:
> Thank you for your help. My current application does not
> use Magritte yet - I have plan for this too - and why I would like
> to do this is for comparing performance difference of my application
> between on squeak and on gst. I'm not sure but GST has different
> api for sqlite and I think that porting sqlite dependent part as roe
> can ease my port.

Yes, you are probably right.

There are no examples of ROE, but you can look at packages/roe/Tests.st 
(or browse the ROE namespace after evaluating "(PackageLoader packageAt: 
'ROE') test fileInPackage").  In GST, you can just use "connection >> 
'tablename'" on a DBI Connection object, to get a ROE object for the 
given table.

Regarding your other question, GNU Smalltalk works on XP for sure 
(Cygwin, don't know about MinGW as I got different messages with mixed 
results).  I don't know anything about Vista, but in any case you would 
probably be better off with Cygwin.

Paolo


More information about the seaside mailing list