Re: Users, sessions, data...

2011-06-16 Thread Ian Marshall
.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3601823.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Users, sessions, data...

2011-06-16 Thread Zeldor
this message in context: http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3602085.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Users, sessions, data...

2011-06-15 Thread Zeldor
changes anything it gets persisted to db. There is no direct interaction between user and only that user can access his data. What is your approach? :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3598626.html Sent from the Users forum mailing

Re: Users, sessions, data...

2011-06-15 Thread Peter Karich
Am 15.06.2011 08:36, schrieb Zeldor: Hi, My last attempts to fix my session and advices here made me thinking if my approach is good. So I'm curious - how do you handle users and their data? In my case I have session, when user logs in entire entity gets loaded into session. Later I get

Re: Users, sessions, data...

2011-06-15 Thread Zeldor
But what are benefits of small session really? With entire user in session I can skip getting data from db and serve data faster... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3598945.html Sent from the Users forum mailing list

Re: Users, sessions, data...

2011-06-15 Thread Alexander Morozov
data should be attached and loaded on per-component level, i.e. on demand (either from DB or external cache). - -- http://www.linkedin.com/in/amorozov -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3599303.html Sent from the Users forum

Re: Users, sessions, data...

2011-06-15 Thread Peter Karich
But what are benefits of small session really? With entire user in session I can skip getting data from db and serve data faster... wicket's (de-)serialization is not done in 0ms ;) but if that works for you then this strategy is great. and also if you have a lot of users or big user data

Re: Users, sessions, data...

2011-06-15 Thread Zeldor
to change it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3599401.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Users, sessions, data...

2011-06-15 Thread Dan Retzlaff
to change it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3599401.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users