TC 服务器与 JBoss 服务器

发布于 2024-09-15 23:53:30 字数 324 浏览 7 评论 0原文

我们正计划迁移到新的WebServer(再见Websphere),主要考虑的是

  1. 事务管理
  2. 持久性
  3. 消息/事件处理
  4. 可维护性
  5. 分布式架构
  6. MBD/EJB支持

我们对TC Server非常满意,但唯一的问题是它不支持EJB 和 MDB,我们在这里大量使用它们,我认为您可以一起使用 TC Server 和 JBoss,是否有人尝试过以这种方式使用它,或者是否有其他方法可以将 EJB 和 MDB 与 TC Server 一起使用?

任何帮助表示赞赏

/srm

We are planning to migrate to a new WebServer (bye bye Websphere), the main considerations are

  1. transaction management
  2. persistence
  3. message/event handling
  4. maintainability
  5. distributed architecture
  6. MBD/EJB support

We are very happy with TC Server but the only problem is that it does not support EJB's and MDB's and we use them pretty heavily here, I head that you can use TC Server and JBoss together, did anybody try using it that way or is there other way that we can use EJB's and MDB's with TC Server ?

Any help appreciated

/srm

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

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

发布评论

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

评论(1

梦里人 2024-09-22 23:53:30

如果您所说的 TC 是指 Apache 的 Tomcat,那么是的:JBoss AS 与嵌入式 Tomcat Servlet/JSP 容器捆绑在一起。因此,如果您对 Tomcat 感到满意,那么 JBoss 可能是您的不错选择。它支持您提到的所有内容。

  1. JTA
  2. JPA/Hibernate
  3. JMS 和 MDB

  4. 是的,如果您的应用程序支持,您可以在集群中使用 JBoss AS
  5. 当然。 JavaEE容器必须支持MDB和EJB。

If by TC you mean Apache's Tomcat, then yes: JBoss AS is bundled with an embedded Tomcat Servlet/JSP container. So, if you are happy with Tomcat, then JBoss might be a good option for you. And it supports all things you've mentioned.

  1. JTA
  2. JPA/Hibernate
  3. JMS and MDB

  4. Yes, you can have JBoss AS in cluster provided your application supports it
  5. Of course. JavaEE containers must support MDB and EJB.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文