Fabio, Are you using an application server? If so, most J2EE servers have some kind of configuration that will automatically take care of it for you (I know JBoss, Geronimo & Websphere for sure have one). If you're using a web-container instead, you should consider using Apache's DBCP [1]. There are many tutorials that show how to hook it in. [1] - commons.apache.org/*dbcp*
BTW, are you talking about bean-pooling or connection-pooling? cheers, Judes On Mon, Mar 15, 2010 at 11:34 PM, Fabio Kaminski <[email protected]>wrote: > Any suggestions for connection pooling api for openjpa? > > > Thanks in advance! > > Fabio Kaminski >
