Hi All
I am developing a simple
JEE web application, using MySQL database and
JBoss AS on Eclipse
IDE. I did create the connection pool parameter and I connected successfully to the database using connection parameters through ds-mysql.xml file in JBoss AS.
My question is, do I need to create a connection class as a skeleton, and pass this connection to other classes or pages to create sql Statement class? or does the connection pooling mechanism is in charge of manageing all the opended connections through the web application?
Please help, and thank you in advance
jotnarta