开发者

What datasource to use instead of jboss one's?

we are removing jboss from spring-based application 开发者_如何学Pythonand considering what a datasource to use instead of jboss's one for oracle. We used such properties (in oracle-ds.xml) as

  • min-pool-size
  • max-pool-size
  • blocking-timeout-millis
  • prepared-statement-cache-size
  • etc...

didn't find analog params in BasicDataSource, apache connection pool.


Have a look at c3p0. It should fit your needs. Here are the configuration details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜