TC 服务器与 JBoss 服务器
我们正计划迁移到新的WebServer(再见Websphere),主要考虑的是
- 事务管理
- 持久性
- 消息/事件处理
- 可维护性
- 分布式架构
- 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
- transaction management
- persistence
- message/event handling
- maintainability
- distributed architecture
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您所说的 TC 是指 Apache 的 Tomcat,那么是的:JBoss AS 与嵌入式 Tomcat Servlet/JSP 容器捆绑在一起。因此,如果您对 Tomcat 感到满意,那么 JBoss 可能是您的不错选择。它支持您提到的所有内容。
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.