Pooling has some huge drawbacks since it really goes against the
language itself. I think it's good for things like DB connections that
really are expensive, but for pages? They're just objects.

On 8/26/05, Johan Compagner <[EMAIL PROTECTED]> wrote:
> ahh
> ok now i get also eelco's response....
> 
> many people are asking the question but then mean for one session (how
> to reuse pages)
> 
> But no storing them in such a thing as an application wouldn't be very
> wise i think.
> But what is really gained? Memory? If you use detachable models i don't
> think that much.
> 
> you could do it i think.
> But then there has to be a counter that a page is not in any page map of
> any user any more
> and then it could be returned to  a pool. (so it really has to go away
> from all the sessions)
> But this is pretty hard, because developers can also hold references to
> pages, because they are just objects.
> 
> So pooling over multiply users is in my eyes not needed and strange
> errors can lurk around
> 
> johan
> 
> 
> Christian Essl wrote:
> > Thanks,
> >
> > Sorry if I expressed myself unclear, but I rather meant to share the
> > same page-instance for different users (not concurrently). But it does
> > not work and was a rather stupid question.
> >
> > Christian
> >
> > On Fri, 26 Aug 2005 15:21:45 +0200, Johan Compagner
> > <[EMAIL PROTECTED]> wrote:
> >
> >> you can build it pretty easy.
> >> Just extend WebSession and hold a map with pages you like to pool.
> >>
> >>
> >> Christian Essl wrote:
> >>> I was just following the discussion on the Tapestry and JSF
> >>> comparision.
> >>>
> >>> I wonder if it is possible to use in wicket pooled pages. Something
> >>> like a detachable-model for pages which gets stored in the Session
> >>> instead of the actual page. Can something similar be achieved in
> >>> wicket?
> >>>
> >>> I don't currently need it. So it is just a question and no proposal
> >>> or so.
> >>>
> >>> Christian
> >>>
> >>> ___________________________________________________________ Gesendet
> >>> von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden:
> >>> http://mail.yahoo.de
> >>>
> >>>
> >>>
> >>> -------------------------------------------------------
> >>> SF.Net email is Sponsored by the Better Software Conference & EXPO
> >>> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> >>> Practices
> >>> Agile & Plan-Driven Development * Managing Projects & Teams *
> >>> Testing & QA
> >>> Security * Process Improvement & Measurement *
> >>> http://www.sqe.com/bsce5sf
> >>> _______________________________________________
> >>> Wicket-user mailing list
> >>> Wicket-user@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >>>
> >>
> >>
> >> -------------------------------------------------------
> >> SF.Net email is Sponsored by the Better Software Conference & EXPO
> >> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> >> Practices
> >> Agile & Plan-Driven Development * Managing Projects & Teams * Testing
> >> & QA
> >> Security * Process Improvement & Measurement *
> >> http://www.sqe.com/bsce5sf
> >> _______________________________________________
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to