On Sunday, January 22, 2012, Julian Fitzell <[hidden email]> wrote: > Thinking totally off the top of my head, but what if it was implemented as a filter? A few helper methods on WARequestHandler (or subclasses) could add an instance if it's missing and then add the document and return a URL... > Julian > > On Sun, Jan 22, 2012 at 1:57 PM, Philippe Marschall <[hidden email]> wrote: >> >> 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 >> _______________________________________________ >> seaside-dev mailing list >> [hidden email] >> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev > > _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
I think you need to send it to:
[hidden email] On 12-01-22 07:11 AM, Dan Winkler wrote: > > > On Sunday, January 22, 2012, Julian Fitzell <[hidden email] > <mailto:[hidden email]>> wrote: > > Thinking totally off the top of my head, but what if it was > implemented as a filter? A few helper methods on WARequestHandler (or > subclasses) could add an instance if it's missing and then add the > document and return a URL... > > Julian > > > > On Sun, Jan 22, 2012 at 1:57 PM, Philippe Marschall > <[hidden email] <mailto:[hidden email]>> wrote: > >> > >> 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 > >> _______________________________________________ > >> seaside-dev mailing list > >> [hidden email] > <mailto:[hidden email]> > >> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev > > > > > > > _______________________________________________ > seaside-dev mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Free forum by Nabble | Edit this page |