如何设置 BoneCP 以在 Ibatis 中使用?
我正在尝试设置 iBatis 来为我的 JDBC 使用骨头CP。我还没有尝试更改我的代码,但我只是好奇我需要如何去做。
我还没有看到任何关于如何使用外部 JDBC 设置 iBatis 的好的指南。
据我了解: sqlConfig xml 需要更改。 transactionManager 类型需要更改,也许还需要更改属性。
有人这样做过吗?或者与c3p0类似的东西?
I'm trying to setup iBatis to use boneCP for my JDBC. I haven't tried changing my code yet I'm just curious how I would need to go about doing it.
I haven't seen any good guides on how to setup iBatis with an external JDBC.
From what I have figured out:
The sqlConfig xml needs to be changed. The transactionManager type needs to be changed, and maybe something with properties.
Has anyone done this? or something similar with c3p0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BoneCP 提供了一个数据源,因此请告诉 ibatis 使用它:
这可能会有所帮助:
http://derscheuch.wordpress.com/2008/06/06/how-to-use-a-datasource-with-ibatis-in-a-realm-within-a-tomcat-environment //
bonecp数据源API:
http://jolbox.com/bonecp/downloads/site/apidocs/index.html html
BoneCP provides a datasource, so tell ibatis to use it:
This may help:
http://derscheuch.wordpress.com/2008/06/06/how-to-use-a-datasource-with-ibatis-in-a-realm-within-a-tomcat-environment/
API for bonecp datasource:
http://jolbox.com/bonecp/downloads/site/apidocs/index.html