有没有办法将 CommonJ WorkManager 与 Glassfish 集成
有没有办法将 CommonJ WorkManager 与 Glassfish 集成
Is there a way to integrate CommonJ WorkManager with Glassfish
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己从来没有这样做过,但根据 Sahoo 的说法(在这个帖子中),要走的路是编写 JCA 连接器并使用
javax.resource.spi.work.WorkManager
API(JCA 1.5 的一部分)资源
javax.resource.spi.work.WorkManager
APII've never done this myself but according to Sahoo (in this thread), the way to go would be to write a JCA connector and to use the
javax.resource.spi.work.WorkManager
API (which is part of JCA 1.5)Resources
javax.resource.spi.work.WorkManager
API一位 stackoverflow 用户在 StackOverflow 上的其他地方发布了一个解决方案:
将 CommonJ 实现与 GlassFish 和 Spring 3 结合使用
A stackoverflow user has a solution posted elsewhere on StackOverflow:
Using a CommonJ implementation with GlassFish and Spring 3