master/detail + hibernate
Dear All,
I am just learning sprinch rich. I've managed to do a master detaile form and it's working fine.
q1. How do I get it to work with hibernate, I have everything set-up but how can I get it to update my records in the db ? How do I catch update events? from the master table.
q2. Is there anyway to display detail form in another view? I've managed to do something similar by attaching myown TableSelectionListener and firing lifecycleEvent.selected and the catching this LifecycleApplicationEvent in another view. Is there a better way ? If there is, which classes should I declare as spring beans in my context xml file ?
Many thanks to everybody for help.
Look forward to your replys.
Alex.