Re: [Wicket-user] Session Store to EJB3/AJP Entity

2006-12-30 Thread Igor Vaynberg
wicket-user@lists.sourceforge.net > Gesendet: 31.12.06 01:42:45 > An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] Session Store to EJB3/AJP Entity it would be nice if this could be put into wicket-contrib-ejb project in wicket stuff > > we have been thinking aout providing a JdbcSes

Re: [Wicket-user] Session Store to EJB3/AJP Entity

2006-12-30 Thread bednarz-hannover
ff: Re: [Wicket-user] Session Store to EJB3/AJP Entity it would be nice if this could be put into wicket-contrib-ejb project in wicket stuff > > we have been thinking aout providing a JdbcSessionStore which is the same > thing but more generic. > > -igor > > > &

Re: [Wicket-user] Session Store to EJB3/AJP Entity

2006-12-30 Thread Igor Vaynberg
it would be nice if this could be put into wicket-contrib-ejb project in wicket stuff we have been thinking aout providing a JdbcSessionStore which is the same thing but more generic. -igor On 12/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello! What do you think about storing wick

[Wicket-user] Session Store to EJB3/AJP Entity

2006-12-30 Thread bednarz-hannover
Hello! What do you think about storing wicket session data to an ejb3 entity? I have played around with glassfish and have implemented an AjpSessionStore which stores all wicket session data. The main advantages of this in my situation are: - Huge reduction of memory consumption for storing wic