This is probably a newbie question..

>From the examples i studied, it looks like most applications store a
reference to a database in servlet context.. If i figured it out the
right way, this means all clients using the webapplication, share this
same reference?

Would it be a good idea to store other things in servlet context, for
instance in a CRUD-type application, where i want to
create/update/delete accounts.

Is it okay to place an AccountHandler in servlet-context? This handler
would have a connection to a database, and methods for creating,
updating and deleting accounts.

Thanks for your time.
(sorry if this is a duplicate; mailer acts weird)


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

Reply via email to