[Seaside] Application/Session Objects

Rich Warren rwmlist at gmail.com
Wed Feb 22 08:16:47 UTC 2006


Hi again,

Where/how should I create objects that will be available to the  
entire application or session?

The primary example would be a connection pool for a database. Each  
session needs to have its own connection, which is used throughout  
the session, and all sessions need to access the application's pool.

The tutorials and documentation I've read almost exclusively talk  
about the leaf objects (components), but don't really discuss how to  
make changes deeper in the framework.

Thanks again,

-Rich-



More information about the Seaside mailing list