> -----Original Message----- > From: Jeremy Quinn [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 11:33 AM > To: [EMAIL PROTECTED] > Subject: Re: Flow Database stuff ( The new FOM? ) > > > > 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 .....
sorry for that ... :( "if I understand" --- There was also an interesting answer by Chris on this! Cheers, Reinhard > > regards Jeremy >