[Seaside-dev] moving document handlers to session

Philippe Marschall philippe.marschall at gmail.com
Sun Jan 22 13:57:56 UTC 2012


Hi

I hope an can attend the Pharo Sprint at Feb 18./19. and repurpose it
to hack on Seaside. One thing I'd like to do is moving the document
handlers from registry to session.

Pros:
 * simple
 * adding a document handler no longer potentially expires a session
 * expiring a session expires all it's document handlers
 * session tracking code becomes much simpler

Cons:
 * #urlXXX methods on WARenderContext only work with sessions (a
fallback could be added in theory)
 * #urlXXX methods on WARenderContext need to become class extensions
of the Seaside-Session package
 * not really clean framework-framework Endlösung

Cheers
Philippe


More information about the seaside-dev mailing list