Hi,

Pardon me for a simple question like; I am pretty new to JSP.
I have a db connection pool class (singleton) which I used
to use in servlets. What's the best way of using this class
to provide db connection for my jsp pages? As a <jsp:useBean../>?
And if the scope is session, does it mean that I should be able
to get a reference to the pool using session.getValue("dbpoolname")?

Also, is there a JSP user guide (besides the JSP1.0 specs) somewhere out
there where I can find
more info on JSP?

Thanks for any info.

Regards

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to