Re: Dirty read/edit problem.

2009-06-25 Thread Adrian Merrall
in memory at the app layer and it sounds like a reasonable approach based on my query from fellow colleges on this forum -- Steve -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24167367.html Sent from the Wicket - User mailing list archive

Re: Dirty read/edit problem.

2009-06-25 Thread James Carman
-- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24167367.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Dirty read/edit problem.

2009-06-23 Thread Maarten Bosteels
web apps -- something I am very new at. -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24158076.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Dirty read/edit problem.

2009-06-23 Thread Scott Swank
at. -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24158076.html   Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Dirty read/edit problem.

2009-06-23 Thread satar
and it sounds like a reasonable approach based on my query from fellow colleges on this forum -- Steve -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24167367.html Sent from the Wicket - User mailing list archive at Nabble.com

Dirty read/edit problem.

2009-06-22 Thread Steve Tarlton
I thought I would throw this one out to the user group and see if it makes sense or am I over complicating things. I am implementing a check list system using Wicket-Hibernate-Spring. There could potentially be more than one person trying to edit a given check item within the list and I want to be

Re: Dirty read/edit problem.

2009-06-22 Thread Scott Swank
Why not just lock the relevant row of the relevant table? Versioning is for optimistic locking, but it sounds to me like you want plain old pessimistic locking. In Hibernate, check out LockMode.UPGRADE. Scott On Mon, Jun 22, 2009 at 3:58 PM, Steve Tarltonstarl...@gmail.com wrote: I thought I

Re: Dirty read/edit problem.

2009-06-22 Thread satar
user feedback when someone else is in edit thinking mode, I don't think I would use it. -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24157353.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Dirty read/edit problem.

2009-06-22 Thread James Carman
don't think I would use it. -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24157353.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Dirty read/edit problem.

2009-06-22 Thread James Carman
I am very new at. -- View this message in context: http://www.nabble.com/Dirty-read-edit-problem.-tp24157057p24158076.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users