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 persis

Re: [Wicket-user] DBsessionstore ?

2007-04-23 Thread M.A.Bednarz
ROTECTED]> To: "M.A.Bednarz" <[EMAIL PROTECTED]>; 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 regar

Re: [Wicket-user] Programmatically Apply CSS To Links?

2007-04-23 Thread M.A.Bednarz
Use: private final static SimpleAttributeModifier customstyle = new SimpleAttributeModifier("class", "customstyle "); and link.add(customstyle); Hope, this helps. Maciek - Original Message - From: "fattymelt" <[EMAIL PROTECTED]> To: Sent: Monday, April 23, 2007 7:34 PM Subject:

[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 source

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

2007-04-23 Thread M.A.Bednarz
essage - From: Igor 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 PRO

[Wicket-user] Set different output for WebMarkupContainer

2007-04-23 Thread M.A.Bednarz
Hi all, i think the question might be quite simple to answer but I do not have the time to investigate and search the api. I have the following pice of code: public class ErrorIndicator extends WebMarkupContainer { FormComponent component; private final static SimpleAttributeModifier e

Re: [Wicket-user] wicket performance

2007-04-19 Thread M.A.Bednarz
and a direct link to a sample dso clustering config : http://www.terracotta.org/confluence/display/wiki/Wicket Maciek - Original Message - From: Igor Vaynberg To: wicket-user@lists.sourceforge.net Sent: Thursday, April 19, 2007 7:39 PM Subject: Re: [Wicket-user] wicket p

Re: [Wicket-user] wicket performance

2007-04-19 Thread M.A.Bednarz
Hier eine nette Architekturskizze, die anwendbar wäre http://photos1.blogger.com/x/blogger2/1415/4213/1600/329224/arch4.jpg - Original Message - From: "M.A.Bednarz" <[EMAIL PROTECTED]> To: Sent: Thursday, April 19, 2007 7:47 PM Subject: Re: [Wicket-user] wicket perform

Re: [Wicket-user] wicket performance

2007-04-19 Thread M.A.Bednarz
Why not user https://www.terracotta.org/ as DSO ? This scales lineary and doea its job fine with tomcat and wicket <.-)) Maciek - Original Message - From: "Alexey Maksimov" <[EMAIL PROTECTED]> To: Sent: Thursday, April 19, 2007 7:10 PM Subject: Re: [Wicket-user] wicket performance > O

[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 Cas

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 Render