Hello People,
I have a class which is the only means to communicate with database.
1) All the jdbc code is concentrated in one class, so there will be no mess
of connection obj management.
2) Now the issue is how should I design the methods exposed.
3) We are using weblogic connection pool and hence the handle to the pool a
datasource is stored as instance member and declared static
4) Can I make all the methods exposed static.
5) Or I should pool the instance of the object.
Thanks,
Vikram Naik
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".