Re: Wicket Session grows too big real fast

2008-12-02 Thread kan
feira, 26 de novembro de 2008 14:19 >> Para: users@wicket.apache.org >> Assunto: Re: Wicket Session grows too big real fast >> >> >> I am not sure if it always applicable, but usually I do not do >> "implements Serializable" for domain objects (it works we

Re: Wicket Session grows too big real fast

2008-12-02 Thread Alex Objelean
pages (with N being the number of pages you reference in your >> page). >> >> Other than that: using LDM's and DataView/DataProvider instead of >> ListView will help considerably. >> >> Martijn >> > > May I ask what LDM is? Is that Lightweight Dat

Re: Wicket Session grows too big real fast

2008-12-01 Thread Eelco Hillenius
> With Wicket 1.3 only one page should be stored in session. You should > check if you don't keep references between pages -> that would result > in 1+N pages (with N being the number of pages you reference in your > page). That's optimized though, so shouldn't typically be a problem. See the cust

RE: Wicket Session grows too big real fast

2008-11-29 Thread Jeremy Thomerson
LoadableDetachableModel Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: Flavius <[EMAIL PROTECTED]> Sent: Saturday, November 29, 2008 9:40 PM To: users@wicket.apache.org Subject: Re: Wicket Session grows too big rea

Re: Wicket Session grows too big real fast

2008-11-29 Thread Flavius
er than that: using LDM's and DataView/DataProvider instead of > ListView will help considerably. > > Martijn > May I ask what LDM is? Is that Lightweight Data Model? -- View this message in context: http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp20697077p20754276

Re: Wicket Session grows too big real fast

2008-11-26 Thread jWeekend
ld result >>> in 1+N pages (with N being the number of pages you reference in your >>> page). >>> >>> Other than that: using LDM's and DataView/DataProvider instead of >>> ListView will help cons

Re: RES: Wicket Session grows too big real fast

2008-11-26 Thread Casper Bang
-Mensagem original- De: Ladislav Thon [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 26 de novembro de 2008 14:21 Para: users@wicket.apache.org Assunto: Re: Wicket Session grows too big real fast Agree. I was almost shocked :-) by Martijn's e-mail about keeping references between page

Re: Wicket Session grows too big real fast

2008-11-26 Thread James Carman
ly good advice. :-) > > -Mensagem original- > De: kan [mailto:[EMAIL PROTECTED] > Enviada em: quarta-feira, 26 de novembro de 2008 14:19 > Para: users@wicket.apache.org > Assunto: Re: Wicket Session grows too big real fast > > > I am not sure if it always applicable, but usually I

RES: Wicket Session grows too big real fast

2008-11-26 Thread Bruno Cesar Borges
da em: quarta-feira, 26 de novembro de 2008 14:21 Para: users@wicket.apache.org Assunto: Re: Wicket Session grows too big real fast Agree. I was almost shocked :-) by Martijn's e-mail about keeping references between pages. I believed it is a "standard" practice to keep reference to p

RES: Wicket Session grows too big real fast

2008-11-26 Thread Bruno Cesar Borges
Now that is a really good advice. :-) -Mensagem original- De: kan [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 26 de novembro de 2008 14:19 Para: users@wicket.apache.org Assunto: Re: Wicket Session grows too big real fast I am not sure if it always applicable, but usually I do

Re: Wicket Session grows too big real fast

2008-11-26 Thread Ladislav Thon
Agree. I was almost shocked :-) by Martijn's e-mail about keeping references between pages. I believed it is a "standard" practice to keep reference to previous page for the purpose of "cancelling", and of course do it all the time. It seems very natural to me. O-oops. LT 2008/11/26 Piller Sébast

Re: Wicket Session grows too big real fast

2008-11-26 Thread kan
k if you don't keep references between pages -> that would result >> in 1+N pages (with N being the number of pages you reference in your >> page). >> >> Other than that: using LDM's and DataView/DataProvider instead of >> ListView will help considerably.

Re: Wicket Session grows too big real fast

2008-11-26 Thread Piller Sébastien
I vote for such a document, too. I am now trying to reduce my session size too, and if I could find some hints somewhere (ie, "be extremly carefull with anonymous subclasses", etc) it may be a big plus. jhp a écrit : Removing references pointing to previous pages solved a lot, very good point.

Re: Wicket Session grows too big real fast

2008-11-26 Thread jhp
is message in context: http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp20697077p20702093.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket Session grows too big real fast

2008-11-26 Thread John Krasnay
ld result > > in 1+N pages (with N being the number of pages you reference in your > > page). > > > > Other than that: using LDM's and DataView/DataProvider instead of > > ListView will help considerably. > > > > Martijn > > > > > &g

Re: Wicket Session grows too big real fast

2008-11-26 Thread Martijn Dashorst
> if you make this: >> >> final Recommendation recommendation = (Recommendation) >> item.getModelObject(); >> >> not final does it compile? >> >> If it doesnt then you have a leak >> >> johan >> > > -- > View th

Re: Wicket Session grows too big real fast

2008-11-26 Thread jhp
s message in context: http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp20697077p20697806.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket Session grows too big real fast

2008-11-26 Thread jhp
essage in context: http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp20697077p20697681.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket Session grows too big real fast

2008-11-26 Thread Martijn Dashorst
ult >> in 1+N pages (with N being the number of pages you reference in your >> page). >> >> Other than that: using LDM's and DataView/DataProvider instead of >> ListView will help considerably. >> >> Martijn >> >> > > -- > View this mes

Re: Wicket Session grows too big real fast

2008-11-26 Thread jhp
mber of pages you reference in your > page). > > Other than that: using LDM's and DataView/DataProvider instead of > ListView will help considerably. > > Martijn > > -- View this message in context: http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp2069

Re: Wicket Session grows too big real fast

2008-11-26 Thread Johan Compagner
> Are there any possible things that I could try? Or do I have to go throug > the code and try to change everything to LoadableDetachableModel, which > will > be very tedious. Any help to the problem, or more accurate ways to pinpoint > the problem, would be greatly appreceated. >

Re: Wicket Session grows too big real fast

2008-11-26 Thread Martijn Dashorst
etachableModel, which will > be very tedious. Any help to the problem, or more accurate ways to pinpoint > the problem, would be greatly appreceated. > > BR, > Jukka > > > > -- > View this message in context: > http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-t

Wicket Session grows too big real fast

2008-11-26 Thread jhp
LoadableDetachableModel, which will be very tedious. Any help to the problem, or more accurate ways to pinpoint the problem, would be greatly appreceated. BR, Jukka -- View this message in context: http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp20697077p20697077.html Sent