在 JBoss 中替换 Websphere 的 WorkManager? [英] Replacing Websphere's WorkManager in JBoss?

查看:30
本文介绍了在 JBoss 中替换 Websphere 的 WorkManager?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在从 Websphere 迁移到 JBoss,但某些代码依赖于 Websphere 的 WorkManager (com.ibm.websphere.asyncbeans.WorkManager).有没有人以前处理过这个问题,并有关于如何替换 Websphere 的 WorkManager 以及用什么替换它的建议?

We're moving from Websphere to JBoss, but some of the code has dependencies on Websphere's WorkManager (com.ibm.websphere.asyncbeans.WorkManager). Has anyone dealt with this before and have recommendations on how to replace Websphere's WorkManager and what you'd replace it with?

推荐答案

不幸的是,目前没有与 WorkManager 等效的 Java EE 标准;但是,JSR-236(Java EE 的并发实用程序)可能会作为Java EE 7 的候选者.

Unfortunately, there is currently no Java EE standard for a WorkManager equivalent; however, JSR-236 (Concurrency Utilities for Java EE) may be back as a candidate for inclusion in Java EE 7.

在那之前,根据您当前使用 IBM 异步 bean WorkManager 的方式和您的特定用例,您可能需要考虑几个不同的选项 -

Until then, depending on how you are currently using the IBM async beans WorkManager and your specific use cases, you may have a few different options to consider -

  • CommonJ WorkManager
  • EJB 3.0 Timer Service
  • EJB 3.1 Asynchronous Beans
  • Servlet 3.0 Asynchronous Servlets

这篇关于在 JBoss 中替换 Websphere 的 WorkManager?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆