please don't send html email to the list.

>         Should each servlet handle it's connection pool in the init method
> or should there be
> a servlet that handles all connection pooling.  If the second is true then
> should it also handle
> information request, update etc...
>         Or would it be best to send all database access/update/complex
> calculation to an
> outside source like a DCOM object on an application server.

IMHO, the best is to use the Singleton approach.

<http://www.working-dogs.com/dash/cvsweb/index.cgi/dash/com/workingdogs/dash
/util/db/>

-jon

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to