| Author |
Connection pool in struts framework
|
Satchit Talla
Greenhorn
Joined: Nov 26, 2002
Posts: 10
|
|
All, Does anyone have used connection pool that is provided to use with struts. I am not sure if the connection pool API comes with struts API or do we need to download a seperate one. If you have experience using connection pool with struts, your input is appreciated. Sample code would be nice. Thanks
|
 |
Ted Husted
Author
Ranch Hand
Joined: Dec 02, 2002
Posts: 37
|
|
The pool that shipped with Struts 1.0 wasn't recommended for production applications. In Struts 1.1, the Commons DPBC is used instead, which seems quite good. http://jakarta.apache.org/commons/dbcp.html -Ted.
|
<a href="http://husted.com/struts/book.html" target="_blank" rel="nofollow">Struts in Action</a>
|
 |
 |
|
|
subject: Connection pool in struts framework
|
|
|