在 Jboss AS 6.0 中部署 EJB 2.1 应该做什么

发布于 2024-11-05 04:59:48 字数 53 浏览 0 评论 0原文

在 Jboss AS 6.0 中部署 EJB 2.1 需要做什么配置? 如果有链接,请参考。

What is the configuration one has to do for deploying EJB 2.1 in Jboss AS 6.0?
Kindly refer to links, if there are any.

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

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

发布评论

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

评论(1

蛮可爱 2024-11-12 04:59:48

不应该需要任何显式配置。 JBoss AS 6 官方仅支持 Java EE Web 配置文件(根本不包括 EJB 2.1),但实际上他们已经实现了完整的堆栈,并且 EJB 2.1 bean 应该可以工作。

也就是说,如果可能的话,尽量避免使用 EJB 2.1。这是一种臃肿、肮脏、重量级的技术,完全来自另一个时代。对于任何新的开发,强烈建议使用 EJB 3.1 甚至 3.0。

There should not be any explicit configuration needed. JBoss AS 6 officially only supports the Java EE web profile (which doesn't include EJB 2.1 at all), but in practice they have implemented the full stack and EJB 2.1 beans should just work.

That said, if at any way possible, try to avoid EJB 2.1. It's a bloated, nasty and heavy-weight technology that's literally from another era. For any new development EJB 3.1 or even 3.0 is highly recommended.

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