hi all,
was wondering whats the best practise when opening and closing db connections from a
servlet ? initialise the connection in init() and close it in destroy() ?? Am using glassfish v2.1 app server and was also wondering if i should leave the connection pooling to the app server ??
many thanks in advance.