Re: [Wicket-user] Sessionless Wicket?

2007-05-02 Thread M.A.Bednarz
Hello Jeremy, try also to disable any versioning and use read only models. I have tuned my private wicket project this way and it now supports more than 20.000 concurrent sessions on a single tomcat server. If everything in your model is serializable you can also use tomcats disk or jdbc

Re: [Wicket-user] Set different output for WebMarkupContainer

2007-04-23 Thread M.A.Bednarz
Vaynberg To: M.A.Bednarz ; wicket-user@lists.sourceforge.net Sent: Monday, April 23, 2007 7:27 PM Subject: Re: [Wicket-user] Set different output for WebMarkupContainer see label.java, mainly oncomponenttagbody() -igor On 4/23/07, M.A.Bednarz [EMAIL PROTECTED] wrote: Hi all

[Wicket-user] DBsessionstore ?

2007-04-23 Thread M.A.Bednarz
Hi all, I would like to ask about custom implementations of wickets ISessionStore. Are there any implementations regarding to store SessionInformation to a database? Maybe something like an DBsessionstore ? I read that someone has worked on a Terracotta Session Store but I can not find a

Re: [Wicket-user] DBsessionstore ?

2007-04-23 Thread M.A.Bednarz
] To: M.A.Bednarz [EMAIL PROTECTED]; wicket-user@lists.sourceforge.net Sent: Monday, April 23, 2007 8:04 PM Subject: Re: [Wicket-user] DBsessionstore ? I would like to ask about custom implementations of wickets ISessionStore. Are there any implementations regarding to store SessionInformation

[Wicket-user] Where to download wicket 2.0 jar builds?

2007-03-26 Thread M.A.Bednarz
Hello PoJo friends ! Is there a public repository where I can download wicket 2.0 jar instead of source code? I would like to switch at this point my community portal to the 2.0 branch :-) Maciek - Take Surveys. Earn

Re: [Wicket-user] Why are ResourceReference to DefaultButtonImageResources stored in Pagemaps?

2007-01-09 Thread M.A.Bednarz
Igor, thank you very much. I forgot to measure the session and have also collected the byte size of the pagemap :-) Thanks, Maciej Igor Vaynberg schrieb: are you sure the image data is stored in the session? we have RenderedDynamicImageResource-DefaultButtonImageResource in