伊巴蒂斯 + j2ee + Web服务层+无状态bean
我有一个 j2ee 项目,使用 ibatis 连接到数据库和无状态 bean 来创建 Web 服务,它可以工作,但
每次调用该服务时我都有疑问:
- 解析 ibatis xml 配置文件。
- ibatis 连接到数据库
- 并生成查询。
可以避免1和2吗?或者至少 1 个?
正确的做法是什么?
我认为有可能在有状态的 ejb 中调用一次 ibatis xml 吗?
谢谢。
I have a j2ee project using ibatis to connect to the database and stateless bean to create web service and it works but i have a doubt
every time i call the service:
- parse the ibatis xml configuration file.
- ibatis connect to the database
- and generate the query.
It is possible to avoid 1 and 2? or at least 1?
What is the correct way to do it?.
I think that may be it is possible to call the ibatis xml once in a stateful ejb?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)