On Tuesday, July 15, 2003, at 07:21 AM, Reinhard Pötz wrote:
From: Jeremy Quinn
What I do not grok ATM, how does the Hibernate Session automatically get closed at the appropriate time (ie. after the view layer has completed)?
IIU the current flow implementation correctly you have no chance but to use lazy initializiation as implemented by you because after reaching sendPageAndWait() the flow interpreter has no chance to react. Maybe we need something like a "finalize" in pipeline processing where those things (releasing of components) are done.
OK, I must have completely misunderstood what Chris's auto-magic component releasing was all about.
Incidentally, someone tell me what 'IIU' stands for, cannot find it anywhere .....
regards Jeremy