JBoss Database Connection Pool
Posted
by Salman
on Stack Overflow
See other posts from Stack Overflow
or by Salman
Published on 2009-05-04T13:33:29Z
Indexed on
2010/05/18
1:11 UTC
Read the original article
Hit count: 438
I am new to jboss and i have been asked to incorporate jboss connection pooling mechanism with an existing web application. Considering that a web application database layer is properly written i.e. all resultsets, statements and connections being closed properly when not needed, What all code changes i will have to make in my web app after i have configured the jboss datasource properly.
Can anybody please point me to a tutorial or a code sample which uses jboss datasource in a web app.
© Stack Overflow or respective owner