IBM WebSphere 应用程序上的 JbossTS。服务器

发布于 2024-12-08 14:55:57 字数 94 浏览 1 评论 0原文

我花了一些时间在 IBM Websphere 应用程序服务器中设置 JBoss 事务管理器。我没有找到任何提示。 是否可以 ?参考文章/教程会有帮助..

谢谢

I spent time googling to set up JBoss transaction manager in IBM Websphere application server.. I didn't find any hint..
Is it possible ? Reference to article / tutorial would help..

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七颜 2024-12-15 14:55:57

即使有可能,这也不是在 WAS 内处理事务的最佳方式。您应该使用 WAS 提供的事务管理器:

  1. 您为此付费,并且它与 WAS 堆栈集成(如 JMS/JDBC 等)。
  2. 如果出现问题,您将得到全面支持

如何将 WAS TM 与 Spring 结合使用的示例可以在此处找到:
http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott /0609_alcott.html

Even if it's possible it's not a best way of handling transactions inside WAS. You should use transaction manager provided by WAS :

  1. You paid for this and it's integrated with WAS stack (like JMS/JDBC etc)
  2. You have full support in case of problems

Example how to use WAS TM with Spring can be found here:
http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文