在 Jboss AS 6.0 中部署 EJB 2.1 应该做什么
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不应该需要任何显式配置。 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.