On 9/23/05, Schulte Marcus <[EMAIL PROTECTED]> wrote: > We're using using long sessions in two productive apps now. It works great > and, for us, simplifies development considerably. Our first app using > hibernate used Spring w/ session per request and it generated some really > nasty ad-hoc work-around-code. > > We've implemented the long-session Pattern as a Hivemind service-model which > was really easy to do.
Despite the usage of HiveMind or Spring for the purpose i would recommend using the pattern Dan Adams spoke about in a later thread. Do not let the page know about nothing more it deserve to do, so just services no matter where they come from and/or what the do with the data you pass -- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
