If I were you, I'd look into using Spring's JDBC support, if you
really must use straight JDBC and not some ORM mapping tool
(hibernate, etc.).

http://static.springframework.org/spring/docs/2.5.x/reference/jdbc.html


On Tue, Jul 8, 2008 at 12:27 PM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
>> Holding a JDBC connection in session is hardly a good idea. Anyway,
> take a look at HttpSessionListener.
>
> Which is the preferred pattern for this case? Where should I store a
> JDBC Session object?
>
> Stefan Lindner
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to