[Seaside] GOODS tutorial questions

LK s002 at landr.net
Tue Aug 10 04:45:50 CEST 2004


As I try to understand the GOODS authentication tutorial, several

questions come to mind.

1.  Do I need to create a unique 'user' class with #login and #password 
methods.

2. Is this method usable for all GOODS access, or just for a Login type 
of situation?

withEscapeContinuation: aBlock
  ^ (self db) commitWithRetry: [super withEscapeContinuation: aBlock]

3.  If I want to access several GOODS objects in the same session, I would add more session variables:
 ie. 'User', 'Logs', 'LogTypes' etc.

Thanks for you patience.

-Larry





More information about the Seaside mailing list