I have a group of JSP pages that make up my application.
I specify below DB information info in each of those pages.
<sql:connection id="schedules_list">
<sql:url initParameter="dbUrl"/>
<sql:driver initParameter="dbDriver"/>
<sql:userId initParameter="dbUserId"/>
<sql:password initParameter="dbPassword"/>
</sql:connection>
Question: Is this ok? or do I need to write a connection manager that
does
connection pooling?
thanks,
-ranjit
- Re: Dbtags DB connection in JSP ranjit lingaiah
- Re: Dbtags DB connection in JSP Morgan Delagrange
