Hi!

I' starting the development of a non-trivial web app using ojb, mysql, and jsp...

I havent't clear ideas about which is the right moment to create/close the
various objects, to get the best architecture and to take advantage of the
connection-pooling.

In order to launch queries, to update data and so on, I need the following 3
objects:

- an ojb instance
- a db connection
- a transaction

I can create them at the global application level, at the user session level or
at the single jsp level... but it isn't obvius to me what is the right
solution... any help?

Thanks for the attention!

Paolo


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

Reply via email to