How to do connection pooling on struts framework ?
If possible please give a demo how to do connection pooling on struts framework. Mention the library that i need to do connection pooling.
Printable View
How to do connection pooling on struts framework ?
If possible please give a demo how to do connection pooling on struts framework. Mention the library that i need to do connection pooling.
The general idea of connection pooling in struts is that you configure the data-source configuration in your struts configuration files and then from your action classes, you get the data-source, create the database connection and do the database CRUD.