Hello,

The component model of Wicket makes it /very/ easy to create
application specific components, which enable reuse to the max. Today
I created a form component that is Hibernate optimistic locking aware
with about (give or take) 20 lines of code. All my collegues need to
do now is to subclass VersionedForm instead of plain vanilla Form and
bingo: their form uses optimistic locking. And I have done similar
components that normally would be very hard to create.

Would you be willing to show the example how you handle versioning fo the hibernate objects?

Best regards,
Piotr


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to